Hi,
I am using Newspaper theme on one of my websites panacea.mk. I decided to buy the theme for two of my websites that I have. Since they are old sites and I am using the theme Smart mag, and from positive experience on website panacea.mk, I decided on this step to change the theme for Newspaper.
Before final decision, I made test on how it will work on existing websites, http://worldoffloweringplants.com/ and https://worldofsucculents.com/. Everything was OK except one very important thing for the structure of the site.
It is very important for this sites correct listing of the archives, especially the listing of custom taxonomies of the websites. If you open this link https://worldofsucculents.com/?families=amaryllidaceae you will see that first the snippet of the listing is showing the name of custom taxonomie category, and below that before listing of the posts archive the description of the of the custom taxonomie is shown. When I tested the Newspaper theme when I open any custom taxonomie I see only name of the snippet Archive and no description and it is listed as date archive, but when I open let say tag or category archive the description and correct snippet is shown.
Is possible this problem to be solved, since obviously this is a minor bug of the theme.
Expecting your answer
Thank you in advance
Hi,
Please check our documentation for Custom Post Type Support and taxonomy: -> https://forum.tagdiv.com/custom-post-type-support/
Hope this will help you!
Thank you!
Hi,
I checked it out yesterday, but I don’t quite understand how to make it work for custom taxonomies that I already have on my sites (hope you checked the link https://worldofsucculents.com/?families=amaryllidaceae how should the listing look like)
Thanks
-
This reply was modified 7 years by
alkomco.
Hi,
Please try in this way, go in wp-content>plugins>td-composer>legacy>newspaper>archives.php and set after each h1 tag this code
<?php echo term_description(); ?>
-> https://prnt.sc/o1cxa9
this code should show the description set on taxonomies, but you’ll need to make those changes after each update, sorry!
Thank you!
Hi,
Thank you for the assistance, the description is shown, but the spinet is missing, it shows
Home>2018 and text ARCHIVES like this https://prnt.sc/o1dmpp and it should show description like this (from live site) https://prnt.sc/o1dn2h.
Can you please assist with this
Thanks
Hi,
In order to achieve that you need to do the follow changes in archive.php
-> https://prnt.sc/o1ouvx the code can be found here -> https://pastebin.com/8xw3cSXL
The translation can be done here -> https://prnt.sc/o1ovj4
Hope this will help you!
Than you!
Hi,
For breadcrumbs you can use the Yoast SEO plugin -> https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/
Thsnks.