bittup
Forum Replies Created
-
Forum: Plugins
In reply to: Autoresponder forum, need advice.Have you tried those?
I personally use this:
http://www.scripts4webmasters.com/follow-up-autoresponder-pro/wordpress-autoresponder-plug-in-to-add-users-and-send-newsletters/Forum: Fixing WordPress
In reply to: excess resource usage of wp-comments-post.phpI found out this one:
http://codex.wordpress.org/Combating_Comment_Spam/Denying_Access#Deny_Access_to_No_Referrer_Requests
Will try this .htaccess code and see what happens.
Forum: Fixing WordPress
In reply to: excess resource usage of wp-comments-post.phpCan you track down where the requests to the file are coming from?
How?
I tried to look into my logs. But no hits to wp-comments.php.
Forum: Plugins
In reply to: ver 2.9.2 Cannot Install New Themes or PluginsSame error here. WP 2.9.2
Any takers with a solution?
Forum: Fixing WordPress
In reply to: extra categories in horizontal menubarbump
Forum: Fixing WordPress
In reply to: extra categories in horizontal menubarAnybody please tell the code? how to display more categories as ‘more’ dropdown as all categories are not fit in one horizontal bar.
Forum: Fixing WordPress
In reply to: WordPress root install – .htaccess problemsI can not access pages like:
mysite.com/subscribe.html (it is non-wp page)
mysite.com/folder/index.html (non-wp folder)When I access these pages, getting 404 error because or permalink modrewrite in root .htaccess.
So above code – how it works?
Forum: Fixing WordPress
In reply to: WordPress root install – .htaccess problemsGuys, anybody installed WP in root and having these problems?
Forum: Fixing WordPress
In reply to: WordPress root install – .htaccess problemsAny help? I searched the internet. But nothing is working. Any rewrite rule to exclude some root urls and non-wp folders?
Forum: Fixing WordPress
In reply to: the_content questionthank you! It worked like a charm.
Forum: Fixing WordPress
In reply to: the_content question<?php the_content '<p>my name<br />my website<br />' ('Read the rest of this entry »'); ?>Just correct me the above code as I want author bio just below the ‘the_content’.
Forum: Fixing WordPress
In reply to: the_content questionYes. That is the plugin.
I tried to keep the code like this. (I am not a programmer.)
<?php the_content '<p>my name<br />my website<br />' ('Read the rest of this entry »'); ?>But it is not working either. Getting errors.
Forum: Fixing WordPress
In reply to: the_content question<?php the_content('Read the rest of this entry »'); ?> <div class="postauthor"><?php the_author_description(); ?></div>In single.php and index.php, I am seeing the above code under ‘Editor’.
When I enable social bookmarks, the buttons are displaying correctly between the content and autor bio. BUT I AM NOT SEEING THE html code in single.php and index.php to move it below author bio.
Forum: Fixing WordPress
In reply to: Fatal Error: Out of MemoryContact your host on this issue. Forward this error to them.
Forum: Fixing WordPress
In reply to: Updating my local site with my web host databaseI did a search in Google. Got this.
It looks like a simple tutorial check it.