There are several ways to selectively hide the title of pages and posts. The easiest one seems to be the Hide Title plugin.
Blog
-
WYSIWYG issue: UI only visble for admin
This was an obscure one, this workaround did it for me:
https://community.openatrium.com/issues/node/2561
The Wysiwyg FCKeditor 2.6.6 is not visible when only one input format is authorized for a given user/role, but it is visible when two input formats are authorized. How can I have it visible with only the default input format authorized?
Also discussed here:
http://drupal.org/node/1296012#comment-form
-
OS Training Gems
Session 34: Adding Plugins
Plugins That Add Major Functionality
- Forums – http://bbpress.org/
- Social Networking – http://buddypress.org/
- Gallery – http://wordpress.org/extend/plugins/nextgen-gallery/
- eCommerce – http://wordpress.org/extend/plugins/wordpress-simple-paypal-shopping-cart/
- Calendar – http://wordpress.org/extend/plugins/calendar/
- Downloads – http://wordpress.org/extend/plugins/download-monitor/
NextGEN Gallery Shortcodes from Lesson
- Album: [album id=2 template=extend]
- Flash Slideshow: (requires additional setup; see Gallery > Options > Slideshow for more information)
- Single Picture: [singlepic id=11 width=600 mode=web20]
- JavaScript Slideshow: [smooth=id:4] (requires installation of an additional plugin: NextGEN Smooth Gallery)
- Gallery: [nggallery id=3]
- View by Tags: [nggtags gallery=tennis]
- Image Browser: [imagebrowser id=5]
Backup plugins
- DB: WP-DB-BACKUP
- File Backups: WordPress Backup
Commercial Backup Solutions
Additional security measures (for intermediate users): WordPress Security – A Comprehensive Guide
-
header(‘X-Frame-Options: MULTIPRESS’);
header(‘Content-Type: ‘ . get_option(‘html_type’) . ‘; charset=’ . get_option(‘blog_charset’));
