swadeshib
Forum Replies Created
-
Forum: Themes and Templates
In reply to: WP-PageNavi not working on Custom page Template.thanks i solved the bug
by
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args = array ( 'posts_per_page' => '8' ); query_posts($args . '&paged=' . $paged); ?><?php $count = 1; if (have_posts()) : while (have_posts()) : the_post(); if($count == 1) : ?>Forum: Fixing WordPress
In reply to: Create Multiple Loop archive Pagei checked dear now i confused
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache Not Cachingi checked these options
– Cache hits to this website for quick access. (Recommended)
– Use PHP to serve cache files.
– Compress pages so they’re served more quickly to visitors. (Recommended)
– Don’t cache pages for known users. (Recommended)
– Extra homepage checks. (Very occasionallyForum: Plugins
In reply to: [WP Super Cache] WP Super Cache Not Cachingyes i checked
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache Not Cachingmy site hosted on iis server
wp super cache caching page smoothly
but not for logged in user it display “Not caching for known user.” in debuge mode
—
20:05:10 / Cookie detected: wordpress_logged_in_f03864fad17b1116d35699fc0c9bef5dd
20:05:10 / Not caching for known user.
20:05:10 /
20:05:10 / wp_cache_shutdown_callback: collecting meta data.
–
please help me .