s
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove the “category” folderNo hacks are needed to do this. Just set your category base to ./
It works for the most part, but not for paged category archives. It returns a 404 error. Any other ideas? π
Forum: Fixing WordPress
In reply to: Post Count Beside Categories — Error!Hm, sorry for the double-post, but this *might* be related as well (by a long shot, I think):
I tried updating my user profile’s site but when I look at the comments I’ve made on the different posts, my name does not have a link, while the other commenters’ names do. I’m logged in when I comment, FYI.
Forum: Fixing WordPress
In reply to: Post Count Beside Categories — Error!Dgold: Thanks. Really. I’ve been tweaking it for ages. But I don’t think I have 9 + 5 posts already! Haha!
moshu: Hehe, sorry bout that… I did mention it in the post above. π I’m using 2.0.4 but not SpamKarma nor Cache. Eeep.
Forum: Fixing WordPress
In reply to: How to remove the “category” folderI fixed this one by a one line ‘hack’ in wp-includes/template-functions-category.php
On line 35;
Didn’t work for me, am using 2.0.4 and what happens is that it isn’t able to display page 2 (categoryname/page/2 vs category/categoryname/page/2). Sorry guys, I agree with the uselessness of the ‘category’ label, at least for my own purposes. I guess Pages can be distinguished by presentation/layout anyway. =(
Forum: Plugins
In reply to: UTW – Technorati tags gone wrong!am having the same problems, i think due to the url rewrite rules not working. even tried the ones suggested on the utw pages (as well as other bloggers who posted suggestions about that).
but what if my url is ‘/%category%/%postname%/’? can’t i stick with that? that’ll break up a lot of permalinks on my site. π
Forum: Fixing WordPress
In reply to: show at most n posts EXCLUDING certain categories?http://dev.wp-plugins.org/file/front-page-cats/trunk/front_page_cats.php
the Solvent plugin was discontinued, I’m trying the plugin from that link. π
Forum: Fixing WordPress
In reply to: do child categories inherit template of parent category?cool! thanks. π
Forum: Themes and Templates
In reply to: Category Template applied to Sub-categoriesDoes this help?
http://wordpress.org/support/topic/72284Forum: Fixing WordPress
In reply to: do child categories inherit template of parent category?I have a follow-up question. What about applying another type of single.php template for every post that falls under a category (in this case for this discussion, category 2 and all its subcategories)? Is that possible? π
Yoshi, your plugin is brilliant. I also am using it. Thank you very much. Do you have a web page I can link back to if ever (for the plugin info, at least!)?
Forum: Fixing WordPress
In reply to: show at most n posts EXCLUDING certain categories?Thanks for all your input; I’ll let you know. (I’m busy with other things so getting that done might be a while π
Forum: Fixing WordPress
In reply to: WordPress Editor — *** SCREAM ***The editor will NOT let me put those extra lines in between.
Actually, I think the editor lets me do that. I go to the end of the line of the first line (in this case, “Hi”) and then hit DELETE. The next line (in this case, “How are you?”) should move up, just a linebreak away.
I agree with chradil’s suggestion, too, though. It seems that you are using
<br/>‘s instead of‘s mostly for cosmetic purposes. If you just want different paragraphs to stay together, it can be modified in CSS. πForum: Fixing WordPress
In reply to: Very slow loading upcheck your javascripts too. try a website analyzer tool that inspects your file sizes and loading times. chances are it’s one of the files loaded in your header. π
Forum: Themes and Templates
In reply to: previous/next posts – make them show everytime!ah. that’s good insight there. you do have a point. i was going for consistency and a bit of aesthetics. π
how about this: is there any template tag or function that calls the title of the previous post so i can use it in a tooltip? perhaps i’m just a bit worried about using the previous/next post title text as the link as it might break the layout. yes, aesthetics again. hehe. but thanks for your help maerk! pretty quick response there.