Category
-
I have a question, does someone know how I can change the header and title (http://airportparkingschiphol.nl/category/schiphol-parkeren-nieuws/) If I start a new message in the category, every header get the same title. Do you know how I can change it?
The html code is now:
<?php get_header(); ?>
<div id=”blog”>
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?><?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
<?php /* If this is a category archive */ if (is_category()) { ?>
<h2>‘<?php single_cat_title(); ?>’:</h2>
<?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
<h2>Posts Tagged ‘<?php single_tag_title(); ?>’</h2>
<?php /* If this is a daily archive */ } elseif (is_day()) { ?>
<h2>Archive for <?php the_time(‘F jS, Y’); ?>:</h2>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<h2>Archive for <?php the_time(‘F, Y’); ?>:</h2>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<h2>Archive for <?php the_time(‘Y’); ?>:</h2>
<?php /* If this is an author archive */ } elseif (is_author()) { ?>
<h2>Author Archive</h2>
<?php /* If this is a paged archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>
<h2>Blog Archives</h2> -
I’m sorry to hear that you are having trouble. However, http://airportparkingschiphol.nl is a self-hosted WordPress.org blog, which we really can’t help with.
To clear up any confusion, WordPress.com and WordPress.org are two different entities: http://support.wordpress.com/com-vs-org/
WordPress.org has complete documentation and support sites for self-hosted/installed versions of WordPress.org at http://codex.wordpress.org/ and http://wordpress.org/support/
- The topic ‘Category’ is closed to new replies.