pbo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: add rel=nofollow to comment & trackback<a rel='nofollow' href='<?php echo get_post_comments_feed_link() ?>'>feed</a>Forum: Fixing WordPress
In reply to: add rel=nofollow to comment & trackbackForum: Fixing WordPress
In reply to: add rel=nofollow to comment & trackbackForum: Fixing WordPress
In reply to: add nofollow to links inserted by php functionsI got a better solution
Look for wp-includes\category-template.php
then look for this code
function get_the_category_list($separator = ”, $parents=”, $post_id = false) {
global $wp_rewrite;
$categories = get_the_category($post_id);
if (empty($categories))
return apply_filters(‘the_category’, __(‘Uncategorized’), $separator, $parents);$rel = ( is_object($wp_rewrite) && $wp_rewrite->using_permalinks() ) ? ‘rel=”category tag”‘ : ‘rel=”category”‘;
then change rel=”category tag to “nofollow”
Is this the answer: Just want to clarify if this is default in wordpress
Use this drop-down if you want to make this Category a sub-Category; you will select the sub-Category’s Parent here. For example, you may have a Category called “Photos” but want to add further clarification about the subject of a particular “Photos” post. You could add “Oregon Coast” and “Ice Storm” as sub-Categories to the “Photos” Category; “Photos” would be the Parent of these two new sub-Categories.
Sub-Categories show up on your blog’s page just like Categories, except they will typically be nested under their Parent Categories. When someone visits your site and clicks the “Photos” Category link, all posts in “Photos” and all its sub-Categories will be displayed. Clicking the “Oregon Coast” Category link only displays those post in that sub-Category. If you assign a post to a sub-Category (e.g. “Oregon Coast”), you can choose to assign that post to the sub-Category’s parent (“Photos”) or not. Either way, all “Oregon Coast” posts will show up in the “Photos” Category page. The only difference is that the list of Categories of which a particular post is actually a member. In the WordPress Default 1.6 Theme (Kubrick), this list is shown below the text of each post.Forum: Plugins
In reply to: [Release] eShop Shopping Cart pluginAny old versions for wordpress MU?
Forum: Plugins
In reply to: [Plugin: Are PayPal] I found a bug in the latest versionNot working with WPMU or just the bug?
Forum: Everything else WordPress
In reply to: How to have a link in my name in wordpress supportWhy dont I have an avatar in the support forums?
Forum: Fixing WordPress
In reply to: Edit the word “Nothing Found”Found the answer, its in all in one seo. Title for the 404 page
Forum: Fixing WordPress
In reply to: Edit the word “Nothing Found”the code for the title tag in the 404 page does not exist in 404.php since the title is found on the header. I don’t know where to change the Nothing Found Title of the 404 pages
Forum: Fixing WordPress
In reply to: Edit the word “Nothing Found”sorry but it is not there. Any tips?
Forum: Installing WordPress
In reply to: GoDaddy WordPress issuesMe too, I was about to re-upload my site and the old database. Called them and they say that godaddy has issues with wordpress right now
Forum: Installing WordPress
In reply to: Image Link to Page showing 404 on IE onlyThanks
SO there is really no workaround for this process?
Forum: Fixing WordPress
In reply to: Increase RSS feedsI am looking for widget.php but I cannot found it in wp-content. Is there a new location for that for the new version
Forum: Installing WordPress
In reply to: Can I display more than 10 items?I am subcribed to a feed that has more than 20 items, I installed the plugin but still it has maximum feed items in the widget
can I set it to 30?