stylikon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: feed does not validatei am getting content:encoded on quite a few lines. would it be better if i use this plugin CompleteRSS 0.2 to get a clean RSS.. does anyone know where i should paste the code given by CompleteRSS 0.2? or is there a better plugin available
Forum: Fixing WordPress
In reply to: feed does not validatestrange
Forum: Fixing WordPress
In reply to: .htaccess seo links problemcoz this plugin is more SE friendly
Forum: Fixing WordPress
In reply to: .htaccess seo links problemthis is the url of the plugin http://www.emilyrobbins.com/how-to-blog/how-to-configure-wordpress-to-create-search-engine-friendly-urls-for-permalinks-242.htm
and this is the code that i copied to .htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?category_name=$1&feed=$2 [QSA]
RewriteRule ^category/?(.*) /index.php?category_name=$1 [QSA]
RewriteRule ^author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?author_name=$1&feed=$2 [QSA]
RewriteRule ^author/?(.*) /index.php?author_name=$1 [QSA]
RewriteRule ^([_0-9a-z-]+).htm([0-9]+)?/?$ /index.php?name=$1&page=$2 [QSA]
RewriteRule ^([_0-9a-z-]+).htm/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?name=$1&feed=$2 [QSA]
RewriteRule ^([_0-9a-z-]+).htm/trackback/?$ /wp-trackback.php?name=$1 [QSA]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1 [QSA]
RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&withcomments=1 [QSA]
Forum: Fixing WordPress
In reply to: Suddenly Missing Sidebarsis the image size of flickr bigger then the size of the sidebar? go all the way down to the page..has it moved there?