pixelhub
Forum Replies Created
-
I have just tested it by downgrading it to the last Version 0.5.2 and it works with the forward slash on the end.
Forum: Fixing WordPress
In reply to: Remove feed from wp_headThanks for the reply esmi but i already have that in the code above (line 5)
Forum: Fixing WordPress
In reply to: Remove feed headerthe <link rel=”alternate”.. tag i snot in the header.php file it seems to be in the wp_head() tag, i have tried adding
remove_action( ‘wp_head’, ‘feed_links’ );
to the theme functions file but it has had no affect
Forum: Fixing WordPress
In reply to: How to cut off Parent page from permalink?Forum: Fixing WordPress
In reply to: Remove classes, such as class=”entry”Thanks for the reply,
class=”entry” was a bad example, I was looking to reduce the amount of code that was generated. It not a problem I just don’t like the fact that there is useless code filling out the pages.
Forum: Fixing WordPress
In reply to: Styling WordPress Comments with CSS & PHP help.Hi,
.surround ul li is in his custom.css
.custom .comments .surround ul li{background:#FFF url(images/blackGrad.gif) repeat-x; border:1px solid #000; clear:both; -moz-border-radius:3px; overflow:hidden; padding:10px; -webkit-border-radius:3px}
Forum: Fixing WordPress
In reply to: Duplicate Content / Link Structurelol..
I made a typo correcting the typo.
I actually have the correct link structure
/%category%/%postname%.html
not what i wrote in the question above. The quetion should read
Hi i have a question about the duplicate content / link structure within wordpress
Hi i have the link structure
/%category%/%postname%.html
If i create a category (bits) a sub category (bobs) and add a post to that sub category (widgets.html) the url looks like this
Example.com/bits/bobs/widgets.html
Which is what you would expect. However if you type in any of the following in to the address bar you are served with the content of Example.com/bits/bobs/widgets.html even though the url is different.
Example.com/bobs/widgets.html
Example.com/bits/widgets.htmlEach one have the server response code 200 which is not what you would expect as only one truly exists the other 2 should be 404s.
Why does wordpress do this an how can i prevent it.
I have added the canonical link/tag to the top of every page so search engines know what the url should be, but its not the best solution.
Cheers
Forum: Fixing WordPress
In reply to: Duplicate Content / Link StructureThanks for the reply but it was just a typo in my question (I can’t edit the post). I actually have the correct link structure.
/%category%/%post%.html
Forum: Fixing WordPress
In reply to: Page permalinks without hierarchy (parents)can you please post the code.
cheers
Forum: Fixing WordPress
In reply to: How to remove parent slug from child page’s permalinkHas any one got a fix to removing the parent slug from child page’s permalink without using Page Lists Plus ?
Forum: Fixing WordPress
In reply to: Page permalinks without hierarchy (parents)hi,
@studiocodes, Have you made any progress with the plugin?
or if any one has the fix could you post it.
cheers
Forum: Plugins
In reply to: Custom Archivesorry, wrong board. this should be in the how to section.
Forum: Fixing WordPress
In reply to: Categories Don’t Show in Smart RSS feed ManagementI have the problem of the all posts created from the feed going to “Uncategorized” no mater what category was selected when adding the feed.
Cheers
Forum: Plugins
In reply to: [Plugin: Robots Meta] probs with robots meta plugin and wp 2.6Its working fine with 2.6.2, i have the same problem as rferrall
When I try to save a page with a specific set of meta tags (noindex,follow, for instance) ticked, it doesn’t “keep”
the tags are added to the post/page but when in edit mode it does not remember what option was selected.