hpguru
Forum Replies Created
-
Forum: Your WordPress
In reply to: What you think about my blog new UNIQUE theme?I fix now my content to 485 px (before maybe 490 px) because all my “full-content” pictures is 485 px.
Forum: Your WordPress
In reply to: What you think about my blog new UNIQUE theme?Thank you, i add it. How is now?
Forum: Your WordPress
In reply to: What you think about my blog new UNIQUE theme?Thank you. 🙂
Forum: Fixing WordPress
In reply to: Archive pagination problemProblem disappeared without doing anything to it… 😮 Good.
Forum: Fixing WordPress
In reply to: SEO NoIndex CommentsOne more tweak for functions.php
function seo_for_comments() { global $cpage, $post; if ( $cpage > 1 ) : echo "\n"; echo "<meta name='robots' content='noindex,follow' />"; echo "\n"; endif; } add_action( 'wp_head', 'seo_for_comments' );It add noindex to other comments pages.
Forum: Your WordPress
In reply to: Check out my site new look!Thank you. 🙂
Forum: Fixing WordPress
In reply to: SEO NoIndex CommentsForum: Fixing WordPress
In reply to: SEO NoIndex CommentsThis code directs the bot to the article “Home” and other comment pages should not then be indexed.
Forum: Everything else WordPress
In reply to: Will WordPress always be free?Thank you for Free WordPress. I enjoy high quality, fast updated CMS and great plugins since 2007! Thank you.
Forum: Fixing WordPress
In reply to: SEO NoIndex CommentsYes. You may try Canonical url in html. BTW, there is a code to functions.php.
function canonical_for_comments() { global $cpage, $post; if ( $cpage > 1 ) : echo "\n"; echo "<link rel='canonical' href='"; echo get_permalink( $post->ID ); echo "' />\n"; endif; } add_action( 'wp_head', 'canonical_for_comments' );This add link to article “index” page yoursite.com/your-article/, than Googlebot etc. follow it. Sorry my poor English. 🙂
Forum: Requests and Feedback
In reply to: Can Auto Update just Update WordPress itself, please?Akismet good plugin. But Hello Dolly is totally sh*t.
Forum: Fixing WordPress
In reply to: Version 3.0 SPAM problem?You may try fix it…
http://www.chipbennett.net/2010/06/21/fixing-math-comment-spam-protection-plugin-in-wordpress-3-0/
Or find other plugin…
Forum: Your WordPress
In reply to: New to Blogging – High Bounce Rate – Review AppreciatedI check your forum now. Very simple to use. Keep up the good work!
🙂
hpguru from Finland 🙂
Forum: Your WordPress
In reply to: Site RedesignGood theme and simple use site.
Forum: Your WordPress
In reply to: New to Blogging – High Bounce Rate – Review AppreciatedGreat theme. High quality site.