Editing Main Blog Page
-
I got the Starkers HTML5 theme from Starkers HTML5 and I’m trying to edit the themes main page.
Wouldn’t this be the index.php file? All I have in that file is:
<?php /** * The main template file. * * @package WordPress * @subpackage Starkers * @since Starkers HTML5 3.0 */ get_header(); ?> <?php get_template_part( 'loop', 'index' ); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
It’s been a couple years since I created a wordpress theme, but I’m thinking I have the wrong file now.. I’m trying to edit the way the page displays the title/date/author/blog post/etc.
Where do I edit this?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Editing Main Blog Page’ is closed to new replies.