Author Archives: admin
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 […]
Create a custom page
What is Custom Page ? what the difference with regular page ? basically regular page is just a post with “page” identifier. With “Custom page” you have a full control […]
Pretty URL on Nginx server
If you’re using Apache webserver, you don’t need to do some server configuration since Apache webserver is using .htaccess for URL rewrite, and .htaccess file is already included. For Nginx […]