yarpp_related
-
Hello
How do I show yarpp_related(); In two different locations, on the side and at the bottom of the article, without any repetition of the articles being displayed between them Now the articles appear on the side and bottom of the article, but they are the sameThese are the codes I use This is on the side of the article
This is at the bottom of the articleif ( get_theme_mod(‘show_inside_posts’, ‘1’) == 1 ) {
yarpp_related();
}
if ( get_theme_mod(‘show_related_posts’, ‘1’) == 1 ) {
yarpp_related();
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.