Tagged: categories, dates, Widget
Good morning
I was wondering if you might be able to provide me with quick CSS code that would hide the date of the Child Portfolio Items, as can be seen here (on the right hand side)
https://www.adventurehq.com.au/listing/clontarf-beach-reserve/
I was also hoping to display Porfolio Item categories in the right hand side widget, however, the only thing available under Widgets are categories for posts.
Your help would is greatly appreciated
Hey Ivana,
Thanks for providing the link :)
Please try to use this CSS code:
#portfoliobox-2 .news-time {
display: none;
}
Best regards,
Nikko
Thank you Nikko that worked.
Can you offer a solution for the widget porfolio categories please.
Hi Yigit
Thanks for your response. Yes I am using the latest porfolio widget – it allows me to display the entries from the selected categories.
However, I would like to be able to show the actual categories of the portfolio items – the way you can display blog categories. You can see it here:
You will see it is not showing any categories as the widget only allows blog categories, not portfolio categories.
Hi,
Please try using this plugin – https://wordpress.org/plugins/custom-post-type-widgets/. I made a quick test and their widgets seems to work fine :)
Best regards,
Yigit