Sidebar tile plugin for WordPress

8

In resources — The sidebar tile plugin (update: obsolete) for WordPress displays the contents of the page with a slug of 'sidebar' into your sidebar.

This plugin will be useful to any WordPress user who is willing to manage some customizable sidebar text (e.g. "about me") from WordPress rather than from an HTML editor.

Filed under Blog, WordPress by on #

Comments on Sidebar tile plugin for WordPress

May 12th, 2005

Ozh @ 8:02 am #

I highly suggest that you provide a demo for your plugins (and every plugin writer should do this). No one wants to install something just to understand what it's all about :)

May 15th, 2005

David @ 6:14 pm #

Tiny but powerfull – thanks a lot. That's what I looked for.
Works pretty fine.

May 20th, 2005

Ensellitis @ 1:09 am #

This plugin is great. One thing you should add to your installation is the ability to hide the Sidebar page if they are listing pages in thier sidebar. This can be done with the exclude funtion.

For example, my sidebar pages ID was 38, so I added exclude=38 to the wp_list_pages template tag like below.

`< ?php wp_list_pages('exclude=38&title_li='); ?>`

Ensellitis @ 9:34 am #

Well, if not, you can add it to a readme for people who don't know wordpress as well as some of us. =)

May 21st, 2005