Cardea WP
Portfolio Category/Filter in ver 2.0 In ver 2.0 the Portfolio Category / Filter is added. If you want to use this option, you need to set for each portfolio item the category like on the image below: After you have set Portfolio categories for each item, yo ...
Changelog ver 2.3 (February 1, 2023) =================== - style.css - functions.php- admin/class-tgm-plugin-activation.php- languages/cardea-wp.pot - CocoBasic - Cardea Elementor Widgets plugin update to 2.2 ver 2.2 (April 29, ...
Documentation Cardea WP Manual for Cardea WP
How to edit Social Icons The default code is in Dashboard > Appearance > Customize > Footer > Footer Social Content and looks like this: You need to change "#" with your links, so you will have, for example for twitter icon, link li ...
Add Posts Thumbnails in Latest Posts shortcode (News Section) PHP part: In functions.php add this code: function cocobasic_latest_posts_thumbnails($atts, $content = null) { extract(shortcode_atts(array( "class" => '', "num" => 5 ), $atts)) ...