Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1077587
    nozziv
    Participant

    Hi

    I would like to add a newsletter form (see attached image) to :

    1- main blog page
    2- posts

    What is the best way to do it for 1 & 2 ? (ACF PRO or ..)

    Best regards,

    Michael

    #1077589
    nozziv
    Participant
    This reply has been marked as private.
    #1077743
    Paul R
    Moderator

    Hi Michael,

    To achieve that, you can add this in your child theme’s functions.php file(wp-content/themes/x-child/functions.php)

    
    function add_newsletter() {
         if((is_home() || is_singular('post') ) ){         
      ?>
    ADD YOUR FORM HTML CODE HERE  
    
    <?php                  
         }
    }
    
    add_action( 'x_after_view_integrity__landmark-header', 'add_newsletter', 10 );
    

    Hope that helps

    #1077831
    nozziv
    Participant

    Hi Paul.

    Great! Thanks a lot Paul!

    Best regards,

    Michael

    #1078005
    Joao
    Moderator

    Hi There,

    Let us know if we can help with anything else

    Joao

  • <script> jQuery(function($){ $("#no-reply-1077587 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>