Adding a Title to Blog Page

Discussion in 'BlackBird WordPress Theme' started by mercur1al, May 6, 2013.

Thread Status:
Not open for further replies.
  1. mercur1al

    mercur1al New Member

    Joined:
    Apr 4, 2012
    Messages:
    2
    Likes Received:
    0
    I have almost set up my entire site successfully.

    However, on my site http://landedhomesg.com/, you will see that I have setup a Page named as "Homes for Sale" http://landedhomesg.com/homes-for-sale/

    I have set it up as a blog page.

    How do i add a title to the page?

    I intend to add a heading to the page so that it appears right at the top below the main site title, and will appear for all the blog posts when i click on them individually.

    I have attached a photo for your preference, the area whereby the red arrow is pointing at, is where i intend to add the heading.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Go to the blog.php file present in your Theme directory and add the code given below to that file as shown in the image given below.
    Code:
    <div class="blogpage-head">
    <h2 class="blogpage-title">Your Title</h2>
    </div>
    See the image for the reference,
    [​IMG]

    Similarly, paste that code in the single.php file present in your Theme directory.

    This will solve your issue.
     
  3. mercur1al

    mercur1al New Member

    Joined:
    Apr 4, 2012
    Messages:
    2
    Likes Received:
    0
    Done.

    Thank you very much for your clear & detailed help!
     
Thread Status:
Not open for further replies.

Share This Page