endofamnesia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts in multiple categories problemSurely if I put code that says ‘show only latest posts from artist1’ on the sidebar then for each post it will only show the latest post in artist1.
What i really need is that to dynamically change…so youre viewing a post that has been put in
artist1, CD Album, 10% off
then the side bar shows ‘other posts in artist1’ category.
Of if youre looking at a post that has been put inartist26, Vinyl album
then the sidebar shows ‘other posts in artist26’ category.
Forum: Fixing WordPress
In reply to: Posts in multiple categories problemYes all artists are subcategories of Catalgoue.
What’s puzzling me how I would display the lastest posts from
only the artist category they are in…on individual posts.If I just show latest posts that are children of ‘Catalogue’ then it wont show only the latest posts from Artist 1, it would display any posts from artist 2, artist 3, etc.
Forum: Fixing WordPress
In reply to: is_home no longer workingThanks Kafkaesqui and alphaoide for your help.
I ended up using Kafkaesqui solution and it worked perfectly.
Forum: Fixing WordPress
In reply to: is_home no longer workingThanks for your reply.
I’m not quite sure how your solution works?
Do you mean create a file called category.php with just the get_cat_icon(”) in?
How would I include it on the sidebar of catergories and not the index page?
Forum: Plugins
In reply to: phpGiggle links doesn´t work with permalinksI got this working by editing phpgiggle.inc.php.
Find this:
href=\"phpGiggle?".
$giggle_link ."\">"and replace with this:
href=\"
$giggle_link\">"