Use of widgets

Widgets may be used to add various blocks of content to be displayed on your public pages. To add a widget, drag it from the Available widgets list on the left to one of the sidebars on the right of this page. You can order your widgets in a sidebar by dragging them up or down. To apply your changes, press Update sidebars.

Once included in a sidebar, widgets have configuration options that you can reach by clicking on the arrow next to their name.

To remove a widget, simply drag it to one of the dedicated zones

Remember to save your changes after any modification by pressing Update sidebars

Use the Reset sidebars button to reset the sidebars as they were originally set in your system (a pop-up will ask you to confirm your choice).

Widget Tags

If you are allowed to edit your theme templates, you can directly add widgets as templates tags, with their own configuration.

To add a widget in your template, you need to write code like this:

<tpl:Widget id="Widget ID">
  <setting name="Setting name">Setting value</setting>
  ...
</tpl:Widget>

Here are the widgets available for your blog: