Hello,
1. I use a plugin named CM Tooltips Glossary to maintain a dictionary in the WordPress site. It uses custom Post types to display dictionary terms. Please take a visit at the following page:
http://amazingzoology.com/dictionary/bacteriophage/
It is a custom post page and the breadcrumb just displays ‘Home>Bacteriophage’ instead of ‘Home>Dictionary>Bacteriophage’. How can I correct that?
2. I want to hide date information only in these custom pages. What to do?
3. Also want to remove top share buttons only in these custom post type. How can I incorporate?
-Josin
Hi
1. You need to select a taxonomy in theme panel cpt & taxonomy: http://screencast.com/t/3QrpPCYqSv – http://screencast.com/t/SViKnsvhSE
2,3 Try this css in theme panel > custom code > custom css:
.single-glossary .td-post-date, .single-glossary .td-post-sharing-top {
display: none;
}
Thanks!
Hello Andrei,
Thank you for your fast support.
Everything works fine as you have mentioned.
But I have one concern:
For the first question, I have selected the custom taxonomy and it shows in the breadcrumb.
But the problem is, I have to create categories and when I click the ‘categories’ in breadcrumb, it will take me to category listing page. But I wanted a functionality like the breadcrumbs in ‘pages’. In pages, breadcrumbs show the hierarchy of pages.
I have a page named ‘Dictionary’ And terms in the dictionary are saved as custom posts. So I want to display Home>Dictionary>Term. When clicking on ‘Dictionary’ it must show the dictionary page.
Have a look at the following entry.
HI
To change the current implementation for breadcrumbs you will need dome customizations in theme’s core files. The method which generate breadcrumbs for custom taxonomy is located in td_page_generator file: http://screencast.com/t/NVyWINpL1
This task requires some codeing skills and also changes in theme’s code in order to be completed. We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
