Skip to content

wpdevsnippets/Widgets

Repository files navigation

Widgets

Useful WordPress Widgets from WPDevSnippets.com

==Usage==

Please check if you already have a "widgets.php" file in your theme. If your theme is developed by a professional, you will already be having "widgets.php" some where. If you already have skip to step 4.

  1. Create a folder "widgets" in your theme
  2. Create file "widgets.php" in "widgets" directory.
  3. Include widgets.php in your functions.php

inlcude 'widgets/wpds-widget.php';

  1. Download your required widget file from repository to your widgets directory
  2. Include your widget PHP file to your "widgets.php"

inlcude 'widget-file.php';

About

Useful WordPress Widgets from WPDevSnippets.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages