Plugin ignores the settings?
-
Hello,
Seems like the plugin totally ignores its own settings.
In the “General” settings, “Enable” is unchecked – but the related posts still appear under my post. Okay, I’ve managed to fix that with adding
<?php add_filter( 'rp4wp_append_content', '__return_false' ); ?>to my header.But then I noticed it also ignores the number of shown posts. “Amount of Posts” is set to 4, but currently it’s showing 5.
How can I fix that, is there a general solution?
Thanks in advance!
Nick
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Plugin ignores the settings?’ is closed to new replies.