how to change Related Articles to any other blocks?

Posted in: Newsmag
Post count: 38

Hi

i would like to disable the「Related Articles 」section and change it to other blocks instead, in order to show some last articles, can i do this? thank you.

  • This topic was modified 11 years by SiuSang.
Post count: 7909

Hi,

You can place a block instead of Related Articles using do_shortcode function:
* Take the shortcode of a block(use setting for sort order,title..): http://screencast.com/t/143oITwq9byAhttp://screencast.com/t/NlBT470SYPnP
* Replace the Related Articles code in post template that you use – http://screencast.com/t/hvyJrzYZfdjihttp://screencast.com/t/xj7M3jOJhttp://screencast.com/t/eapEU5vP6

<?php echo do_shortcode('your shortcode');?>

Thanks!

Post count: 38

Great!! i just made it what i want, thank you.

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