perfectlover
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: conditional statment based on URLThanks,
Actually search I used just an example, is it possible to define url? I am using a premium theme where categories are in custom post type and i want to use different content on different category.
Forum: Fixing WordPress
In reply to: WP won’t let me post this articleI have simillar problem, cant post longer articles and getting 404. Could you please explain what your webhost did? How mod security prevented this.
ThanksForum: Plugins
In reply to: [Plugin: WP-PageNavi] Follow, noindex implementationThanks, above code did not work. May be some php guru can check the syntax.
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Follow, noindex implementationHi Scribu,
All of my posts have unique meta description and so are categories. Problem comes when I have mydomain/category/page/2….so on… they show same meta description as mydomain/category/ , so I am looking to implement noindex on page/2… onwards.
May be lester can implement this….
Shob
Forum: Plugins
In reply to: [Plugin wp-postviews] fetch most viewed post from a categoryIt was solved by Gamerz thanks to him.
Forum: Plugins
In reply to: Remove parent category from PermalinkI am also looking for the answer. I remember there was a plugin to do this but cant find now.
Forum: Developing with WordPress
In reply to: import many posts from text fileI am also interested in this kind of import.Could you guys help us out please.
Forum: Fixing WordPress
In reply to: Where do Autosave posts reside?YES , i am having same problem as well
Forum: Fixing WordPress
In reply to: Are you sure you want to edit this post?anybody?
Forum: Fixing WordPress
In reply to: How to hide one category post on main pageHello,
I have been using this line of code to exclude one category
<?php
if (is_home()) {
query_posts(“cat=-3”);
}
?>It’s been working fine in 1.5 when I upgraded to 2.0 this code is working but pagination function ( next , previous) is not working.
Any suggestion(s)?
Thanks
Forum: Fixing WordPress
In reply to: Archive IssuesHello,
I am getting 404 error when i a m using this url https://www.myurl.com/index.php/archives/
any suggestion.
ThanksForum: Plugins
In reply to: e-mail plugin problemThanks for reply. after giving smtp address i am getting following error,
Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/xxx/public_html/xxx/wp-includes/class-smtp.php on line 105
Warning: fsockopen(): unable to connect to smtp.varshneys.net:25 in /home/xxx/public_html/xxx/wp-includes/class-smtp.php on line 105
Language string failed to load: connect_host
However, I am using same smtp address to send mail when some one post comments , I am getting proper mails.