• Resolved pandafromuganda

    (@pandafromuganda)


    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

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AC

    (@purplecodes)

    Themeisle Support

    Hi @pandafromuganda,

    Apologies for the late response.

    We do not support custom coding with our themes. This is something that is beyond that our support covers.

    Hope you understand.
    Let us know if we can assist you with something else.

Viewing 1 replies (of 1 total)
  • The topic ‘Add section to blog page’ is closed to new replies.