elegant themes

Category: Tips

Setting Posts to Publish in the Future

| February 22, 2007 | 0 Comments
This is something that I thought must exist, but didn't know how to do it. Sometimes I have a collection of posts written for my blog, and I want them to automatically appear on the blog at future times. Lorelle on WordPress explains how to ... View Post

Showing different sidebar on different pages

| February 21, 2007 | 11 Comments
To show a different sidebar on different pages, replace the standard call for the sidebar: <?php get_sidebar(); ?> with the following code: <?php include ('sidebar2.php'); ?> The same can be done to call different headers, i.e. instead of <?php get_header(); ?> use <?php include ('header2.php'); ?>For more information, see Different Sidebars Anyone? on the ... View Post

How to Protect CSS Mods for ANY WordPress Theme

| February 21, 2007 | 0 Comments
From Pearsonified:
What you need, my friend, is a futureproof, bulletproof means of protecting your CSS mods so that you can ride the wave of agile development without the associated headache from upgrading!
Never touch the original stylesheet again — it’s just not the most secure, most efficient method of operation! On top of that,
... View Post
Page 9 of 9« First...56789