Exclude all categories bar one, and maintain no of posts on homepage
Ok it seems to work with<?php query_posts('cat=1'); ?>....which is cool
, now ive got another problem though. I have 11 script reviews, all in category 1. I have the system set to display a max of 10 posts per page, so naturally there is 1 left over, when i go to page 2 though its a mirror of page 1, where as it should just have that 1 leftover post on it ya?
Posted 19 Oct 08 in WP Review Site
A sidebar widget would be useful, but right now I need to plug a function call into the header. On my site where it says "Best Reviews" on the third tab. The code is this
<div >
<span class="toptitle"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/icon-popular.gif" alt="icon comments" class="icons" />Best Overall</span>
<ul class="list2">
<?php if (function_exists('get_ratings')) $ratings = get_ratings(); ?>
</ul>
</div>
Posted 09 Oct 08 in WP Review Site
Conflict with Postratings Plugin
Cool Dan thx
Would be good to get a fix, i like using Lesters plugins, theyve all been great.
Posted 09 Oct 08 in WP Review Site
lol please tell me that site has been active for more than 3 weeks! man so many reviews already, well done.
Posted 08 Oct 08 in WP Review Site
You can find the template and many others at elegantwordpressthemes.com, costs $19.95 to be part his club for a year, some really nice themes, but he doesnt offer a lot of support for them, its really just buy and fix it yourself if you strike any problems, which you wont until you go to mod stuff like I have lol. value for the quality of them.
Im already using another theme on another site...damn wish I had an affiliate link
Tell him netbuddy sent you....might give me a cookie.
Posted 08 Oct 08 in WP Review Site
Presales Question: limiting reviews to categories/tags?
Hi,
I bought the script a couple days ago and im just fiddling with this sort of thing right now.
I had 2 categories - "Features Articles" and "Scripts."
I used this code to just show the ratings results for the "Scripts" category only. Someone might find this helpful
<?php if (in_category('Scripts')&&function_exists('ratings_list')) ratings_list(); ?>
Works for me![]()
Posted 07 Oct 08 in WP Review Site
Total Messages: 12
Topics Created: 3