开发者

Wordpress - GD Star Rating - turn off and on for specific posts?

I'm trying to apply GD star rating plugin to 4 specific pages.

I know I can do it in the page editor, but I have about 30 pages so don't want to spend ages going through them all.

Is there a way in the GD settings to default the plugin to not putting the block automatically on eve开发者_如何学编程ry page.


Yes. Open up your themes directory, find the posts/header/etc php file and insert the block in there. You might need to use is_post() or is_article() or category() functions so they only are displayed in where you want them. Assuming they are all in one category.

Or you can hack the GD plugin. You really have to look at the code to see what it does. Good Luck!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜