<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Jon Bishop &#187; Business</title>
	<atom:link href="http://www.jonbishop.com/tag/business/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonbishop.com</link>
	<description>Social Media, WordPress and Web Development</description>
	<lastBuildDate>Tue, 10 Jan 2012 21:55:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>14 WordPress Page Templates To Make Life Easier</title>
		<link>http://www.jonbishop.com/2011/05/14-wordpress-page-templates-to-make-life-easier/</link>
		<comments>http://www.jonbishop.com/2011/05/14-wordpress-page-templates-to-make-life-easier/#comments</comments>
		<pubDate>Mon, 23 May 2011 08:40:03 +0000</pubDate>
		<dc:creator>Jon Bishop</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Page Template]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jonbishop.com/?p=7806</guid>
		<description><![CDATA[I just finished writing a]]></description>
			<content:encoded><![CDATA[<p>I just finished writing a <a title="WordPress Business Newsletter" href="http://wpbusiness.info/">WPBusiness.info</a> newsletter about <a title="WordPress Page Templates" href="http://codex.wordpress.org/Pages#Page_Templates">WordPress page templates</a> and how businesses could leverage them to create better content. In the email, I brainstorm about a few templates I think themes should be taking advantage of.<span id="more-7806"></span> This is my list of page templates to keep an eye out for in a new theme or possibly some worth adding to your current one.</p>
<h2>Useful WordPress Page Templates</h2>
<ol>
<li>
<h3>Full Width Page Template</h3>
<p>This is probably the most widely used page template. It&#8217;s popular for landing pages on business sites and sometimes just an easy way to make extra space for a large graphic.</p>
<ul>
<li>(<a href="http://kaptinlin.com/themes/striking/pages/services/">Example</a>)</li>
<li>(<a href="http://millionclues.com/problogging/wordpress-tips/make-full-width-page-in-wordpress/">Code</a>)</li>
</ul>
</li>
<li>
<h3>Site Map Page Template</h3>
<p>A sitemap could be generated by a plugin but themes can often display them much more elegantly.</p>
<ul>
<li>(<a href="http://www.elegantthemes.com/preview/Nova/sitemap-2/">Example</a>)</li>
<li>(<a href="http://www.intenseblog.com/wordpress/wordpress-sitemap-page.html">Code</a>)</li>
</ul>
</li>
<li>
<h3>Gallery Page Template</h3>
<p>A gallery page template could pull all images attached to a post and display them in an organized manner with some flashy effect. Also keep the new <a href="http://codex.wordpress.org/Post_Formats">post formats</a> and <a href="http://codex.wordpress.org/Gallery_Shortcode">gallery shortcode</a> in mind when creating galleries on the fly.</p>
<ul>
<li>(<a href="http://www.elegantthemes.com/preview/Nova/gallery/">Example</a>)</li>
</ul>
</li>
<li>
<h3>List Subpages/ChildPages Template</h3>
<p>This page template display links of its subpages. Comes in handy more than you would think. This makes it easy to generate press release and news archives without using posts.</p>
<ul>
<li>(<a href="http://jeaster.net/code-samples/php/wordpress-list-child-pages-with-content/">Code</a>)</li>
</ul>
</li>
<li>
<h3>Team/Author Page Template</h3>
<p>A team/author page template could display a list of employees at your company or authors of your blog by pulling from registered WordPress users or a custom post type.</p>
<ul>
<li>(<a href="http://idesignmywebsite.com/purevision/?page_id=1462">Example</a>)</li>
<li>(<a href="http://www.wpbeginner.com/wp-tutorials/how-to-display-an-author-list-with-avatars-in-wordpress-contributors-page/">Code</a>)</li>
</ul>
</li>
<li>
<h3>Social Stream Page Template</h3>
<p>Why not have a page template that lays out all of your social streams in an organized manner.</p>
<ul>
<li>(<a href="http://themehybrid.com/demo/life-collage/?page_id=54">Example</a>)</li>
</ul>
</li>
<li>
<h3>Logged In Page Template</h3>
<p>A logged in page template is an easy way to restrict access to only logged in subscribers of your site.</p>
<ul>
<li>(<a href="http://www.elegantthemes.com/preview/Nova/blog-feed/">Example</a>)</li>
<li>(<a href="http://www.wprecipes.com/how-to-restrict-page-view-to-authenticated-users">Code</a>)</li>
</ul>
</li>
<li>
<h3>Widgetized Content Page Template</h3>
<p>This template would turn your main content area into a sidebar so you could load widgets where your content usually is.</p>
<ul>
<li>(<a href="http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/">Code</a>)</li>
</ul>
</li>
<li>
<h3>Portfolio Page Template</h3>
<p>This could display images similar to the gallery page template or it could have its own custom post type to pull from.</p>
<ul>
<li>(<a href="http://idesignmywebsite.com/qualifire/?page_id=782">Example</a>)</li>
</ul>
</li>
<li>
<h3>Redirect Page Template</h3>
<p>This is a simple page template I&#8217;ve seen in a few popular premium themes. It&#8217;s basically an easy way to do a 301 redirect on your website without using plugins.</p>
<ul>
<li>(<a href="http://www.dynamicwp.net/articles-and-tutorials/how-to-create-a-redirect-page-template-in-wordpress/">Code</a>)</li>
</ul>
</li>
<li>
<h3>Contact Page Template</h3>
<p>Some themes go as far as integrating custom form builders. You should at least look for good contact page templates. It&#8217;s also just an easy way to insert contact forms into pages.</p>
<ul>
<li>(<a href="http://www.elegantthemes.com/preview/Nova/contact-form/">Example</a>)</li>
<li>(<a href="http://trevordavis.net/blog/wordpress-jquery-contact-form-without-a-plugin">Code</a>)</li>
</ul>
</li>
<li>
<h3>Blog Page Template</h3>
<p>A blog page templates displays your blog posts. Some themes will give you a few different display options.</p>
<ul>
<li>(<a href="http://www.elegantthemes.com/preview/Nova/blog-feed-2/">Example</a>)</li>
<li>(<a href="http://www.wpbeginner.com/wp-tutorials/how-to-create-a-separate-page-for-blog-posts-in-wordpress/">Code</a>)</li>
</ul>
</li>
<li>
<h3>Custom RSS Page Template</h3>
<p>This page template makes it easy to display an RSS feed on any page.</p>
<ul>
<li>(<a href="http://www.wprecipes.com/how-to-display-any-rss-feed-on-your-wordpress-blog">Code</a>)</li>
</ul>
</li>
<li>
<h3>Redirect to Child</h3>
<p>Sometime you might have several subpages grouped together but no need for the parent page that holds them. This page template automatically redirects to the first child page.</p>
<ul>
<li>(<a href="http://www.wprecipes.com/wordpress-page-template-to-redirect-to-first-child-page#comment-12300">Code</a>)</li>
</ul>
</li>
</ol>
<p>This is just the tip of the iceberg. You could have custom page templates for videos, testimonials, services pages and more.</p>
<p>Let me know of any other page template ideas I should add to the list and maybe any themes you think are using WordPress page templates in cool ways.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonbishop.com/2011/05/14-wordpress-page-templates-to-make-life-easier/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	<enclosure url="http://www.jonbishop.com/wp-content/uploads/2011/05/wordpress-page-templtaes.png" length="157052" type="image/jpg" /><media:content url="http://www.jonbishop.com/wp-content/uploads/2011/05/wordpress-page-templtaes.png" width="602" height="200" medium="image" type="image/png" />	</item>
		<item>
		<title>12 WordPress Plugins to Enhance Your Business Website</title>
		<link>http://www.jonbishop.com/2011/03/12-wordpress-plugins-to-enhance-your-business-website/</link>
		<comments>http://www.jonbishop.com/2011/03/12-wordpress-plugins-to-enhance-your-business-website/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 08:27:06 +0000</pubDate>
		<dc:creator>Jon Bishop</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[hubspot]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[wordpress website]]></category>

		<guid isPermaLink="false">http://www.jonbishop.com/?p=7616</guid>
		<description><![CDATA[Your website should work for]]></description>
			<content:encoded><![CDATA[<p>Your website should work for you, not the other way around. Large and small businesses alike flock to WordPress because of its flexibility and widespread adoption, and for good reason. WordPress can be configured to meet your own business needs at very low costs.<span id="more-7616"></span></p>
<h2>A New Resource For Businesses on WordPress</h2>
<p>I&#8217;m starting a newsletter aimed at helping businesses get the most out of WordPress. It&#8217;s free to subscribe and I&#8217;ll be creating original WordPress plugins as exclusive gifts to my subscribers. You can find more information at <a title="WordPress Business Info" href="http://wpbusiness.info">WPBusiness.info</a>.</p>
<h2>Plugins For Business Websites</h2>
<p>Working with WordPress should be easy. What started out as simple blog software is now a powerful content management system with a growing list of community generated plugins to help you get what ever functionality your company needs on your website. Below is a list of plugins I think all businesses should be aware of. The goal is to minimize the amount of time needed to manage your site so you can focus on your business. Every business has different website goals so choose the ones that are best for you.</p>
<h2>HubSpot for WordPress</h2>
<p><a href="http://wordpress.org/extend/plugins/hubspot/"><img class="aligncenter size-full wp-image-7633" title="Wordpress-HubSpot-Plugin" src="http://www.jonbishop.com/wp-content/uploads/2011/03/Wordpress-HubSpot-Plugin.png" alt="" width="600" height="200" /></a></p>
<p>This plugin from HubSpot helps you manage popular functionality on business websites like your team page and contact page. It also helps you manage calls to action across your site so you can track online campaigns and optimize your actions as needed.</p>
<h2>WordPress SEO</h2>
<p><a href="http://wordpress.org/extend/plugins/wordpress-seo/"><img class="aligncenter size-full wp-image-7458" title="WordPress SEO Plugin" src="http://www.jonbishop.com/wp-content/uploads/2010/11/seo.png" alt="" width="600" height="200" /></a></p>
<p>WordPress SEO helps avoid duplicate content issues and encourages common SEO best practices when creating and editing posts. You could get by without an SEO plugin if you really wanted to as WordPress does a great job by itself and your content is really all that matters.</p>
<h2>Gravity Forms</h2>
<p><a href="http://www.jonbishop.com/gravity-forms"><img class="aligncenter size-full wp-image-7455" title="Gravity Forms WordPress Plugin" src="http://www.jonbishop.com/wp-content/uploads/2010/11/gravity.png" alt="" width="600" height="200" /></a></p>
<p>This plugin solves one of WordPress biggest shortcomings, the lack of a form generator. There are a lot of plugins that do a great job but Gravity Forms is the easiest to use. Just drag and drop the form elements you want and easily configure and insert into posts. Like I said, your WordPress site should work for you, not the other way around.</p>
<p>(<em>I only endorse a few premium plugins and this is one of them. This is a paid link so if you like it please use it.</em>)</p>
<h2>Subscribe2 HTML</h2>
<p><a href="http://wordpress.org/extend/plugins/subscribe2/"><img class="aligncenter size-full wp-image-7626" title="Subscribe-2-WordPress-Plugin" src="http://www.jonbishop.com/wp-content/uploads/2011/03/Subscribe-2-WordPress-Plugin.png" alt="" width="600" height="200" /></a></p>
<p>It&#8217;s important to keep your subscribers coming back to your site. If you are regularly blogging and posting valuable content you should allow visitors to subscribe via email so they can get future articles delivered to their email.</p>
<h2>WordPress Portfolio Plugin</h2>
<p><a href="http://wordpress.org/extend/plugins/wp-portfolio/"><img class="aligncenter size-full wp-image-7627" title="Wordpress-Portfolio-Plugin-(WP-Portfolio)" src="http://www.jonbishop.com/wp-content/uploads/2011/03/Wordpress-Portfolio-Plugin-WP-Portfolio1.png" alt="" width="600" height="200" /></a></p>
<p>This post is about keeping your site easy to manage and making it work for you. Showing off your work is essential for a lot of business sites so you need an easy way to manage it. Enter WordPress portfolio. Easily group projects and display them on your site for the world to see how awesome you really are.</p>
<h2>Events</h2>
<p><a href="http://wordpress.org/extend/plugins/wp-events/"><img class="aligncenter size-full wp-image-7628" title="WordPress-Events-Plugin" src="http://www.jonbishop.com/wp-content/uploads/2011/03/WordPress-Events-Plugin1.png" alt="" width="600" height="200" /></a></p>
<p>This plugin is great for scheduling events to be displayed on your site in the sidebar or on its own events page. Events can be recurring and can link to external registration pages.</p>
<h2>Yet Another Related Posts Plugin</h2>
<p><a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/"><img class="aligncenter size-full wp-image-7468" title="yarpp" src="http://www.jonbishop.com/wp-content/uploads/2010/11/yarpp.png" alt="" width="600" height="200" /></a></p>
<p>Retaining your visitors by recommending related content is an easy way to increase time on site and your odds of converting the visit into a lead.</p>
<h2>WPtouch</h2>
<p><a href="http://wordpress.org/extend/plugins/wptouch/"><img class="aligncenter size-full wp-image-7634" title="WP-Touch-Plugin" src="http://www.jonbishop.com/wp-content/uploads/2011/03/WP-Touch-Plugin.png" alt="" width="600" height="200" /></a></p>
<p>The rise of the smart phone has raised the demand for mobile enabled websites. The great thing about using WordPress to manage your content is you can easily install a plugin to make your site mobile ready.</p>
<h2>WP-Stats-Dashboard</h2>
<p><a href="http://wordpress.org/extend/plugins/wp-stats-dashboard/"><img class="aligncenter size-full wp-image-7629" title="Stats-Dashboard-WordPress-plugin" src="http://www.jonbishop.com/wp-content/uploads/2011/03/Stats-Dashboard-WordPress-plugin.png" alt="" width="600" height="200" /></a></p>
<p>Back to this posts mantra, &#8220;making your site work for you&#8221;, your site data should be readily available as soon as you log in so you can gauge its success. This plugin lets you display the stats relevant to your business on your dashboard so you can be up to speed on your sites metrics in seconds.</p>
<h2>Easily navigate pages on dashboard</h2>
<p><a href="http://wordpress.org/extend/plugins/easily-navigate-pages-on-your-dashboard/"><img class="aligncenter size-full wp-image-7630" title="Easily-Navigate-pages-WordPress-Plugin" src="http://www.jonbishop.com/wp-content/uploads/2011/03/Easily-Navigate-pages-WordPress-Plugin.png" alt="" width="600" height="200" /></a></p>
<p>While we are making things easy, I&#8217;ve used this plugin on several business sites to create a one click access point to pages from the main dashboard. It&#8217;s also an easy way to see your site&#8217;s layout without having to dig.</p>
<h2>J Shortcodes</h2>
<p><a href="http://wordpress.org/extend/plugins/j-shortcodes/"><img class="aligncenter size-full wp-image-7647" title="J-Buttons" src="http://www.jonbishop.com/wp-content/uploads/2011/03/J-Buttons.png" alt="" width="571" height="180" /></a><br />
This plugin allows you to easily create customized styled web elements like buttons, content boxes, tabs, accordion panels and more. It&#8217;s an easy way to help content stick out without having to know CSS or HTML.</p>
<h2>Custom Admin Branding</h2>
<p><a href="http://wordpress.org/extend/plugins/custom-admin-branding/"><img class="aligncenter size-full wp-image-7631" title="Custom-Admin-WordPress-plugin" src="http://www.jonbishop.com/wp-content/uploads/2011/03/Custom-Admin-WordPress-plugin.png" alt="" width="600" height="200" /></a></p>
<p>Last but not least you should make your website yours. Branding WordPress is easy with the custom admin branding plugin.</p>
<p>-</p>
<p>Your business site should be easy to manage and deliver results. You should be able to easily track those results and make changes as needed. Experiment with different plugins and look at what others are doing. Make your website work for you.</p>
<p>- Header photo by <a href="http://www.flickr.com/photos/bezrukov/">vladislav.bezrukov</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonbishop.com/2011/03/12-wordpress-plugins-to-enhance-your-business-website/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	<enclosure url="http://www.jonbishop.com/wp-content/uploads/2011/03/wordpress-for-business.png" length="237884" type="image/jpg" /><media:content url="http://www.jonbishop.com/wp-content/uploads/2011/03/wordpress-for-business.png" width="602" height="200" medium="image" type="image/png" />	</item>
		<item>
		<title>Does Your Business Need A Website?</title>
		<link>http://www.jonbishop.com/2010/02/does-your-business-need-a-website/</link>
		<comments>http://www.jonbishop.com/2010/02/does-your-business-need-a-website/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 21:42:57 +0000</pubDate>
		<dc:creator>Jon Bishop</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.jonbishop.com/?p=1802</guid>
		<description><![CDATA[A couple years ago I]]></description>
			<content:encoded><![CDATA[<p>A couple years ago I would have said it depends. Now it is a necessity.</p>
<p>It doesn&#8217;t matter how big your business is or how much money you bring in. If you exist, I want proof of it on <a id="aptureLink_i8jx0Abz14" href="http://www.google.com/">Google</a>. <span id="more-1802"></span>I can bring up a business listing and even get reviews within minutes right from my cell phone anytime, anywhere.</p>
<p>We live in an on demand world where everything is a click, flick or a button press away.</p>
<h3>But I Can&#8217;t Afford a Thousand Dollar Website!</h3>
<p>Well me neither.</p>
<p>Luckily I make them for a living. For those not as fortunate feel free to <a href="http://www.jonbishop.com/about/what-i-do/">learn more</a> about how I can get you up and running with a customizable website for very short cash. The truth of the matter is, you really don&#8217;t need a thousand dollar website. There are tons of free content management systems and thousands of open source plugins on top of that creating endless possibilities for a completely unique, dynamic, out of the box website for your business. It&#8217;s not always about the glitz and the glam but about easily providing the information your audience needs.</p>
<h3>Your Online Identity Freebies</h3>
<p>User moderated reviews and online discussions have become the corner stone of a business&#8217;s online identity. These sites dominate the search engines and our mobile phones when searching for information about businesses and therefor should not be overlooked. You should check these sites to see if your business is already listed and add/modify as needed.</p>
<ul>
<li><a href="http://www.yelp.com/business">Yelp</a></li>
<li><a href="http://maps.google.com/support/bin/answer.py?hl=en&amp;answer=143059">Google Maps</a></li>
<li><a href="http://www.zoominfo.com/Search/AddNewCompany.aspx">ZoomInfo</a></li>
</ul>
<p>These sites require more attention on your part if you decide to participate. They take time to develop interested audiences but can be well worth it in the long run.</p>
<ul>
<li><a href="http://business.twitter.com/twitter101">Twitter</a></li>
<li><a href="http://www.linkedin.com/business">LinkedIn</a></li>
</ul>
<h3>Don&#8217;t Be A Sucker</h3>
<p>That basically just means don&#8217;t spend thousands of dollars on a crazy flashy website for your corner store boutique. Web developers are a dime a dozen &#8211; you can find them at your local college campus, all over <a id="aptureLink_vYS9xWYhe5" href="http://twitter.com/">Twitter</a> and dominating <a id="aptureLink_T78XH0YKP8" href="http://www.craigslist.org/">craigslist</a>. Be careful any way you go about it though. If you think you are getting ripped off, you probably are. Get a couple quotes for the same project and <a href="http://css-tricks.com/web-nerd-terminology-explained/">learn the lingo</a>. Don&#8217;t go overboard with Internet marketing techniques like <a id="aptureLink_rlrSO2Uqku" href="http://en.wikipedia.org/wiki/Social%20media%20marketing">social media marketing</a> and <a id="aptureLink_bDDCmNuApJ" href="http://en.wikipedia.org/wiki/Search%20engine%20optimization">SEO</a>. Get yourself a functional up to date website that provides your audience with what they want.</p>
<p>- Photo by <a title="Link to Curious Expeditions' photostream" rel="dc:creator cc:attributionURL" href="http://www.flickr.com/photos/curiousexpeditions/">Curious Expeditions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonbishop.com/2010/02/does-your-business-need-a-website/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<enclosure url="http://www.jonbishop.com/wp-content/uploads/2010/02/needsite.jpg" length="110978" type="image/jpg" /><media:content url="http://www.jonbishop.com/wp-content/uploads/2010/02/needsite.jpg" width="470" height="168" medium="image" type="image/jpeg" />	</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 13/26 queries in 1.980 seconds using disk: basic

Served from: jonbishop.com @ 2012-02-07 05:32:34 -->
