Sanjeev Sabhlok's notes on technology, hardware, gardening

Tag: Wordpress

My plugins for sabhlokcity.com

As at 10 april 2011

adsense-on-top/

adsenseoptimizer/
akismet/
awsom-drop-down-archive/
bulletproof-security/
Category-specific-rss-wp/
cat-merge-rename/
cat-tag-filter-widget/
comments-likes/
cute-profiles/
daikos-video-widget/
edit-comments/
fckeditor-for-wordpress-plugin/
feedburner_feedsmith_plugin_2.3/
flv-embed/
folding-category-widget/
google-news-sitemap-feed-with-multisite-support/
grou-random-image-widget/
hp-blog-printing-plugin-v10-for-wordpress/
idrive-for-wordpress/
index.php
in-post-template/
jetpack/
my-page-order/
printfriendly/
randomtext/
social-media-widget/
subscribe-to-comments-reloaded/
tentblogger-show-all-post-categories/
top-commentators-widget/
topsy/
ultimate-tag-cloud-widget/
wordpress-feed-statistics/
wordpress-importer/
wordpress-mobile-pack/
wordpress-popular-posts/
wpcat2tag-importer/
wp-facebook-like/
wp-followme/
wp-gravatar/
wp-s3-backups/
wp-security-scan/
yet-another-related-posts-plugin/
zd-header-tags/
zd-youtube-flv-player/

Continue Reading

Can’t log into wordpress

I had this experience and the following information helped fix it.

In my case I had to delete the plugin file entirely since it was causing problems.

 

Interpreting the Error Message:

If the error message states: Warning: Cannot modify header information - headers already sent by (output started at /path/blog/wp-config.php:34) in /path/blog/wp-login.php on line 42, then the problem is at line #34 of wp-config.php, not line #42 of wp-login.php. In this scenario, line #42 of wp-login.php is the victim. It is being affected by the excess whitespace at line #34 of wp-config.php.

If the error message states: Warning: Cannot modify header information - headers already sent by (output started at /path/wp-admin/admin-header.php:8) in /path/wp-admin/post.php on line 569, then the problem is at line #8 of admin-header.php, not line #569 of post.php. In this scenario, line #569 of post.php is the victim. It is being affected by the excess whitespace at line #8 of admin-header.php.

[Source]

Continue Reading

WordPress sidebar keeps going to the bottom

See these for help:

http://en.support.wordpress.com/themes/layout-issues/

http://en.forums.wordpress.com/topic/sidebar

http://en.forums.wordpress.com/topic/sidebar-widgets-appear-at-bottom

http://en.forums.wordpress.com/topic/sidebar-pushed-to-bottom-of-page-1

http://en.forums.wordpress.com/topic/why-is-my-sidebar-at-the-bottom-of-my-blog

http://georgecoghill.com/blog/1192/wordpress-sidebar-at-bottom-div-tags-via-copypaste-in-visual-editor/

 

In my case it changes with the screen size (using control + or -). 

Continue Reading