Create a Leaderboard / Scoreboard page with Custom Page

First, open your active theme folder. In this tutorial I will use the default theme “/content/themes/default/”. Create a php file and name it “page-leaderboard.php”, you can replace “leaderboard” with another page name you want, ex: “page-top-palyers.php”, you can access it with “yout-domain.com/top-players”. Next, put php code below inside “page-leaderboard.php” file Explain: We include theme functions, […]

Continue reading