In most cases, themes from developers are often filled with a ton of plugins that are coded directly into the theme. Although great and convenient, there is a major caveat of doing this…several actually:
- The theme gets bloated with code
- Your theme might have plugins you will never use or want to use
- The plugins and scripts coded in the theme may not play nice with other third party plugins
- The plugins and scripts may not be compatible with upcoming versions of WordPress
- The more scripts and code, the more chances bugs and other problems will show up
Benefits of Keeping Plugins out of Themes
- The user can choose what they want to use
- You get a much lighter theme (less code)
- More stable theme
- Much easier to update plugins than if they were coded into the theme
- Updates are left to the developers of the plugins
- If you change themes later, you don’t lose anything because the plugins stay with you with each theme you use, but if they were in the theme, you lose whatever content or functionality you had with the theme.
A List of Recommended Plugins
- WP Google Maps – A great plugin for setting up a Google Maps in your pages.
- Breadcrumbs NavXT Adds a breadcrumb navigation showing the visitor’s path to their current location. Used in the demo site.
- Contact Form 7 – A forms plugin which the demo site is using for the Contact page
- Dynamic Widgets – Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you dynamicly show or hide widgets on WordPress pages. This is used extensively in the demo site to achieve the widget positions each widget it published to on select pages.
- Simply Exclude – Provides an interface to selectively exclude/include all Taxonomies, Post Types and Users from the 4 actions used by WordPress. is_front, is_archive, is_search, is_feed. Also provides access to some of the common widgets user like tag cloud and categories listings. This is used extensively in the demo site and especially important for the Portfolio and Post Format types that Celestial Reloaded offers
- Remove Widget Titles – Add custom, first, last, even, odd, and numbered classes to your widgets. Used to acheive the different widget styles that Celestial Reloaded offers.
- Widgetkit Lite – A widget toolkit by YOOtheme (You need to go to yootheme.com to get this) which includes a group of widgets that offer a great resource of functions like a fully responsive slider, thumbnail overlay, Twitter widget, and a great looking lightbox for viewing images. Celestial Reloadeds uses this in the demo and recommended.
- Recent Posts Plus – This provides an laternative to the default WordPress recent posts widget by adding features, such as thumbnails.
- Black Studio TinyMCE widget – A widget that loads the TinyMCE editor giving a lot more content creation flexibility
- LayerSlider – This is the parallax slider the demo website is using on the plugins LayerSlider page. Although it’s a paid plugin, it’s well worth it if you want something spectacular.
Some of these plugins will have their own video tutorial for you, and I will go through how to set them up.
Video