We need different sidebars: The tag cloud makes sense only on the sidebar of the search page. There it can shorten the search in the set of articles. On the other pages, it distracts the reader. Conversely, the other pages need a ‘more’ button in the sidebar that leads to the survey page. In other words, we need (at least) two different sidebars:
Solution
- Designing the sidebar for the post-survey page:
- Install the plugin ‘Custom Sidebars’ via the WordPress Backend.
- Open
Appearance/Widgets
and create a second sidebarmyplp
. - Add a text field to the widget
myplp
containing the messages addressed to the users of the search page. - Add a Cool Tag Cloud instance to the widget
myplp
as you did it for the standard sidebar - In the widget
myplp
, assign Sidebar Location/For Archives/As Sidebar for selected Archive Types/ to Post Index
- Designing the general default sidebar for all other pages:
- Select any new
more
-image and load it up into the media library. - Add an image field to the standard default sidebar now called theme sidebar
- Insert the uploaded image into that field and link it to the page
https://yourdomain/myplp
- Select any new
Background
What’s the effect? The default sidebar is displayed on all pages, except on your post list page. Thus, your reader can reach the survey page with one click. And the tag cloud, by which you can easily get clustered sub-lists, is only displayed on the post-survey page.
Good to know is, that Custom Sidebars is Open-Source software. Its repository contains a GPL‑2.0 license and the respective readme.txt contains a GPL‑2.0 licensing statement.