<?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/"
	>

<channel>
	<title>CREATIVE SLICE / Tucson green website design &#187; WordPress</title>
	<atom:link href="http://creativeslice.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://creativeslice.com</link>
	<description>Creative website design, business promotion and improved communication</description>
	<lastBuildDate>Mon, 12 Jul 2010 22:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AdRotate Plugin</title>
		<link>http://creativeslice.com/blog/adrotate-plugin/</link>
		<comments>http://creativeslice.com/blog/adrotate-plugin/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 22:23:03 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[adrotate]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://creativeslice.com/?p=1342</guid>
		<description><![CDATA[The AdRotate WordPress plugin gives a clean and flexible way to rotate ads or other content on your site.  Multiple banners may be added and shown in groups throughout the site. Creating Banners In the Admin area under the AdRotate menu select &#8220;Add/Edit Banner&#8221; (If this plugin has already been setup you may have other [...]]]></description>
			<content:encoded><![CDATA[<h4>The <a href="http://meandmymac.net/plugins/adrotate/" target="_blank">AdRotate WordPress plugin</a> gives a clean and flexible way to rotate ads or other content on your site.  Multiple <em>banners</em> may be added and shown in <em>groups</em> throughout the site.</h4>
<ol></ol>
<h3>Creating Banners</h3>
<ol>
<li>In the Admin area under the AdRotate menu select &#8220;Add/Edit Banner&#8221; (If this plugin has already been setup you may have other example ads already setup under AdRotate &gt; Manage Banners)</li>
<li>If you have the code already for you add you can paste it in the Code box, add a title and edit the display information below.</li>
</ol>
<p>If you need to upload your own image for a banner you&#8217;ll need to make sure the images are formatted in the correct size</p>
<ol>
<li>In the Admin area under Media select &#8220;Add New&#8221; and upload the ad image you&#8217;ll be using and &#8220;Save all changes&#8221;</li>
<li>Go back to the AdRotate menu and select &#8220;Add/Edit Banner&#8221;</li>
<li>Type in your Banner title and use this code sample:<br />
&lt;a href=&#8221;%link%&#8221; rel=&#8221;nofollow&#8221;&gt;&lt;img src=&#8221;%image%&#8221; width=&#8221;180&#8243; height=&#8221;150&#8243;/&gt;&lt;/a&gt;<br />
You can also type text in this box if you&#8217;d like it to show up in the ad space.</li>
<li>Find the Banner image you&#8217;ve uploaded and type in the URL you&#8217;d like this image to link to.</li>
<li>Select the Group you&#8217;d like this ad to show up in and press the Save banner button.</li>
</ol>
<h3>Creating Groups (this may already be done if this plugin has been integrated to your theme)</h3>
<ol>
<li>In the Admin area under the AdRotate menu select &#8220;Manage Groups.  (If this plugin has already been setup you&#8217;ll see a list of groups here which banners may be added to).</li>
<li>Under &#8220;Create a new group&#8221; type in your group name and decide whether you want to use fallback banners from another group if no banners are active in this group.</li>
<li>To show this group on your site you can either use the AdRotate Widget (Under Appearance &gt; Widgets) or use this simple PHP code, using the ID of the group you&#8217;d like to show: echo adrotate_banner(&#8217;1&#8242;);</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/adrotate-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying Content from Word</title>
		<link>http://creativeslice.com/blog/copying-content-from-word/</link>
		<comments>http://creativeslice.com/blog/copying-content-from-word/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 20:08:28 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.creativeslice.com/?p=1063</guid>
		<description><![CDATA[Microsoft Word (and other desktop publishing apps) often embed their own styles into documents.  When content is copy/pasted into WordPress these styles are also copied and will cause problems when viewing online. Option 1 (plain text editor) Copy the text first into a plain text editor like NotePad or TextEdit. Select All and Copy the [...]]]></description>
			<content:encoded><![CDATA[<h4>Microsoft Word (and other desktop publishing apps) often embed their own styles into documents.  When content is copy/pasted into WordPress these styles are also copied and will cause problems when viewing online.</h4>
<h3>Option 1 (plain text editor)</h3>
<ol>
<li>Copy the text first into a plain text editor like NotePad or TextEdit.</li>
<li>Select All and Copy the text again from the plain text editor.</li>
<li>Paste into the <em>Edit Post/Page</em> area of WordPress.</li>
</ol>
<h3>Option 2 (HTML View)</h3>
<ol>
<li>Copy the text from Word (or other desktop publishing application)</li>
<li>In the <em>Edit Post/Page</em> area of WordPress select the <em>HTML</em> tab (next to <em>Visual</em> on the top right of the screen)</li>
<li>Paste the text you have copied into the text box.</li>
<li>Go back to the <em>Visual</em> tab and format the text as needed.</li>
</ol>
<h3>Option 3 (Paste from Word)</h3>
<ol>
<li>Copy the text from Word (or other desktop publishing application)</li>
<li>On the <em>Edit Post/Page</em> menu bar press the <em>Show/Hide Kitchen Sink</em> button (<img class="alignnone size-full wp-image-1064" title="kitchen_sink" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/03/kitchen_sink.jpg" alt="kitchen_sink" width="26" height="24" />) to show more options</li>
<li>From this new row of options press the <em>Paste from Word</em> button (<img class="alignnone size-full wp-image-1065" title="paste_word" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/03/paste_word.jpg" alt="paste_word" width="26" height="24" />) and window will pop-up to allow Word text to be pasted in.</li>
<li>Select the <em>Insert</em> button and perform further text formatting as needed.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/copying-content-from-word/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NextGEN Gallery</title>
		<link>http://creativeslice.com/blog/nextgen-gallery/</link>
		<comments>http://creativeslice.com/blog/nextgen-gallery/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 23:56:11 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.creativeslice.com/?p=1036</guid>
		<description><![CDATA[The NextGEN Gallery plugin adds powerful image gallery functionality to WordPress.  Users may upload images to be shown (via slideshow or thumbnail images) in a gallery which may be placed on any page or post. It also allows the creation of Albums which are made of multiple Galleries. How to create a new Gallery and [...]]]></description>
			<content:encoded><![CDATA[<h4>The <em>NextGEN Gallery</em> plugin adds powerful image gallery functionality to WordPress.  Users may upload images to be shown (via slideshow or thumbnail images) in a gallery which may be placed on any page or post. It also allows the creation of Albums which are made of multiple Galleries.</h4>
<h3>How to create a new Gallery and Add Images:</h3>
<ol>
<li>Go to the <em>Gallery</em> tab (<img class="alignnone size-full wp-image-1039" title="nextgen" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/02/nextgen.png" alt="nextgen" width="16" height="16" />) and choose <em>Add Gallery / Images</em></li>
<li>If you would like to create a new Gallery you can type in the name here and press the <em>Add Gallery</em> button</li>
<li>Using the other three tabs (<em>Upload a Zip-file</em>, <em>Import Image Folder</em>, and <em>Upload Images</em>) you can select images from the server or your computer and upload them to the Gallery of your choice.</li>
<li>Most of the time you&#8217;ll be using the <em>Upload Images</em> tab.  To add new images to a gallery choose the Browse button and select the image(s) you&#8217;d like to add.</li>
<li>Once you&#8217;ve selected your images make sure to <em>Choose gallery</em> in which these images will be placed.</li>
<li>Press the <em>Upload images</em> button and wait for them to upload.  If you get an error message you may have to upload smaller images (try to keep them under 1000px by 1000px) and/or upload fewer images at a time.</li>
</ol>
<h3>Managing Gallery Images:</h3>
<ol>
<li> Go to the <em>Gallery</em> tab and choose <em>Manage Gallery</em></li>
<li>Select the gallery you&#8217;d like to edit (you may also delete galleries from this screen if they are no longer needed)</li>
<li>From this screen you may edit the <em>Alt &amp; Title Text</em> / <em>Description</em>.  Most uses of the Gallery will show the <em>Description</em> that is typed in this box, so be sure to enter some text about the image here whenever possible.</li>
<li>Tags may also be entered to help categorize images.  However the Tag functionality for NextGEN Gallery is still very rudimentary.</li>
<li>By checking the Exclude box on the right of each image you may hide certain images from the gallery.  They will still be accessible in the admin area and you can always un-check them at a later time to make them public again.</li>
<li>Use the <em>Sort Gallery</em> button to drag and drop images in the order that you would prefer them to show up.</li>
<li>Be sure to press the <em>Save Changes</em> button after making any changes to the gallery page.</li>
</ol>
<h3>Adding Galleries to Posts &amp; Pages</h3>
<ol>
<li> From the edit screen of any post or page you will see the <em>Add NextGEN Gallery</em> icon (<img class="alignnone size-full wp-image-1039" title="nextgen" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/02/nextgen.png" alt="nextgen" width="16" height="16" />) to the right of the edit bar.  Clicking this icon will open up the NextGEN Gallery pop-up window.</li>
<li><em>Choose the Gallery</em> you&#8217;d like to add from the drop-down list.</li>
<li>Show as: <em>Image list</em> (a standard list of thumbnail images which may be expanded when clicked), <em>Slideshow</em> (a flash slideshow of the image gallery) <em>Imagebrowser</em> (A single image browser with next/previous links.  Only use this option if the gallery is the ONLY thing shown on this page)</li>
<li>When you press the <em>Insert</em> button the code to insert a gallery will be added to your Post/Page wherever your cursor was placed.  Make sure to move this to either the top or the bottom of your post for best results.</li>
<li>Be sure to <em>Update</em> your Post or Page to save the changes you&#8217;ve made.</li>
</ol>
<h3>Albums</h3>
<p><em>An Album is a collection of Galleries</em></p>
<ol>
<li>To manage Albums go to the <em>Gallery</em> menu in the admin area and select <em>Album</em></li>
<li>From this screen you can <em>Select album</em> or <em>Add new album</em></li>
<li>Once you have selected an Album from the list you will be able to drag and drop all of your Galleries which automatically show up in the right column.  Simple drag them over to the Album column (left side) and click the <em>Update</em> button.  These Galleries are now part of your Album.</li>
<li>Most of the time your Albums will already be placed on a page.  However if you need to insert them into a page simple click the <em>Add NextGEN Gallery</em> icon (<img class="alignnone size-full wp-image-1039" title="nextgen" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/02/nextgen.png" alt="nextgen" width="16" height="16" />) to the right of the edit bar on the page or post you&#8217;d like to add this Album to.  From there you can choose from any Albums which have been created and insert either the Extended version (thumbnail of gallery with title and description) or Compact version (just a thumbnail of the gallery).</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/nextgen-gallery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>All in One SEO Pack</title>
		<link>http://creativeslice.com/blog/all-in-one-seo-pack/</link>
		<comments>http://creativeslice.com/blog/all-in-one-seo-pack/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 19:58:02 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://creativeslice.com/2007/06/30/all-in-one-seo-pack/</guid>
		<description><![CDATA[The all-in-one-seo-pack plugin allows you to easily add keywords, a title and description manually to every WordPress page or post on your site. It helps quite a bit if you are trying to fine-tune your site for search engines like Google, Yahoo, Ask or MSN. To find out more about the all-in-one-seo-pack here or try [...]]]></description>
			<content:encoded><![CDATA[<p>The all-in-one-seo-pack plugin allows you to easily add keywords, a title and description manually to every WordPress page or post on your site.  It helps quite a bit if you are trying to fine-tune your site for search engines like Google, Yahoo, Ask or MSN.</p>
<p>To find out more about the <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">all-in-one-seo-pack here</a></p>
<p>or try the <a href="http://wordpress.org/extend/plugins/platinum-seo-pack/" target="_blank">Platinum SEO Pack here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/all-in-one-seo-pack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Page Links To plugin</title>
		<link>http://creativeslice.com/blog/page-links-to-plugin/</link>
		<comments>http://creativeslice.com/blog/page-links-to-plugin/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 19:09:06 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://creativeslice.com/ideas/page-links-to-plugin/</guid>
		<description><![CDATA[The &#8220;Page Links To&#8221; WordPress plugin allows you to create a page which will show up in dynamic menus but when clicked send the visitor to any URL you like. This feature is extremely useful when using WordPress as a CMS. Learn more and download the Page Links To plugin here &#62;&#62;]]></description>
			<content:encoded><![CDATA[<p>The &#8220;Page Links To&#8221; WordPress plugin allows you to create a page which will show up in dynamic menus but when clicked send the visitor to any URL you like.  This feature is extremely useful when using WordPress as a CMS.</p>
<p>Learn more and download the <a href="http://wordpress.org/extend/plugins/page-links-to/" target="_blank">Page Links To plugin here &gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/page-links-to-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Video Integration plugin</title>
		<link>http://creativeslice.com/blog/flash-video-integration-plugin/</link>
		<comments>http://creativeslice.com/blog/flash-video-integration-plugin/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 05:48:14 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://creativeslice.com/ideas/flash-video-integration-plugin/</guid>
		<description><![CDATA[This FLV embed plugin allows you to easily add flash movies to a WordPress page or post. To download this plugin please visit Channel-Ai here &#62;&#62;]]></description>
			<content:encoded><![CDATA[<p>This FLV embed plugin allows you to easily add flash movies to a WordPress page or post.</p>
<p>To download this plugin please visit <a href="http://www.channel-ai.com/blog/plugins/flv-embed/" target="_blank">Channel-Ai here &gt;&gt; </a></p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/flash-video-integration-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SimplePie RSS plugin</title>
		<link>http://creativeslice.com/blog/simplepie-rss-plugin/</link>
		<comments>http://creativeslice.com/blog/simplepie-rss-plugin/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 19:46:27 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://creativeslice.com/ideas/simplepie-rss-plugin/</guid>
		<description><![CDATA[SimplePie is a well coded RSS parser which allows you to display any RSS feed and style it via CSS. To learn more about the SimplePie plugin for WordPress please visit SimplePie.org &#62;&#62;]]></description>
			<content:encoded><![CDATA[<p>SimplePie is a well coded RSS parser which allows you to display any RSS feed and style it via CSS.</p>
<p>To learn more about the <a href="http://simplepie.org/" target="_blank">SimplePie plugin for WordPress please visit SimplePie.org &gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/simplepie-rss-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP e-Commerce</title>
		<link>http://creativeslice.com/blog/wp-e-commerce/</link>
		<comments>http://creativeslice.com/blog/wp-e-commerce/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 19:43:14 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://creativeslice.com/ideas/wp-e-commerce/</guid>
		<description><![CDATA[The WP e-Commerce plugin is quite elegant and allows a shopping cart to be added right into WordPress. This plugin is highly customizable and includes a Gold package ($) with more powerful features such as merchant account integration. To find out more about the WP e-Commerce plugin please visit Instinct Entertainment &#62;&#62;]]></description>
			<content:encoded><![CDATA[<p>The WP e-Commerce plugin is quite elegant and allows a shopping cart to be added right into WordPress.  This plugin is highly customizable and includes a Gold package ($) with more powerful features such as merchant account integration.</p>
<p>To find out more about the <a href="http://www.instinct.co.nz/e-commerce/" target="_blank">WP e-Commerce plugin please visit Instinct Entertainment &gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/wp-e-commerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-PostRatings plugin</title>
		<link>http://creativeslice.com/blog/wp-postratings-plugin/</link>
		<comments>http://creativeslice.com/blog/wp-postratings-plugin/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 19:29:07 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://creativeslice.com/ideas/wp-postratings-plugin/</guid>
		<description><![CDATA[The WP-PostRatings plugin allows visitors to easily rate WordPress posts by clicking on stars. You can download the WP-PostRatings plugin here]]></description>
			<content:encoded><![CDATA[<p>The WP-PostRatings plugin allows visitors to easily rate WordPress posts by clicking on stars.</p>
<p>You can download the <a href="http://wordpress.org/extend/plugins/wp-postratings/" target="_blank">WP-PostRatings plugin here<strong></strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/wp-postratings-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-Polls plugin</title>
		<link>http://creativeslice.com/blog/wp-polls-plugin/</link>
		<comments>http://creativeslice.com/blog/wp-polls-plugin/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 19:26:39 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://creativeslice.com/ideas/wp-polls-plugin/</guid>
		<description><![CDATA[The WP-Polls plugin gives you the ability to add (and style) polls to any part of a WordPress site. The admin page is intuitive and allows for multiple polls as well as easy result tracking. To find out more about the WP-Polls plugin please go here &#62;&#62;]]></description>
			<content:encoded><![CDATA[<p align="left">The WP-Polls plugin gives you the ability to add (and style) polls to any part of a WordPress site.  The admin page is intuitive and allows for multiple polls as well as easy result tracking.</p>
<p>To find out more about the <a href="http://wordpress.org/extend/plugins/wp-polls/" target="_blank">WP-Polls plugin please go here &gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/wp-polls-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
