I am having issue in the recent posts section of this pages. No matter how much I tried using javascript or jquery. I am not able to remove the current blog which is been showing in the recent blog list. How can I disable it.
]]>Are there any requirements for this to work? Is this only a feature of Loginpress Pro?
Thanks!
]]>But we are not talking about hiding the content here, but simply excluding certain posts from the search results. Now, the only reason you want to do that is to limit who can see the posts (I’m guessing). However, by doing things the way you have approached the problem:
1. The search engines will be able to find and index the posts, and,
2. Anyone who looks at the sitemap.xml file will be able to find those posts,
I’m also guessing that since you are trying to hide the posts, those shouldn’t be available through the menus, or in the archives either, which I don’t think your plugin addresses any of these issue either.
So after all that, what is the purpose of this plugin, or more correctly, what am I missing here? I am asking, because just reading the description and explanations, this plugin will fall way short of what it is promising, for all the reasons I explained above.
Thanks.
]]>It seems the Exclude Post feature of Post Grid is not working, no matter which post I exclude it wont filter it out (https://blog.spenmo.com/blog/cara-mengelola-reimbursement-adalah/) at the bottom of the page, under the More Blog section is where I used Post Grid. It’s the only function that is not working, all the other filters seems to work. Hope you can help.
Thanks.
Chris
I tried this Code from you, but it does not work:
`add_filter( ‘relevanssi_post_ok’, ‘rlv_search_exclude_protected’, 10, 2 );
function rlv_search_exclude_protected( $allow, $post_id ) {
$post = get_post( $post_id );
if ( ! empty( $post->post_password ) ) {
$allow = false;
if ( is_user_logged_in() ) {
$allow = true;
}
}
return $allow;
}
Some idea to solve this problem? It would be glad!! And me too
Thanks a lot
Renegate
I have not been able to find this options, or a relevant filter.
]]>It would be a great idea in my opinion if it would be possible to exlude certain post id’s for disabling comments.
For instance. Our site has 200 pages where we want to disable the comments.
On our top blog posts we don’t want the comments to be disabled.
Is this possible? If not, can this be implemented in future releases?
]]>