Call to action section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14621
    IraKarydi
    Participant

    Hello,
    can you tell me if i can add a second “Call to action section” at the home page?
    Thank you

    #14631
    Support Team
    Keymaster

    Hello @irakarydi,

    Yes, you can have two testimonials and for this, you need to activate the child theme.

    To know how you can activate the child theme, please refer to below given link:

    https://wptravel.io/how-to-create-a-child-theme/

    After activating the child theme, add below-given code in your child’s theme functions.php file.

    https://pastebin.com/qCA0XMDn

    This new testimonial will appear below the old one so to change the placement change the priority by changing the no in below line of code.

    add_action( 'travel_log_front_page_content', 'travel_log_front_page_testimonials_wrap_child', 51 );

    Hope this helps.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Travel Log’ is closed to new topics and replies.