Placing content under "Homepage latest articles"

Posted in: Newspaper
Post count: 3

Hi, guys!

Can you tell me, how can I post a 2/3 slider(or else content) after pagination at home page latest articles?

By using visual composer content (widgets, blocks etc) is placing above “latest articles” (under big slide).

Post count: 7909

Hi,

You can use do_shortcode() function in page template that you use to display a slider or a block there. Add a block using page builder and set articles to display(category, sort..) – http://screencast.com/t/IU2p24MReul change to Classic mode and take the shortcode – http://screencast.com/t/yHgk8eeDqtTf and use it bellow pagination – http://screencast.com/t/YNvQQxdrB5http://screencast.com/t/IGVuezEe

echo do_shortcode('your shortcode');

Thanks!

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