Navigate quickly between code blocks with a sidebar list without leaving Code Editor. Code Navigator is available for Code Blocks and SCSS Partials, and it is located under the gear tab (Page settings) To save space and reduce clutter’s excluding from the list: The reason behind hiding drafts – you most likely don’t need them […]
Read MoreAuthor: devusrmk
Scripts Location
What distinguishes Scripts Organizer from others is that you can write Scripts and Styles inside Header and Footer, and on top of that you can write PHP Action, or Hook, or you can create a Shortcode at the same time. Header, Footer, and PHP code will be running across the entire website unless it is […]
Read MoreTrigger Locations
Everywhere (Unconditional) This option is a replacement for the famous plugin CodeSnippet, Theme, or Custom Plugins functions.php. With this script location setting you can: Note: This should be used only with SCRIPT LOCATION > PHP.Header, Footer, and Shortcodes do not apply to this. Admin Only This condition is taking effect only for scenarios when “admin” […]
Read MoreOrganize Scripts
Scripts List Since Scripts Organizer is WordPress native-oriented you can manage scripts the same as any other post or a page. In the Scripts list, you can sort them by title or date. Tags If you open Script you can also apply WordPress native tags and group them together. Tags are also visible in Scripts […]
Read MoreTemplate AKA Conditions
These settings will narrow down where our code will be executed. All By default, option “All” is selected and this means that all the pages will be affected by written code. Page, Post This option will unlock the section below to choose which single Page, Post, or even Custom post type you want to select […]
Read MoreAdvanced Conditions – Exclude
This feature will finally allow you to have the option to select the entire website except: “Post types, Handpicked single posts, Taxonomies, or Terms.” This feature is disabled by default as not everyone needs it. It’s located under Template settings and you can enable it with toggle. Exclude settings By choosing different settings for “Template” […]
Read MoreCurrent Server Time
If you are preparing scripts to be triggered at an exact time it is important that your plan is synchronized with your server time. This is especially important when you are testing the scripts if you are in a different time zone than your server. We got you covered there by including the server time […]
Read MoreSchedule Script Time
All Day By default, option “All Day” is selected and our script will run for the whole day from 00:00 to 24:00. Time This option will unlock the section below to choose when you want a script to run “START AT SPECIFIC TIME” and when to end the script “END AT SPECIFIC TIME”. The timer […]
Read MoreSchedule Script Date
Daily The easiest way to explain this is that the daily setting will be run every day without any interruptions or any limit. Days This option will unlock the section below to choose days in a week, from Monday to Sunday. Written code will be active on that day or days. Multiple selections are also […]
Read MoreShortcode
Use flexibility to create one group of elements and reuse it across the website. Shortcode can be scheduled the same as the scripts and styles. For best practice, we limited shortcodes to be used only once per page. In shortcode you can write PHP, plain HTML or you can even include <script> or <style>. Note: […]
Read More