Hi Support, I added a header graphic to the blog page on my site. However, it is not showing at the top of the blog page. Here is the blog: http://www.regeneratingamerica.com/blog/ Here is the size of the header graphic that is not showing up on blog: http://www.regeneratingamerica.com/america-regenerated/ Thanks ~ Robert
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 This will solve your issue.
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
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> <img src="<?php echo get_template_directory_uri(); ?>/images/arrow.png" alt="arrow"/></h1> </div> </div> </div>
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
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