mrugesh78
Forum Replies Created
-
yes you are right. it was in problem because I have made it as static page. thank you very much for your great help.
hey !
sorry, I got one more problem with wp-super-cache.
I am using wp-paginate plugin. I made siteindex.php template and published one page with following code :
<ul> <?php $temp = $wp_query; $wp_query= null; $wp_query = new WP_Query(); $wp_query->query('showposts=30'.'&paged='.$paged); ?> <?php while ($wp_query->have_posts()) : $wp_query->the_post(); ?> <li><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a> (<?php $category = get_the_category(); echo $category[0]->cat_name; ?>)</li> <?php endwhile; ?> </ul> <div class="navigation" align="center"> <?php if(function_exists('wp_paginate')) { wp_paginate(); } ?> </div> <?php $wp_query = null; $wp_query = $temp;?>
but when I click second, third, fourth page, it is delivering me same content.
it is not happing in category and archive pages. they are working fine. the only above code is not working with wp-super-cache.
oh !
that is the limitation of plug-in or wordpress ?
Bcos I have VPS (centOS operating system) and I have lot free space to save cache pages.
thank you. I put expiry time to 10 days. Is it ok ?
Forum: Plugins
In reply to: wordpress mobile edition on subdomainI think following plugin is the solution for that :
https://www.ads-software.com/extend/plugins/domain-theme
I have tried and it worked !
I have the similar question.
How I can do this like… : https://mobile.carringtontheme.com/
what is the trick for that ?
Forum: Plugins
In reply to: contact form 7Can I place Contact Form 7 on my own page template ?
On the plugin’s page, it is written that you can NOT use this form on template pages.
What is true ?
Has anyone have idea to place contact form 7 on template page ?
Forum: Fixing WordPress
In reply to: want to make PDF but blog is in unicodeI also tried by adding language fonts but it is still not working.
any suggestion ?
Forum: Plugins
In reply to: Display Index of Posts by Titlei have the same question. anyone help please ?
Forum: Fixing WordPress
In reply to: what is maxium limit of “numberposts” of get_post s?anyone help please regarding the above question ?
Forum: Installing WordPress
In reply to: WP-stats not workingoh now i got. may be bcos of i am using wordpress version 2.0.5 it requires 2.1 and higher
Forum: Plugins
In reply to: Acquiring API Keyhi
i have my own domain and i have hosted wordpress. I wanted to activate akismat spam protection so i created wordpress.com account, get API key and activated aksimat protection.
after sometime, i downloaded WP-STAT plugin. i wanted to activate it. so i entered the same API key but it is not working and contstantly showing message on top. I created another wordpress.com account and has pasted another API key but that is also not working. ??
what is the problem in that ? what is the guideline for self-hosted blogs on own domain to activate WP-STATS ?
can any one please help ?