Add additional elements below Pagination section

Posted in: Newspaper
Post count: 16

Hi there!

My homepage is a custom page of type “Pagebuilder + Latest articles + Pagination” and I would like to know how to add some additional elements below pagination, as this option is not available in Pagebuilder. Custom code would be fine as well.

Thanks.

Post count: 6535

Hi

To add elements from Visual Composer after pagination you need to edit page-pagebuilder-latest.php file and use do_shortcode function like here: http://screencast.com/t/CrUCFPyG1v3http://screencast.com/t/UIx2rR45k1Mm

<div class="td-container">
    <?php echo do_shortcode('[vc_row][vc_column][td_block_3 limit="6"][/vc_column][/vc_row]'); ?>
</div>

First you have to create your layout in VC then switch in Backend editor, copy the code and paste it inside the function like in the above example.

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.