Ryan Fitzer
Forum Replies Created
-
Forum: Plugins
In reply to: Images for list_catsI’ve updated the plugin link above with a newer version (thanks Viper007Bond) that allows you to define when you want
list_catsorwp_list-catsto use images. Basically, you need to put<?php global $use_caticons; $use_caticons = TRUE; ?>before the instance of(wp_)list_catswhere images are required. Here is an example:<?php global $use_caticons; $use_caticons = TRUE; ?>
<ul>
<?php wp_list_cats('sort_column=ID&hide_empty=0'); ?>
</ul>Once I have a site up with this functionality I’ll post a link here for those that aren’t understanding what this plugin does.
Forum: Fixing WordPress
In reply to: Any CSS Guru’s?Not sure what the problem was but it just simply went away.
Forum: Fixing WordPress
In reply to: How to Edit Link Categories to Change Order?Sorry those links didn’t help you. The only other option you have if you would rather not try editing the source is to rename your blogroll to reflect what you’d like to have at the top of your sidebar and then transfer the links to it manually.
Forum: Plugins
In reply to: Post Image Plugin questionNothing here. Thanks for the help.
Forum: Your WordPress
In reply to: Rip my blog apart<?php echo date ('Y') ?>will keep that year up to date. I think you should add some individual design to each block. Think of the visual hierarchy of a news paper. They know how to lead your eye to the most important content.Forum: Installing WordPress
In reply to: Upgrading – Can’t Find WordPress Folders/Files To ReplaceIs this an auto install through a host as opposed to one you did manually? If so, I would recommend talking to them. They do their own thing. http://wordpress.org/support/topic/93110?replies=5
Forum: Themes and Templates
In reply to: Using Guru Manager themeWhat do you like about it that you could not get in another theme? Never used it before.
Forum: Fixing WordPress
In reply to: Stray text.Cool. Welcome.
Forum: Fixing WordPress
In reply to: Stray text.If you view the source you’ll see a bunch of divs that are absolutely positioned with inline styling like so:
<div style="position: absolute; top: 4057px; left: 104px">Go to that post and see what you can find.
Forum: Fixing WordPress
In reply to: sidebar…That’s a lot of css. I would recommend finding a theme that is closer to your goals and then go from there.
Forum: Fixing WordPress
In reply to: 2.0.5 Archives and Page TemplatesWell, then you would need to put that in there for the function of choosing a template to work.
Forum: Installing WordPress
In reply to: Upgrading – Can’t Find WordPress Folders/Files To ReplaceNo. You change the name through the options panel in the WP site admin.
Forum: Your WordPress
In reply to: Better is BetterLooks excellent! Graphics are very professional, great gray scale choices on the text as well. On the book site I would put in your css file that the links should have no outlines. Great job.
Forum: Installing WordPress
In reply to: Upgrading – Can’t Find WordPress Folders/Files To ReplaceIf this service is provided by your host you should contact them. They may have it tucked away where you can’t get to it.
Forum: Fixing WordPress
In reply to: editor – HTML tabsThis isn’t in 2.0.5. It will be in 2.1 (already is actually).