suraj-consulting
Forum Replies Created
-
Forum: Plugins
In reply to: [SEO Rank Reporter] [Plugin: SEO Rank Reporter] Errors when adding keywords…I am also getting same error when I tried to add any keywords at this plugin.
cURL error number:22
cURL error:The requested URL returned error: 503I have contacted my hosting support team they told me that CURL is already enabled on my server. So I am not sure why it is showing same CURL error again?
Forum: Fixing WordPress
In reply to: admin-ajax.php overloading my serverI am also facing off similar type of problem, It is consuming lost of bandwidth when I edit any post, categrory, delete or modifies any comment. It is almost consuming 100 KB each action. Any solution to this problem?
There is a problem with tag URL at my wordpress blog
Wrist Coach. it is not showing tag url properly. Shall I be able to rectify problem with this plugin?Forum: Plugins
In reply to: [WP-Paginate] wp-paginate not working in my blog with numbered paginationAt my wordpress website Chronic Commissions at custom template wp-paginate is not working. I already have placed wp-paginate code at my custom template.
<div class="navigation"> <?php if(function_exists('wp_paginate')) { wp_paginate();} ?> </div>And my custom template wordpress blog query code is
$newPosts->query('cat=22&posts_per_page=>3&order=ASC'); while ($newPosts->have_posts()): $newPosts->the_post();I am not sure why wp-paginate is not working with custom template.
Forum: Plugins
In reply to: [WP-Paginate] wp-paginate not working in my blog with numbered paginationThis plugin is not working with latest versions of wordpress is it true?