Viewing 4 replies - 1 through 4 (of 4 total)
  • If this screenshot is roughly what you’re looking for, that change is possible, but will require creating a child theme, and then customizing theme files.

    I’ll see if I can get it mocked up, and provide you with the code changes shortly.

    Thread Starter mdenny1029

    (@mdenny1029)

    that works, your assistance is greatly appreciated.

    Thread Starter mdenny1029

    (@mdenny1029)

    If you click on a post, you will see how the post title goes all the way up in the header.

    OK, I think I’ve got this sorted out. Here are the steps to make the changes:

    1. Create a child theme with the appropriate style.css and and functions.php files
    2. Copy index.php and single.php from the BlogCentral theme to your child theme
    3. Copy lines 4762 through 4846 from the BlogCentral functions.php file to the functions.php file in the child theme
    4. All of the following steps should be done in the child theme

    5. In functions.php comment out the following lines (they should be about 80 lines down from the beginning of the function:
    6. echo '<div' . $page_title_class . '><div class="caption">' . $page_header_title;
      echo '<div class="page-trail">' . $todays_date . $crumbs . '</div>';
      echo '</div></div>';
    7. In index.php comment out lines 64 & 68
    8. in single.php comment out lines 77 & 81

    Alternatively, you can just download the child theme I created to test these changes. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Title’ is closed to new replies.