How do you limit this plugin to being loaded ONLY on single post page? I've tried modifying the class.php (Version 1.9.13) with no result (line 1316):
if (is_single() && !is_admin()) {
Please help.
How do you limit this plugin to being loaded ONLY on single post page? I've tried modifying the class.php (Version 1.9.13) with no result (line 1316):
if (is_single() && !is_admin()) {
Please help.
I would also like to know the answer to this question. I have a gallery page (and potential sub-pages) that I wish for people to vote on.
This topic has been closed to new replies.