Hello,
i dont know, have many tried, but cant find a solution. I hope you can hel and gave me a big tip
How can i create such an listing of other blog posts after “You might also like” in the style (2 columms and each 3 rows) ?
Havent found anything…
Many thanks in advance.
Best regards
bert
Hey Bert,
Did you check your settings for Related Entries under Enfold->Blog Layout?
Best regards,
Rikard
I will look into. Many thx for the reply…
Hi Bert,
Sure, just post back here once you have tried it so we can know your feedback. :)
Best regards,
Nikko
Hi Nikko and Rikard,
have found the options under related entries. Have marked post tags and thumbnails and post titel by default.
It must be worked, but it doesnt.
An issue i have. It post no post tags. Therefor i have added following to the function.php
function my_tags_shortcode() {
ob_start();
the_tags( ‘Tags: ‘, ‘, ‘, ‘<br />’ );
return ob_get_clean();
}
add_shortcode( ‘mytagshere’, ‘my_tags_shortcode’ );
With that shortcorde [mytagshere] it shows the tags.
So the question is, why works it with the tags not regulary? I dont know…but so it seems, no tags regulary –> no related posts :(
Thats sad, then this related entries looks nice…
Bert
Hi,
The related posts section will only display if there are posts with the same tag/tags. If you like, you can modify the related-posts.php file so that the related section displays posts with the same categories instead of tags.
// https://kriesi.at/support/topic/related-posts-based-on-category-2/
Best regards,
Ismael