matt.blower92
Forum Replies Created
-
Forum: Hacks
In reply to: Adding an autoname property to category pageThanks for responding,e
I actually figured it out earlier today, I installed the ‘Categories Images’ plugin, and then used the following command to automatically pull the cat image:
<img src="<?php echo z_taxonomy_image_url($term->term_id); ?>" />But thanks for the array code, I’ve been wondering how to correctly utilize something like that.
Thanks,
Matt
Forum: Hacks
In reply to: Adding an autoname property to category pageOk I solved this issue by adding the single_cat_title as so:
<p><?php single_cat_title('Currently browsing '); ?>.What I would like to know now is whether or not I can do the same thing with a designated image or banner.
For example, when the category page for “Doctors” is opened, a banner or image appears with the text provided from the code above.
Is this doable?
Matt
Forum: Fixing WordPress
In reply to: Page load results in a server crash errorWorked out fine. Not what I was hoping to do but at least its sorted, thanks a lot!
Forum: Fixing WordPress
In reply to: Page load results in a server crash errorI haven’t yet but I suppose I’ll give it a shot, I’ll respond with whether if it works or not.
Forum: Fixing WordPress
In reply to: Page load results in a server crash errori’m using the Bueno theme.