Custom Category Page
-
So far to show things on certain pages i us the code
<?php get_header() ?> <?php if ( is_paged() ) { include(TEMPLATEPATH . '/video1.php'); } else { include(TEMPLATEPATH . '/video22.php'); } ?> <?php get_footer() ?>
Now what im trying to figure out is to show the content of the first post then the rest of the post the normal list
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom Category Page’ is closed to new replies.