Shortcode related posts

Posted in: Newspaper
Post count: 22

Hi We need a shortcode for related posts we want to put in other page how to do

example :[td_block_15 custom_title=”Related News” category_id=”Related category id” limit=”10″ ajax_pagination=”load_more”]

Thanks you.

Post count: 23312

Hello Shawn,

If you want to add more code in our theme, you should use the do_shortcode method and place it every want on the website. For example, the snippet of the code which you should add the theme core files should look like this ->
<?php echo do_shortcode('[td_block_15 custom_title=”Related News” category_id=”Related category id” limit=”10″ ajax_pagination=”load_more”]');?>
For more references about this methods, please consult the guide here -> https://developer.wordpress.org/reference/functions/do_shortcode/

If is not what you mean or if you have a certain section where you want to add your code, please provide more details so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 22

Hello,
i would like to get shortcode for related post in article page, this shortcode should show data of related post for the category which is chosen in that page.

if i choose category A and B
Then show related post of A and B only.

Thanks.

Post count: 23312

Hello Shawn,

Please keep in mind that the Related Articles feature was been created only for post pages and it cannot be used with shortcodes, sorry! If you want to use the same functionality for pages, you will have to use the Blocks on your page and these can be sorted/filtered according to our documentation here -> https://forum.tagdiv.com/block-settings-guide/

Thanks for your understanding!

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