WordPress 3.1: Internal Linking
I spent a lot of time discussing WordPress 3.1 at last night’s Montreal developer_meetup(), and someone brought up a great point about the new internal linking feature. As it stands,…
I spent a lot of time discussing WordPress 3.1 at last night’s Montreal developer_meetup(), and someone brought up a great point about the new internal linking feature. As it stands,…
Creating a page list in WordPress is super easy. All it takes is one function call: <?php wp_list_pages(); ?>. The only problem with the list is if you have sub-pages…
Quick on the heels of my first WordPress plugin, Add Logo to Admin, comes a way more complicated plugin that took me quite a while to figure out. Once I…
There are plugins that do this but once again, I’m a code junky and I love being able to go in and manipulate the code to get what I want.…