Shortcode Highlight
Highlight Appearance Highlight with default settings Highlight with advanced settings Can you just highlight this text? And this is not the end! Can you just highlight this text? And this is not the end!
Conditional Shortcodes Appearance [jaw_is_single]Here you can put text or some other shortcodes, which will be shown only in a single post.[/jaw_is_single] [jaw_is_archive]Here you can put text or some other shortcodes, which will be shown only in an archive.[/jaw_is_archive] [jaw_is_front_page]Here you can put text or some other shortcodes, which will be shown only on home page.[/jaw_is_front_page]
If you want to change the spoiler image to your own, you will have to need some Image Editor, e.g. we recommend GIMP (we will use GIMP as a default image editor, if you use Photoshop or other image editor, the procedure is the same).
Mashshare Attributes Please follow this link – https://www.mashshare.net/documentation/shortcodes/ JaW’s Mashshare Attributes We added some parameters to make this Mashshare well-suited for our GDayNews Theme. show_all_services – You can show all social buttons True False Mashshare Appearance [mashshare show_all_services="true" shares="false"] [mashshare show_all_services="false" shares="true"]
Also, we recommend to you, to do all these changes in Child Theme. So we’ve got this shortcode from RevoComposer [jaw_my_element title="" ... ]. Add this code to your child theme’s function.php function jaw_my_element_func($atts, $content=""){ $atts = shortcode_atts( array( 'title' => '', 'my_switch' => '1' ), $atts ); echo '<div class="my-shortcode">'; echo 'My awesome shortcode can
Highlight Appearance Highlight with default settings Highlight with advanced settings Can you just highlight this text? And this is not the end! Can you just highlight this text? And this is not the end!
Spoiler Appearance Spoiler with default settings [jaw_spoiler]Bravo, you have just revealed a spoiler. Shame on you :([/jaw_spoiler] Spoiler with advancedsettings Please, we begging you, do not hover this WE WERE BEGGING YOU 🙁 Please, we begging you, do not hover this [jaw_spoiler]Bravo, you have just revealed a spoiler. Shame on you :([/jaw_spoiler] WE WERE BEGGING YOU :(
With our shortcode called Blog, you are able to get lots of possibilities how to make your post really impressive 🙂 It gives you lots of options, we mean a lot! So in this tutorial we will show you how easily can you set this up 🙂 The example you can find here. Enjoy!
Table of Content Attributes table_of_content_title – Name of your Table of Content icon – You can add an icon from here. If you leave it blank, the list will be counted just like ordered list (e.g. 1. Introduce, 2. Summary, 3. Ending…) table_of_content_list – You can add list of content (links to your divided sections) Table
Before we start we STRONGLY recommend you follow this link. In this tutorial, we are going to guide you, how can you set and create a Table of Content. Its quite simple, so here we go 🙂
Recent Post Attributes recent_post_count – How many recent posts will be shown 2 3 4 6 show_image – Show its image show hide clickable_image – Decide if the image will be clickable or not 1 – On 2 – Off Recent Post Appearance Recent Post with default settings [jaw_recent_post recent_post_count=”4″ show_image=”show” clickable_image=”1″ ] [jaw_recent_post recent_post_count="4" show_image="show" clickable_image="1" ] Recent Post with