How to modify an existing meta description?

Looks like a syntax error. Change this: return( $title ); to this: return $title; EDIT Sorry; mis-read your question. I believe the question is entirely Theme-dependent. The description normally is output in the template via bloginfo( ‘description’ ). The bloginfo() function uses get_bloginfo(), which uses a simple switch, and for the description parameter, the function … Read more

In need of a content replace filter for posts in a specific wordpress category

Just put an in_category() conditional around your content-filtering code, wrap the whole thing in a function, and hook it into the the_content filter: function mytheme_filter_cat_7_content( $content ) { if ( in_category( ‘7’ ) ) { // filter your content here } // then return $content return $content; } add_filter( ‘the_content’, ‘mytheme_filter_cat_7_content’ ); (Just put whatever … Read more

Add filter problems

Maybe the theme you’re using has created custom functions that make your code above work. As Sagive SEO notes it doesn’t appear to be a valid tag. You’ll need to just commit to learning the code if you really want to understand how it works. If you don’t actually take the time to explore the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)