Okay
  Print

Caliris WP

Set Up Video

How To Edit Tutorial

Documentation Caliris WP Manual for Caliris WP

Add Contact Form with Contact Form 7 Plugin Code used for Contact Form: [text* your-name placeholder "Name"] [email* your-email placeholder "Email"] [textarea your-message placeholder "Message..."] [submit "Send"] CSS code: .wpcf7-form { max-width: 100%; ...

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, "more" => '' ...

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 ...

Changelog ver 1.5 (March 1, 2022)  ==================== - functions.php - style.css - Core Plugin (CocoBasic - Caliris WP) update to 1.5ver 1.4 (September 23, 2020)  ==================== - header.php - functions.php - style.c ...