shalintj
Forum Replies Created
-
Thanks Jeremy. I’ve replied back over there. The query still stands unresolved ??
Hi Jeremy,
Thanks for the reply..
Unfortunately looks like I was not able to put across my query well. What you’ve answered is:
“How to exclude an entire category from ever appearing among Related Posts results”,
however what I’m actually looking for is this:“How to selectively disable Related Posts from appearing on all the posts of a specific category”
For clarity, I’ve used the same terminologies as was mentioned on your support page available at https://jetpack.me/support/related-posts/customize-related-posts
I look forward to your reply.
H Jeremy,
Thanks for the answer. I tried the option you suggested and running in to error. Here’s what I added to my functions.php file.
function jetpackme_no_related_posts( $options ) { if ( array( 'category.slug' => 'my-category-slug' ) ) { $options['enabled'] = false; } return $options; } add_filter( 'jetpack_relatedposts_filter_options', 'jetpackme_no_related_posts' );
Please help on where I’m going wrong.
Forum: Plugins
In reply to: [Genesis Simple Hooks] Ad unit overlapping footer widgets – For Generate Pro@ron – I posted about it on studiopress forums almost 4-5 days back.. No response..
It will be really great if you can help me out.. Once again, here’s the link to the question: https://www.studiopress.com/forums/topic/generate-pro-ad-unit-overlapping-footer-widgets/
Forum: Plugins
In reply to: [Genesis Simple Hooks] Ad unit overlapping footer widgets – For Generate ProI’ve already posted it and waiting for an answer…
Link