How to add a block in footer section only in article page?

Posted in: Newspaper
Post count: 11

Hi, I want to add a block with infinit scroll in footer section only in article page below section. If you visit mashable.com/2014/10/09/google-nexus-shamu-report this page you will see an auto infinit scroll section bellow article in the footer area. I like to achieve similar feature (screenshoot) . You told that it can be done by adding a do_shortcode function.

But as i am not a techy guy can help me providing screenshot & exact code (for block 3 with latest articles) that i can paste. Please help.

Thanks in advance.

screenshot

Post count: 7909

Hi,

You can create you block in a page using Visual Composer, filter options, sort order, pagination – http://screencast.com/t/uC6tfp2w
Then edit the footer template that you use and use do_shortcode function – http://screencast.com/t/koR5Duvgj1http://screencast.com/t/0XCw4vunOH

<?php
        if(is_single()) {
            echo do_shortcode('[vc_row][vc_column][td_block_3 limit="6" ajax_pagination="load_more"][/vc_column][/vc_row]');
        }
        ?>

Thanks!

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