Horje
Enable the usage of shortcodes almost any where on your website

Noted That:

  • To install correctly this shortcodely.zip.
  • Fisrt Download the shortcodely.zip to your computer
  • Extract/Open shortcodely.zip to Your Computer.
  • Then, Find readme.txt file inside shortcodely.zip and Open readme.txt.
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download "shortcodely.zip" Plugin to your Local Computer. (Click Download)

2. Then, Login to your "yourdomain.com/wp-admin" Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse "shortcodely.zip" Downloaded plugin from your computer, Where you downloaded shortcodely.zip According to Step – 1 Above then, click on "Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "Shortcodely" folder is added on left sidemenu. Now, Click on "Shortcodely" folder.

   Noted that: If you do not see "Shortcodely" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about Shortcodely Configurtions and Settings or How to work "Shortcodely" in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to "Plugins" + "Installed Plugin" from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find "Shortcodely" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is Shortcodely
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide
  1. Activate plugin
  2. Goto Appearance > Widgets and find “shortcode” sidebar
  3. Drag chosen widgets to shortcodes sidebar. Save. (note the names)
  4. Add [do_widget widgetname] in a page or post or [do_widget_area]
  5. If it fails, click on the debug prompt and look for the id of your widget, use that.

Or can use [do_widget widgetname] within the text in the page and save. If the widget name has a space in it, use [do_widget “widget name”].

If you use a widget more than once for different shortcodes, you can use the widget id to isolate which widget instance (and of course associated settings to use). ie: [do_widget id=categories-6]

do_widget parameters:

  • title=false to hide a title
  • title= one of h1,h2,h3,h4,h5,strong,em
  • class=yourclassname (else it will add amr_widget)
  • wrap=one of div, section, p, aside
  • widget_classes=none (will take the widget class out and the widget-title class out)

do_widget_area parameters:

  • widget_classes=none (will take the ‘widget’ class out and the widget-title class out)
  • widget_area_class=none (will take out the ‘widget_area’ class )

Styling

Check your styling. The effects are very dependent on how your theme has specified the css that may apply to widgets and sidebars/widget areas. It may work beautifully and have the content looking like it belongs with your theme.
You may have undesired effects applying that do not work in the main content area.
You may have desired effects not applying because the css is specific to a themes sidebar.

Via the plugin you can do the following to affect styling:
* Remove the general wordpress ‘widget’ class from the widgets wrapping html and the ‘widget_title’ from the title html. ([do_widget widgetname widget_classes=none]
* Hardcode away from your themes html for widgets and widget title. EG: if your theme uses aside and h2, you could specify: [do_widget widgetname widget_classes=none wrap=div title=h3]. By default the plugin will use whatever your first sidebar uses. This will change if you change themes, but only if you have NOT overridden the html with wrap and title.
* Apply an existing class in your theme. Use [do_widget widgetname class=yourclass].
* Use the addition class ‘amr-widget’ provided to specify alternate css in your themes stylesheet or with something like wordpress custom css.


your, website, almost, shortcodes, usage, enable,

Name

Reffered: https://wordpress.org/