RSS

Posts Tagged ‘Wordpress’

January 22nd, 2011 - 4:20 PM § in Lessons

Custom theme options page in wordpress

Creating a custom theme options page is very simple if you follow these steps. In this lesson we will create a very basic options page. Step 1: Init the options page. In your functions.php file add this line to the top: require_once ( get_template_directory() . '/theme-options.php' ); Step 2: Create[...]

November 25th, 2010 - 8:14 AM § in Lessons

Custom Page Routing in WordPress

WordPress is an excellent platform, however if you want to customize the site to do more than categories and tags it can be a little confusing. We know from SEO best practices that it is important to have proper URL structure. An easy way is to also use the URL to identify class and method. [...][...]

November 2nd, 2010 - 12:56 PM § in Hacking, Lessons

Hacking admin on wordpress

If you have a wordpress site which you have access to the files and you want to log in as admin without having the admin password AND you don't want to change MD5 password for admin in the DB, you can very easily force your way in[...]