2013-08-20, 05:07:56
Thanks Timbow. I'll make a note about Simple Input Tabs. For this project Carlos' suggestion to use I18N Custom Fields is working well for me. I'm able to add a few photo fields to a right-hand column of the page, as well as a field for a block of text.
(2013-08-20, 03:21:23)Timbow Wrote: There is a plugin 'Simple Input Tabs' that will do what you want. It had some issues of conflicts with other plugins but if it's a simple site you should find it works well. Backup first.
Otherwise:
Copy template.php and rename to make a special template for your sidebar gallery pages.
In that template replace <?php get_component('sidebar'); ?> with <?php getPageContent('special'); ?> .
Make a page with the slug 'special' .
Then you can edit the special sidebar content as a page with the ckeditor, inserting thumbnail to image links or whatever.
You might want to configure the ckeditor to make it more useful.
HTH