danielhay
Forum Replies Created
-
Did you find a way to fix this? Ive got the same problem
Forum: Plugins
In reply to: [Plugin: cformsII – contact form] Country drop down listYou rock chris.jinks!
Forum: Fixing WordPress
In reply to: widgets pageI seem to be getting the same issue. However mine is happening with the plugin GD Star Rating.. I’ve turned off all the other plugins but this doesn’t fix the problem. I’m using the widget on 2 different sidebars and it only happens on one of them.
koullis, did you find the solution to your error?
Forum: Themes and Templates
In reply to: Next/previous links not working in categorySorry about that, should have been a bit more specific. Im not This is the snippet of code I used from the thread I mentioned earlier.
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("paged=$paged");It gets the page value so WP knows what posts to display. It fixed wp-pagenavi for my site like a charm.
Forum: Themes and Templates
In reply to: Next/previous links not working in categoryFound a fix to this problem on this thread: http://ww.wp.xz.cn/support/topic/57912?replies=9#post-312858
Forum: Themes and Templates
In reply to: Next/previous links not working in categoryI have the same issue. Im pulling posts from a specific category onto a page template.. When clicking through the pagination (also using wp-pagenavi) the same posts appear.