Blog Header Graphic

Discussion in 'Infoway WordPress Theme' started by robert l, Nov 17, 2013.

  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
  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(); ?>
                    <h1 class="page-title"><a href="#"><?php the_title(); ?></a></h1>
                <?php endif; ?>   
                    <?php the_content(); ?>
    Sending image for reference

    2013-11-18_1337.png


    This will solve your issue.
     
  3. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Hello,

    Ok, I got it to show up. Although, is there a way to keep the right column in tact, while having the Blog Header be full width, so it matches the rest of the headers going across the page?

    If not, is there a way to make the blog full page width, thus eliminating the right column, so the Blog Header will be full-page width?

    Review current version:
    http://www.regeneratingamerica.com/blog/

    Thanks ~ Robert
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160

    Hello,

    For this

    Open "blog.php" file and paste code given below as shown in the image.

    Code:
    <div class="heading_wrapper" style="margin-bottom: 10px;">
            <div class="heading_container">
              <div class="page-heading">
          <h1 class="page-title"><a href="#"><?php the_title(); ?></a>&nbsp;&nbsp;<img src="<?php echo get_template_directory_uri(); ?>/images/arrow.png"  alt="arrow"/></h1>
              </div>
            </div>
          </div>
    header.png
     
  5. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Thank you, Natesh.

    I pasted code as instructed.

    1). Though, it's still not working. Any suggestions?

    Review current version:
    http://www.regeneratingamerica.com/blog/

    2). Also, when I put the title "Blog" in the post, it also shows up on the page, above the header. How do I fix this?

    Thank you ~ Robert
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check and resolve your issue
     
  7. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Just did. Thank you!
     
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Issue resolved. Please check your site.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page