Tagged: blog title
-
AuthorPosts
-
November 17, 2018 at 5:49 pm #1034769
Hello!
I would like to add a header at the top of the blog page here:
https://www.firewalksales.com/blog/before going into the posts. Just something simple like an H1 “Blog” title will do.
How would I go about this since the page is somewhat automated?
Thank you!
LizNovember 18, 2018 at 7:07 am #1034828November 18, 2018 at 5:36 pm #1034874November 18, 2018 at 7:02 pm #1034879Hi,
Are you using header transparency on that page?
Another option is this jQuery, Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_blog_title_script(){ ?> <script> jQuery(window).load(function(){ jQuery( '<h1 class="main-title entry-title"><a title="Blog" itemprop="headline">Blog</a></h1>' ).insertBefore( '#top.blog article.post-entry:first-child' ); }); </script> <?php } add_action('wp_footer', 'custom_blog_title_script');
Best regards,
MikeNovember 18, 2018 at 7:13 pm #1034880That jQuery worked, thanks!
I LOVE, LOVE, LOVE Enfold but continually struggle with the limitations of the blog functions. The design options are very limited in comparison to the rest of the amazing site options.
PS. My header isn’t set to transparent. The blog page is defined under Enfold Child > Theme Options > And where do you want to display the Blog?
which I assume had something to do with it?November 18, 2018 at 8:33 pm #1034894Hi,
Thank you for the feedback, the dev team are making many changes which we hope to remove your struggles.
Are you satisfied with the solution, or would you like me to login to your site and investigate further?Best regards,
MikeNovember 19, 2018 at 4:00 pm #1035208Thanks for checking. I’m satisfied, you can close it out. Thanks!
LizNovember 19, 2018 at 6:50 pm #1035272Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Blog Header’ is closed to new replies.