Tagged Questions
0
votes
1answer
15 views
Add category description to list of category with taxonomy image
I'm using the Taxonomy Images plugin.
Would like to list categories with their thumbnails AND descriptions. Code below give a list of categories (titles are linked to category archive) and thumbnails. ...
5
votes
3answers
335 views
Separate Media Library for each user
I'm creating a theme for a client and one of their requests is to allow users to upload images for their own use, but there may be an option to share the images.
Here are some of the caveats:
Each ...
0
votes
0answers
73 views
Style Taxonomy Image [closed]
How do I style my image fetched for a custom taxonomy term?
The code below is used to fetch the image attached to the taxonomy term, and subsequent line of codes display the taxonomy term name.
The ...
0
votes
1answer
265 views
How can I get Taxonomy Images to work with 'orderby' argument?
I'm using the Taxonomy Images plugin and am trying to sort the taxonomy but Taxonomy Images isn't playing nice. This works:
$terms = get_terms( 'work_cat', $args );
but this doesn't:
$terms = ...
0
votes
4answers
2k views
Using Taxonomy Image code with my get_categories code
I'm using Taxonomy Images to associate images with categories. I'm using the following code, one is to display the categories, the other to display the images.
Here is the code that displays my ...
1
vote
4answers
260 views
How to associate an image with a term taxononmy and publish it on frontpage?
I couldn't find the solution anywhere else, so I believe is a valid question for this website. I think my problem is divided in two parts. I created a custom taxonomy called "Type" and within it, I ...
0
votes
2answers
206 views
How can I remove image taxonomy pages from my theme and from Google?
A lot of my theme's image pages are ranking on Google. I'd like to remove these pages entirely from my theme so they no longer rank. When a user hits these image pages the content is taken out of ...