Text at top of blog page

Discussion in 'Infoway WordPress Theme' started by justglenn, Jul 9, 2014.

  1. justglenn

    justglenn New Member

    Joined:
    Aug 1, 2013
    Messages:
    12
    Likes Received:
    0
    I would like to have some text at the top portion of the blog page so I can introduce my blogs, etc. This would be below the nav bar.

    Can I do this and still have the blog summaries assemble below this text?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to blog.php present in your theme directory and add the code given below
    Code:
    <?php if (have_posts()) : the_post(); ?>
                   <?php the_content(); ?>
        <?php endif; ?>   
    check image for reference

    2014-07-10_1120.png


    Now, go to Pages > All pages and click on edit option of blog page and add your text in text editor.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page