Difference between revisions of "Sidebar Widgets in WordPress"

From Help Wiki
m (subst applied to Template:TwoColumn)
Line 1: Line 1:
{{TwoColumn|lead=
+
 
 +
<div class="container-fluid">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<div class="lead">
 
Add functionality to your site's sidebar(s) using widgets.
 
Add functionality to your site's sidebar(s) using widgets.
|content=
+
</div>
 +
 
 
===Working with sidebar content or "Widgets"===
 
===Working with sidebar content or "Widgets"===
 
#From the Dashboard, go to '''Appearance > Widgets'''
 
#From the Dashboard, go to '''Appearance > Widgets'''
Line 11: Line 16:
  
 
[[File:Wp-widgets.png]]
 
[[File:Wp-widgets.png]]
|sidebar=
+
 
 +
 
 +
<!-- end col-md-8 -->
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="col-md-3 sidebar">
 
{{WordPress Tutorial Header}}
 
{{WordPress Tutorial Header}}
  
Line 28: Line 38:
 
{{WordPress Help Sidebar}}
 
{{WordPress Help Sidebar}}
  
}}
+
<!-- end col-md-3-->
 +
</div>
 +
<!-- end row-->
 +
</div>
 +
<!-- end container-->
 +
</div>
 +
<!-- Generator=Template:TwoColumn -->
 +
__NOTOC__
 +
__NOEDITSECTION__
 
[[category:Wordpress]]
 
[[category:Wordpress]]
 
[[category:Wordpress Tutorial]]
 
[[category:Wordpress Tutorial]]

Revision as of 17:01, 14 August 2017

Add functionality to your site's sidebar(s) using widgets.

Working with sidebar content or "Widgets"

  1. From the Dashboard, go to Appearance > Widgets
  2. Drag and drop the widgets you want to use into the appropriate sidebar container.
  3. Some widgets have settings you can control

Help with Widgets

Wp-widgets.png