Pagebuilder + latest articles + pagination + pagebuilder

Posted in: Newspaper
Post count: 29

I want to place some content after pagination. Could you tell me how to do that?

Post count: 20685

Hi,

You could edit the page-pagebuilder-latest.php template file found in the theme folder and add your content there, after pagination – https://www.screencast.com/t/1Dsrbe4h7
You should make a backup of the file in case something goes wrong.

Thanks

Post count: 29

Hi Simion,

I want to add visual composer elements after pagination (text block & carousel). How to do that?

Thanks!

Post count: 20685

Hi,

You could use do_shortcode with the code coresponding to those elements from Visual composer – https://www.screencast.com/t/Ya0GDv10Qtxchttps://www.screencast.com/t/VZCJIclofY and adding it in the code, after pagination – https://www.screencast.com/t/zo3RjyNO but it is not guaranteed that these elements will work properly in this situation

<?php echo do_shortcode('insert code here');?>

Result – https://www.screencast.com/t/nWPqcnkmD4
Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.