This topic has 4 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Olga Barlow
hi
I wanna edit categories page of post and portfolio , this can do it or absolutely not?
for example, I wanna add slider and title on categories page, now too monotonous.
thanks.
Hello,
Unfortunately, there is no such option by default. Copy portfolio.php file to child theme and add the following code
<div class="portfolio-category-description"><?php echo do_shortcode( category_description() ); ?></div>
as mentioned here http://prntscr.com/o31mk1
Then you can add the necessary content to the portfolio category description, for example http://prntscr.com/o31n19 and it will be displayed on the category page before the portfolio items.
Regards
thanks.
well, about categories page of post that how to do?
Hello,
Post category page displays the category description by default. So, you can just use the post category description page.
Regards
You must be logged in to reply to this topic.Log in/Sign up