How to Install WordPress Plugin and How to Use WordPress Plugin

In WordPress its only provide blog post functions, if you want to more in your site then you have to use WordPress Plugins. Like in our site below Header Section we have a slider. So find the slider plugin over net and download it.

I uses This Plugin
http://www.wonderplugin.com/wordpress-slider/

Download it and Go to Admin Panel.

  • Login with Admin Panel
  • Go to Plugin menu -> Add New
  • From Above Link Choose "Upload"
  • Choose File and Click on "Install Now" Button
  • Click on "Activate Plugin" Link.
Now Its Create a new menu "WonderPlugin Slider";

  • Click on it and click on "Create New Slider" button.
  • Click on "Add Image" Button (Its Open Popup)
  • Click on Upload Button and then click on Select Files
  • After Select Click on "OK" button
  • Add as much Image that you Want and Click on "Save & Publish" button
Now its shows you a SortCode [wonderplugin_slider id="1"]


You can Use this code for shows this slider. This Sortcode work in Wordpress Editor. If you want to show in Your file then you can use this code


<?php echo do_shortcode('[wonderplugin_slider id="1"]'); ?>

This Also Do same work, but its shows in File System.

Comments