itweb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: All pages displayed instead of just oneStill can’t beat it… any suggestions?
Forum: Fixing WordPress
In reply to: Archives – how to disable or remove?Since archives haven’t been crawled for few days now, I can safely call it solved.
To sum it up,
– archive.php was deleted so no entries would be displayed in archive format
– all archive calls have been deleted (in my case, ones from sidebar.php)
– robots-meta plugin did the trick rewriting archive addresses to homepageI don’t exclude possible fix by using permalinks as suggested above but these 3 steps I mentioned did it.
I am archive-free!
Now, to battle RSS formating. It’s ugly with video content 🙁
Forum: Fixing WordPress
In reply to: Archives – how to disable or remove?I just tried robots-meta plugin and it looks like archives can’t be accessed directly. http://wordpress.org/extend/plugins/robots-meta/
If archives are not going to be crawled anymore, problem solved. Let’s see what happens.
Forum: Fixing WordPress
In reply to: Archives – how to disable or remove?Thanks for the kind words about my website. It’s still pretty new but getting some hits here and there. Hopefully it will get more popular since so many of us love British humor 😛
Regarding the problem. I just got crawled, http://www.britcomvideos.com/2008/09/page/93
This was without redirection plugin on. Platinum SEO has all archives set to noindex. XML sitemap has archives untagged.
I just added /2008/ to rejected URI’s at WP supercache plugin. Wonder if that’s gonna change anything.
I will look into links You gave me. I guess it will take more time than I originally thought to get that fixed.
Just wish there was a way to stop creating archives at all.
BTW, I already deleted archives.php and it didn’t do much besides not displaying it’s template.Forum: Fixing WordPress
In reply to: Archives – how to disable or remove?I am playing with redirection plugin a bit.
http://wordpress.org/extend/plugins/redirection/I managed to redirect year/month/day (has to be a complete string) archives to a random post using regex. Can’t get to make it work with /year/… (with just /year or /year/month or /year/month/day) expression.
Forum: Fixing WordPress
In reply to: Archives – how to disable or remove?Here is my website:
http://www.britcomvideos.comI just deleted archiving calls from the sidebar (it looked dead though) and deleted archive.php file. All calls to /2008 ect. are redirected to the index page. The title still says ex. 2008 September
http://www.britcomvideos.com/2008/09/page/92
The only 2 widgets I have is dTree and Minimeta.
I am using heavily redesigned CopperRocker.Forum: Fixing WordPress
In reply to: Archives – how to disable or remove?C’mon, lads… I searched the forums but didn’t find the right solution.
Forum: Plugins
In reply to: WP-dTree – sorting posts by name, not date/idEdit:
Enough whining, here is the fix:
wp-dtree_cat-functions.php
line 73 and 85:
change: .” ORDER BY “.$wpdb->posts.”.post_date DESC”;
to: .” ORDER BY “.$wpdb->posts.”.post_title ASC”;Forum: Plugins
In reply to: Category Display Question!!I would love to see that too.
If it could be somehow implemented with dtabs treeview, it would rock for me. Ex. pages on the top, click on page and a tree with posts is displayed.
Sorry for kidnapping Your topic a bit 😀
Forum: Plugins
In reply to: WP-dTree – sorting posts by name, not date/idAnyone?
It shouldn’t be that hard. Just trying to get the posts to be sorted by name, not date in a tree view.