Customising WordPress Using PHP includes
Comments: 0 - Date: November 11th, 2007 - Categories: Uncategorized
How many times have you been messing with your WordPress install and wished that you could add just a touch more flexibility to the whole thing? I mean, WordPress is fairly robust and has a ton of features, but inevitably you’ll want something that it doesn’t offer right out of the box. One of the best examples of this is the WordPress sidebar. The sidebar has been a source of frustration for WordPress users because of the lack of customization available - meaning that once you call < ?php get_sidebar(); ?> you pretty much have to stick with whatever it spits out. Well no more! I’m about to show you how to call in a different sidebar (or any other file for that matter) using simple PHP includes.
PHP is a next generation invention.
If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!