Reboot
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing featured image thumbnailIdeally I would be able to edit the thumb in wordpress how I like it and save it just for thumb but when I do that there is no change.
Forum: Fixing WordPress
In reply to: Add buddypress activity preview to my homepage?No ideas??
Forum: Fixing WordPress
In reply to: Static Entrance page problemI have to have it at the root, long story but I do.
Can anyone think of another solution?
Forum: Fixing WordPress
In reply to: Static Entrance page problemat the root, same as the index.html
Forum: Fixing WordPress
In reply to: How can I have a ribbon only on certain post categories?Wow managed to do this easily using the info from here:
Guess I was just over-thinking it.
This is great, so now when I visit a category page I can have custom pages for each category simply by making files with the name scheme category-slug.php (slug being the category slug).
🙂
Forum: Fixing WordPress
In reply to: How can I have a ribbon only on certain post categories?<!-- Resume --> <div class="resume"> <?php if ( in_category( 'features' )) { <div class="featured_banner2"></div> } endif;?>Forum: Fixing WordPress
In reply to: How can I have a ribbon only on certain post categories?Ok I tried this code but not working:
Forum: Fixing WordPress
In reply to: Unexpected HTTP Errorin wordpress 3.1 that code is not in the plugin-install.php file I am getting this as of yesterday, anyone?
Forum: Fixing WordPress
In reply to: How can I have a ribbon only on certain post categories?thanks for that, good info there, I have been trying to get it but so far can’t, this is what I have been trying:
[Code moderated as per the Forum Rules. Please use the pastebin]
Can someone help me get the code right, I am trying! lol
Forum: Fixing WordPress
In reply to: How can I have a ribbon only on certain post categories?I have tried to just take some code from this and change it like this:
<?php if query posts('category_name=features');?> <div class="featured_banner2"></div> <?php endif;?>but like I said, pretty much a newbie stab at it. I know the code above is not right but thought I would post it to give a better idea of what I am trying to achieve.