• Hi folks,

    I have recently set up WordPress and what I am wondering is, is it possible to have a sort of “split page” ?

    I’d like to keep the blog on the home page, as it is by default, but to add some text above the blog entries…

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Edit your index.php file in your theme. Above this bit of code

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    Add whatever text or code you want and it will appear above the blog posts on the blog page.

    It will also be on all the other pages on the site unless your theme includes a page.php file and a single.php file for pages and single posts to look different from the main blog page.

Viewing 1 replies (of 1 total)

The topic ‘Blog and Text on same page’ is closed to new replies.