devrekli
Forum Replies Created
-
Forum: Hacks
In reply to: How to Add Meta Noindex to Feeds, RSS and Trackback?i added header.php but not working 🙁
<head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title(' '); ?> <?php if(wp_title(' ', false)) { echo ' : '; } ?><?php bloginfo('name'); ?></title> <?php if(is_feed()||is_trackback()) echo '<meta name="robots" content="noindex">'; ?>maybe, feed pages can not use header.php? may need to be done with functions.php
—————–
also is true? for feed<meta name="robots" content="noindex">'; ?>or
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />THANKS
Forum: Hacks
In reply to: How to Add Meta Noindex to Feeds, RSS and Trackback?thanks you but Can you give me the code? 🙁 for fuctions
Forum: Fixing WordPress
In reply to: Feed – Page Not Found (i did your say, thanks. i am created new htacess. no problem but again same htaccess 🙂
Forum: Fixing WordPress
In reply to: Feed – Page Not Found (What did you change permalinks to and how?
Old permalinks: /%category%/%postname%/
New permalinks: /%postname%/
i am changed worpdress admin panel. (wp-admin/options-permalink.php)
Forum: Plugins
In reply to: [WP Clean Up] What is Orphan?What clears it?
What is Orphan Relationships? and
what is Dashboard Transient Feed?
Forum: Fixing WordPress
In reply to: How to Redirect old links after change of Permalinks?How to Redirect old links after change of Permalinks? wiht HTACCESS?
Forum: Fixing WordPress
In reply to: How to Redirect old links after change of Permalinks?help me. please 🙁