Wednesday, July 2nd, 2008
There’s a lot of info out there describing how to display your recent blog posts, but there is considerably less info on how to list recent pages(whether added, or updated). I know there’s already a ‘recent pages/posts’ plugin which is very useful for this job,…
Tags: code, wordpress
Posted in Uncategorized | No Comments »
Wednesday, July 2nd, 2008
For include tags in Wordpress, there are 3 main ones:
- <?php get_header(); ?>
- <?php get_sidebar(); ?>
- <?php get_footer(); ?>
Of course you can leave these out, but they are standard in most WP themes. Other include tags include:
<?php comments_template(); ?>
The comments template formats how comments are arranged and displayed.
The…
Tags: code, wordpress
Posted in Uncategorized | No Comments »