I have a custom term field to add an image to categories, and want to display the image just before the category description.
I have created wordpress archive for posts, but the category title and description are displayed automatically. How do I add the image just before the category description?
Also, although I have created the archive and it's working, on the dashboard it still states "There is no WordPress Archive for Posts. "
Well - I see you created two taxonomy archives, the message you see on dashboard "There is no WordPress Archive for Posts." because you do not create the post type archive but taxonomy archive. Once you create the post type archive to display the posts the message will be disappeared.
I see the category description is coming from your theme not from the WordPress archive. So to display the taxonomy term image you need to use the filter:
=> hidden link
Well - I see you created two taxonomy archives, the message you see on dashboard "There is no WordPress Archive for Posts." because you do not create the post type archive but taxonomy archive. Once you create the post type archive to display the posts the message will be disappeared.
Actually, I HAD created an archive by clicking on the 'create archive' below that message. I did state that I had created it; it was named 'Posts Archive'. When I saw that message, I trashed that template (even though it was working) and tried again, but the message still remained. If you checked the front end of the site you will have seen that Posts Archive was working.
I do not wish to use your layout editor as I do not like it.
Not really happy that you tell me to go to a paid link that also tells me to add a plugin. The whole point of using Toolset is so that I do not need to install additional plugins! Also, the site is for a non-profit club with no budget and cannot afford the $45 just for a couple of lines of code.
Actually, I HAD created an archive by clicking on the 'create archive' below that message. I did state that I had created it; it was named 'Posts Archive'. When I saw that message, I trashed that template (even though it was working) and tried again, but the message still remained. If you checked the front end of the site you will have seen that Posts Archive was working.
==>
I got it now, There is an issue with this part and I've escalated it to our Devs and they will fix it as soon as possible. Built-in post types have special treatment where for Posts, the "Loop selection" in the WPA Edit page would be "Home/Blog" but I see its not added automatically and issue is reported to our Devs.
This is the archive for post type "post":
- hidden link
Which you can access at frontend here: hidden link
To customize it you should format the "Loop Editor" section of above WordPress archive as required.
Not really happy that you tell me to go to a paid link that also tells me to add a plugin. The whole point of using Toolset is so that I do not need to install additional plugins! Also, the site is for a non-profit club with no budget and cannot afford the $45 just for a couple of lines of code.
==>
I would like to know here, are you talking about the category archive?
- hidden link
- hidden link
If you are talking about the above archive, that's a taxonomy (category) archive, if you check the view source of the above taxonomy archive you will notice that the taxonomy title and description is coming from your theme but not from the archive. That is why I asked you to use the Genesis theme hook.
Please confirm first which archive you would like to use in your case.
I also forget to update that once you connect your archive to "Home/Blog", the dashboard is automatically updated once you refresh it. Please check the following screenshot:
=> hidden link
hmm, ok I have to say that I have always been confused between category and archive.
So, am I right in saying that a posts archive displays ALL posts, whereas a category archive displays those posts in a specific category?
If so, then I apologise. I never wish to simply display ALL posts, so presume that I am talking about category archives. When I have done these in previous versions of toolset, I simply did the same as I did this time, click on the create archive in the dashboard, and once I had finished creating it it would appear on the dashboard
hmm, ok I have to say that I have always been confused between category and archive.
==> There are two kind of archives, post type archives and taxonomy archives.
So, am I right in saying that a posts archive displays ALL posts, whereas a category archive displays those posts in a specific category?
==> Yes, correct, as you see with the following taxon*omy (category) archive - it will display all posts belongs to term breed-watch :
- hidden link
If so, then I apologise. I never wish to simply display ALL posts, so presume that I am talking about category archives. When I have done these in previous versions of toolset, I simply did the same as I did this time, click on the create archive in the dashboard, and once I had finished creating it would appear on the dashboard
==> Thats ok, due to your report we found a bug and happy to help you further with your any query 🙂