kjeft
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change more tag urlThanks so much, it works perfectly!
Forum: Fixing WordPress
In reply to: Nested comments not working – doesn’t go beyone depth-1Hiya, I have the same problem! Did you figure this out?
Forum: Fixing WordPress
In reply to: Tricky navigation highlighting on category pagesp.s. it would be even better if I could actually make the category part of the page, so that the permalink would include /bikes/, but yeah, I presume that is not really possible
Forum: Fixing WordPress
In reply to: Tricky navigation highlighting on category pagesI am thinking something like
if ( in_category('bike') ) { // Add .current_page_item to the Bikes page }
but my php skills kind of needs some fine tuning ??
Forum: Fixing WordPress
In reply to: How to get list custom taxonomy terms for specific taxonomyYou will have to use a tag cloud. This line will display them in an unordered list:
wp_tag_cloud( array( 'taxonomy' => 'name_of_your_taxonomy', format => 'list' ) );
Forum: Fixing WordPress
In reply to: Can’t see categories in admin & all posts have no categoryI uninstalled the Magic Fields plugin and like magic the hidden posts were back and visible
Forum: Fixing WordPress
In reply to: Can’t see categories in admin & all posts have no categoryThe link seems to be outdated by now… Has anyone got a solution for this?
Forum: Fixing WordPress
In reply to: Piece of advice pleaseThere are just so many different ways to achieve the same thing, it is well hard to know which way is the better.
Well, thanks for your advice Dave. I can’t wait to get started!Forum: Plugins
In reply to: [plugin: GD star rating] SIMPLE instructions or tutorialDid you ever figure this out?
I too have spent way too many hours trying to get this working properly but with no luck…Forum: Fixing WordPress
In reply to: Set a Category as a page?Did this work for you?
The plugin allows you to set your page to /category/videos but not the category url to go to /videos, right? Or am I just not getting itForum: Fixing WordPress
In reply to: Why is blog page using home page template?Good. Thanks Kim!
Forum: Fixing WordPress
In reply to: Why is blog page using home page template?Is it bad practice to set my Posts Page to -select- in the Reading Settings?
It solved my problem anyway…Forum: Plugins
In reply to: [Plugin: GD Star Rating] Re: wp_gdsr_render_comment_aggregationyeah. so I don’t know how I thought that was working.
I am so confused with all the different functions. I have tried everything but can’t get it right… a shame really. This plugin seems so great.Forum: Themes and Templates
In reply to: Three columns with image spreading over twoThank you wetwetwafu!
Forum: Themes and Templates
In reply to: Best way to add different stylesheets for different pagesThanks for your quick reply.
I have been thinking about this too. Well, adding it manually was my initial thought, but that would mean I end up with a single huge CSS file. Doesn’t really feel like the right way to go either…