jeffkee
Forum Replies Created
-
Forum: Plugins
In reply to: [iframe] iframe code disappears from html after updateAre you entering the shortcode under the visual editor or the HTML editor? I put it in the visual part and it works fine.
Forum: Themes and Templates
In reply to: Pagination of a Custom Post type article not workingUnbelievable.
Is this where the downside of free open source software comes out? Does WordPress have a paid support option where I can get phone or email support with priority? This is a severe issue (potentially even a bug or lack of documentation) and yet I am getting nothing… My business often depends on the support I can get.
I am willing to pay somebody for an answer, so if you want to fix this on a private basis please contact me by email.
Forum: Themes and Templates
In reply to: Pagination of a Custom Post type article not workingAny ideas from anybody??? I’m not using any plugins that affect the way posts are displayed, and this is happening only in a certain post_type, which is what’s perplexing.
Forum: Themes and Templates
In reply to: Pagination of a Custom Post type article not workingBy the way, I should add that my template uses the wp_link_pages() function within my template files, the proper way. And all other posts that are regular posts will still show the page skipping properly.
Forum: Plugins
In reply to: WP-PageNavi Version 2.72 Not Showing Page 2I tried this… however on the line:
$page = (get_query_var('paged')) ? get_query_var('paged') : 1;The $page var returns 0, whenever it’s on page 2 or above, hence the page module doe snot work – even the previous_posts_link() function fails to load because it WP thinks it’s on the default page, even when the URL is /page/2 or /page/3…. Any ideas?