gedejk
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: FormBuilder] how to store resultsI’m using it in my website too, http://gerhana.net. However, I can’t find any document to customize it’s style.
Anyone please help.Forum: Plugins
In reply to: WP-Carousel help!I got this error when publish or save changes:
You do not have sufficient permissions to access this page.
here is my url: http://gadgetforest.com
Forum: Plugins
In reply to: [Plugin: WP Page Numbers] not understanding wp-page-number instructionsI have successfully displaying page number in index and other page and it functioning, but it look strange ie: there are some space between one box to other.
here is the link: http://gigathemes.com
Can anyone please help me?Forum: Fixing WordPress
In reply to: Pagination problem – stumpedI have a problem with pagination too. Page 2 and above shows me a blank post. Page 1 is displaying correct posts.
Here is the link: http://gadgetforest.com
Can anyone please give me a hint?Forum: Fixing WordPress
In reply to: next_posts_link and previous_posts_link don’t workI have problem with pagination in index. Page 2 and above are the same with page 1. But this is not happen in category.
My code is :
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts('paged='.$paged.'&cat=-'. $ex_miscellaneous . '&showposts=' . $showcat .'&orderby=post_date&order=desc');?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?>My URL is http://gigathemes.com
Can anyone please give me a hint?