Adding a "title" on the blog page?

Support Area Forums Kerygma Adding a "title" on the blog page?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.bellevuexa.com/blog/
  • Author
    Posts
  • #25421
    James Junior
    Participant

    Hey Bill,
    I have been trying to add a title to our blog page but can’t seem to figure out how to do that. Wondering if you can help me. I’d just like to have H1 text saying something like “Welcome to the blog” at the top of the content block of the blog page. I tried typing the title into the blog page content box, no dice.

    Thanks for your help

    #25422
    Bill Robbins
    Moderator

    Hey James,

    You can add one in. Here’s how:

    1. Go to the Appearance section in your WordPress dashboard and choose Edit.
    2. From the list of files on your right, choose index.php
    3. Find this line:
      
      <div id="content" class="site-content" role="main">
      

      and right below that add this:

      
      <h1 class="page-title">Blog Title</h1>
      

      replacing Blog Title with what you’d like it to say.

    4. Save your changes.

    See how that goes. Let me know if you run into trouble.

    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adding a "title" on the blog page?’ is closed to new replies.