Add section to blog page
-
Hello,
I am trying to add a section with twitter shortcode on our blog.
I tried adding the following code to functions.php of child theme:function new_section_1(){
echo do_shortcode(‘<h2 style=”text-align: center;font-family: roboto slab;font-weight: bold”>Twitter BAAK</h2><div style=”width: 60%;margin: 0 auto;”>[custom-twitter-feeds]</div>’);
}
add_action( ‘hestia_top_blog_section_content_hook’, ‘new_section_1’ );
However, it is still not displayed on the blog page. Any ideas on how I could resolve this?
Using Hestia free.Best regards,
Adam- This topic was modified 5 years, 9 months ago by .
- This topic was modified 5 years, 9 months ago by .
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add section to blog page’ is closed to new replies.