<?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>Building Killer Websites with WordPress</title>
	<atom:link href="http://www.buildingkillerwebsites.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buildingkillerwebsites.com</link>
	<description>How to build killer websites using WordPress</description>
	<lastBuildDate>Mon, 14 May 2012 21:15:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Add a Picture Slider to an Artisteer Theme</title>
		<link>http://www.buildingkillerwebsites.com/how-to-add-a-picture-slider-to-an-artisteer-theme/</link>
		<comments>http://www.buildingkillerwebsites.com/how-to-add-a-picture-slider-to-an-artisteer-theme/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 17:24:47 +0000</pubDate>
		<dc:creator>Ovidio DeJesus</dc:creator>
				<category><![CDATA[Artisteer]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Website Graphics]]></category>
		<category><![CDATA[WordPress Templates]]></category>
		<category><![CDATA[wordpress websites]]></category>

		<guid isPermaLink="false">http://www.buildingkillerwebsites.com/?p=1434</guid>
		<description><![CDATA[This article will show you how to add a picture slider to a WordPress theme created with Artisteer]]></description>
			<content:encoded><![CDATA[<p>I have always loved the way picture sliders look on the home pages of some Premium themes for WordPress.  Don’t you?</p>
<p>Now, with the help of a new plugin I found out last week, I am able to add a picture slider to themes created with Artisteer.  This is what the finished website looks like:<span id="more-1434"></span></p>
<p><img class="aligncenter  wp-image-1435" title="Artisteer-slider-theme" src="http://www.buildingkillerwebsites.com/building-websites-images//Artisteer-slider-theme.jpg" alt="Artisteer-slider-theme" width="600" height="464" /></p>
<p style="text-align: center;"><strong><a href="http://aslider.buildingkillerwebsites.com/" target="_blank">Click here for a Live Demo</a></strong></p>
<p>Do you like it?  This is how I did it.</p>
<p>What you need:</p>
<ul>
<li>Artisteer &#8211; I am using version 3.1.0</li>
<li>Easing slider plugin for WordPress &#8211; <a href="http://wordpress.org/extend/plugins/easing-slider/" target="_blank">http://wordpress.org/extend/plugins/easing-slider/</a></li>
<li>A “Company Logo” image 900 x 150 pixels to be used as the header picture.  <strong><em>Note</em></strong>: Logo has to fit on the top 110 pixels because the menu will cover the bottom 41 pixels</li>
<li>At least 3 pictures for the slider, 900 x 225 pixels each</li>
</ul>
<p>We start by creating a theme with Artisteer (If you want to skip the next few steps, <strong><em><a href="http://aslider.buildingkillerwebsites.com/DNL/ASlider.zip" target="_blank">Click Here</a></em></strong> to download a copy of the Artisteer Theme and files already configured):</p>
<p>1. Open Artisteer, and select  a new WordPress Theme.<br />
2. Go to the “Colors &amp; Fonts” tab, click on “Color Themes” and select “Silver Stream” (under Bluish).<br />
3. Go to the “Layout” tab:</p>
<ul>
<li>Click on “Design Layout” and go down to “Menu Inside Header”, select the fourth one to the right. This is the one with the menu at the bottom of the header picture.</li>
<li>Click on “Sheet Width” and select 900 pixels.</li>
<li>Click on “Columns” and select two columns, with the sidebar to the right.</li>
<li>Click on “Column Width” and select 225 pixels (this will be the width for the sidebar).</li>
</ul>
<p>4. Go to the “Background” tab:</p>
<ul>
<li>Click on “Fill Color” and click on White.</li>
<li>Click on “Texture or Image” and select “No Texture”.</li>
<li>Click on “Light Effect” and select “No Glare”.</li>
</ul>
<p>5. Go to the “Sheet” tab:</p>
<ul>
<li>Click on “Border” and select “No Border”.</li>
<li>Click on Shadow” and select “No Shadow”.</li>
</ul>
<p>6. Go to the “Header” tab:</p>
<ul>
<li>Click on “Height” and select 150 pixels.</li>
<li>Click on “Fill Color” and select White.</li>
<li>Click on “Background Image” and upload the “Company Logo” picture you created before.</li>
<li>Remove the Headline and Slogan Text.</li>
</ul>
<p>7. Go to the “Menu” tab:</p>
<ul>
<li>Click on “Length” and select “Page Width”.</li>
<li>Click on “Menu Styles” and select the eight design from the left column.</li>
<li>Click on “Styling”, then click on “Align” and select right Justified.</li>
</ul>
<p>8. Go to the “Footer” tab:</p>
<ul>
<li>Click on “Length and Position”, select “Page Width”.</li>
<li>Click on “Fill” and select the darker blue at the bottom-left side.</li>
</ul>
<p>9. Once you have finished with the design, save it and export the files for WordPress.</p>
<p>Next, we need to create a template for the homepage of our theme. This template will have the picture slider on it.</p>
<p>Go to the theme directory created by Artisteer, an copy the file “page.php” to “page-homeslider.php&#8221;. Edit the file “page-homeslider.php” (you can use notepad for editing), and replace the first line:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> get_header<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>With these lines:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">/*
Template Name: Homepage Slider
*/</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> get_header<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;br /&gt;&lt;br /&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'easing_slider'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span> easing_slider<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Save the file. Copy the theme folder to your WordPress installation, and activate the theme.</p>
<p>Copy the Easing Slider plugin to your WordPress installation, and activate it.</p>
<p>Once the plugin is activated, you will see a new tab on the left side labeled “Easing Slider”. Click on it.</p>
<p>The first page is used to add the pictures for the slider.  Copy the pictures you want on your slider to a directory on your WordPress installation. For this example, let&#8217;s say you are using the following directory:</p>
<p style="text-align: center;">http://www.YOURDOMAIN.com/images</p>
<p>If this is the case, then the path to the pictures would be something like this:</p>
<p style="text-align: center;">http://www.YOURDOMAIN.com/images/image-1.jpg</p>
<p>Using this path, add the pictures to the slider.  For example, under &#8220;Image #1 Link:&#8221;, put the path for the first image on the field labeled &#8220;Image Path&#8221;. Do the same for all other pictures. Save your work.</p>
<p><img class="aligncenter size-full wp-image-1444" title="easing-slider-1 wordpress artisteer" src="http://www.buildingkillerwebsites.com/building-websites-images//easing-slider-1.jpg" alt="easing-slider-1 wordpress artisteer" width="600" height="534" /></p>
<p>Next, Click on the tab “Slider Settings”.  Set Slider &#8220;width&#8221; to 900 pixels, and Slider &#8220;height&#8221; to 225 pixels.  Save your work.</p>
<p><img class="aligncenter size-full wp-image-1445" title="easing-slider-2 wordpress artisteer" src="http://www.buildingkillerwebsites.com/building-websites-images//easing-slider-2.jpg" alt="easing-slider-2 wordpress artisteer" width="600" height="534" /></p>
<p>Now create a page to be used as your homepage.  On the right hand side, under “Template” select “Homepage Slider”. This is the file we just created (page-homeslider.php). After you finish with the page, Publish it.</p>
<p><img class="aligncenter size-full wp-image-1447" title="home-wordpress-artisteer" src="http://www.buildingkillerwebsites.com/building-websites-images//home-wordpress-artisteer.jpg" alt="home-wordpress-artisteer" width="600" height="316" /></p>
<p>&nbsp;</p>
<p>To make this page the home page, click on “settings”, then on “Reading”. Click on “A static page (select below)”, and select the page you just created from the list. Save your changes.  This will make the page you just created your homepage.</p>
<p><img class="aligncenter size-full wp-image-1448" title="home-page-wordpress-artisteer" src="http://www.buildingkillerwebsites.com/building-websites-images//home-page-wordpress-artisteer.jpg" alt="home-page-wordpress-artisteer" width="600" height="429" /></p>
<p>That’s it. You should be able to look at your website and you will have a slider on your home page.  Some of the settings I have used are my own preferences, such as the size of the pictures on the slider, choice of colors, transitions, etc.  You can change these to anything you want.  Go ahead, experiment.</p>
<p>I hope this was helpful, leave me comments below and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildingkillerwebsites.com/how-to-add-a-picture-slider-to-an-artisteer-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Marketing Graphics Toolkit &#8211; A Review</title>
		<link>http://www.buildingkillerwebsites.com/marketing-graphics-toolkit-a-review/</link>
		<comments>http://www.buildingkillerwebsites.com/marketing-graphics-toolkit-a-review/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 16:38:05 +0000</pubDate>
		<dc:creator>Ovidio DeJesus</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[WordPress Tools]]></category>
		<category><![CDATA[Website Graphics]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[wordpress websites]]></category>

		<guid isPermaLink="false">http://www.buildingkillerwebsites.com/?p=1284</guid>
		<description><![CDATA[Today I would like to share with you an awesome finding. I am always looking for new ways to make my websites look better and more professional. In the case of a WordPress website, I usually start with a nice looking theme. Once I have the theme installed and “tweaked”, I start looking for web [...]]]></description>
			<content:encoded><![CDATA[<p>Today I would like to share with you an awesome finding. I am always looking for new ways to make my websites look better and more professional. In the case of a WordPress website, I usually start with a nice looking theme.</p>
<p>Once I have the theme installed and “tweaked”, I start looking for web graphics. Web graphics can be anything from pictures, Buy Now buttons, Bonus Boxes, etc. I have to say, I am not a graphics designer by any means, but I know enough Photoshop to be dangerous. The problem is that my knowledge and time are so limited, that I need to look for outside sources for my graphics.</p>
<p>And this brings us to the <strong><a style="text-decoration: none;" href="http://odjpublishing.com/Links/WebsiteGraphics" rel="nofollow" target="_blank">Marketing Graphics Toolkit</a>.</strong> The Marketing Graphics Toolkit is a set of 21 modules, each one containing a bundle of graphics elements, such as:</p>
<ul>
<li>Website headers</li>
<li>Website templates</li>
<li>Squeeze page templates</li>
<li>3-D book scripts (to create a 3-D version of a book)</li>
<li>Website headlines</li>
<li>Call to action buttons (buy now, add to cart, etc)</li>
<li>Box shadows (for awesome special effects)</li>
<li>Hand written fonts</li>
<li>Hand drawn arrows</li>
<li>Ribbons</li>
<li>Button shapes</li>
<li>And a lot more&#8230;</li>
</ul>
<p>All the graphics come with the finished graphic, in addition to the source file in case you want to make changes. I think this is one of the things that makes this package so powerful. Most other packages contain only the finished graphics, so if you want to make any changes, forget about it!</p>
<p>One other thing, you don’t have to know or even own Photoshop if you need to edit these graphics. Most graphics on this package come in both Photoshop and Sumo Paint format. If you are not familiar with Sumo Paint (I wasn&#8217;t until I purchased this package), Sumo Paint (<a href="http://www.sumopaint.com/home/" rel="nofollow" target="_blank">http://www.sumopaint.com/</a>) is a 100% free web application that works just like Photoshop, so that you can modify graphics, pictures, etc. <em><strong>NOTE</strong></em>: There are a few graphics in the package that require Photoshop, but they are few and they are highlighted so you know who they are. Also, included in the package, there is a beginner’s video tutorial for Sumo Paint.</p>
<p>Here are some examples of the graphics that come with the package:</p>
<p style="text-align: center;"><a href="http://odjpublishing.com/Links/WebsiteGraphics" rel="nofollow" target="_blank"><img class="aligncenter size-full wp-image-1296" title="wordpress-website-design-graphics-1" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-design-graphics-1.jpg" alt="wordpress website design graphics 1" width="600" height="681" /></a><a href="http://odjpublishing.com/Links/WebsiteGraphics" rel="nofollow" target="_blank"><img class="aligncenter size-full wp-image-1297" title="wordpress-website-design-graphics-2" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-design-graphics-2.jpg" alt="wordpress website design graphics 2" width="600" height="1154" /></a><a href="http://odjpublishing.com/Links/WebsiteGraphics" rel="nofollow" target="_blank"><img class="aligncenter size-full wp-image-1298" title="wordpress-website-design-graphics-3" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-design-graphics-3.jpg" alt="wordpress website design graphics 3" width="600" height="1578" /></a><a href="http://odjpublishing.com/Links/WebsiteGraphics" rel="nofollow" target="_blank"><img class="aligncenter size-full wp-image-1299" title="wordpress-website-design-graphics-6" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-design-graphics-6.jpg" alt="wordpress website design graphics 6" width="600" height="309" /></a><a href="http://odjpublishing.com/Links/WebsiteGraphics" rel="nofollow" target="_blank"><img class="aligncenter size-full wp-image-1300" title="wordpress-website-design-graphics-4" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-design-graphics-4.jpg" alt="wordpress website design graphics 4" width="600" height="523" /></a><a href="http://odjpublishing.com/Links/WebsiteGraphics" rel="nofollow" target="_blank"><img class="aligncenter size-full wp-image-1301" title="wordpress-website-design-graphics-5" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-design-graphics-5.jpg" alt="wordpress website design graphics 5" width="600" height="777" /></a></p>
<p>You have to agree, these are high quality graphics. I have spent A LOT of money purchasing graphics to put on my websites. Some are expensive, and nowhere near as nice as these. The designer, Max Rylski, has personally created all the graphics, making them original and not a re-hash of other graphics.</p>
<p>The second best thing about this package is the price. As of the publishing date of this article, the price is a one-time charge of <strong>$9.95</strong>. Yes, all of this for only 10 bucks! It almost seems like a typo, but that is the price I paid for them. It is definitely the best value around.</p>
<p>So, in closing, I cannot say enough good things about this package. As a matter of fact, I have already used these graphics on this website. Check out the Bonus Boxes on the front page. I personally think they look very good.</p>
<p>If you want to take a look at the complete offer, click on the picture below. I guarantee you will not be disappointed.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://odjpublishing.com/Links/WebsiteGraphics" rel="nofollow" target="_blank"><img class="aligncenter size-full wp-image-1291" title="wordpress-website-design-graphics-large" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-design-graphics-large.jpg" alt="wordpress website design graphics large" width="600" height="457" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildingkillerwebsites.com/marketing-graphics-toolkit-a-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Review &#8211; WPTWIN Clone Tool</title>
		<link>http://www.buildingkillerwebsites.com/product-review-wptwin-clone-tool/</link>
		<comments>http://www.buildingkillerwebsites.com/product-review-wptwin-clone-tool/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 18:04:48 +0000</pubDate>
		<dc:creator>Ovidio DeJesus</dc:creator>
				<category><![CDATA[Product Review]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tools]]></category>
		<category><![CDATA[WPTWIN Tool]]></category>
		<category><![CDATA[wordpress backup]]></category>
		<category><![CDATA[wordpress clone]]></category>
		<category><![CDATA[wordpress websites]]></category>
		<category><![CDATA[wptwin tool]]></category>

		<guid isPermaLink="false">http://www.buildingkillerwebsites.com/?p=1103</guid>
		<description><![CDATA[On this post I will review a new software tool for WordPress - WPTWIN Clone Tool. This tool helps you make complete copies of your WordPress site, including plugin and site configurations, in just a few seconds.]]></description>
			<content:encoded><![CDATA[<p>On this post I will review a new software tool for WordPress &#8211; <a href="http://always-deals.com/WPTwin-BKW" rel="nofollow" target="_blank">WPTWIN Clone Tool</a>. This tool helps you make complete copies of your WordPress site, including plugin and site configurations, in just a few seconds.</p>
<p>I don&#8217;t know about you, but once you get good at WordPress, you use it for all your website and blog installations. I personally do several installations a month. One thing that I noticed was that, after a while, you tend to use the same plugins for all your installations. The problem with this is that you end up installing and configuring the same plugins over and over again. It can get very tedious.</p>
<p>Here is where WPTWIN saves the day. WPTWIN will not only copy your database, directories, files and plugins, it will also copy all the configuration settings for your site, including plugin configurations. This is an incredible time saver!</p>
<p>Let me explain in more detail. For example, you want to make a copy of a WordPress installation from a site located at www.abc1.com to a new site located at www.xyz2.com. This is what I used to do:</p>
<ul>
<li>Create a backup of the WordPress database at www.abc1.com.</li>
<li>Copy the database backup to your local disk.</li>
<li>Edit the database backup file, and replace the URL path from the old URL (www.abc1.com) to the new URL (www.xyz2.com).</li>
<li>Install a fresh copy of WordPress at www.xyz2.com.</li>
<li>Install all the plugins and create any necessary directories at www.xyz2.com (make sure the directory structures of both installations are the same).</li>
<li>Copy any files, pictures, etc. to the new installation (www.xyz2.com)</li>
<li>Use the edited backup database to restore the database at www.xyz2.com.</li>
<li>Log into www.xyz2.com, activate and configure all the plugins and settings.</li>
</ul>
<p>If everything went well, in about an hour, I would have a copy of www.abc1.com on www.xyz2.com. This is a lot of work, especially when you start doing several sites a month. In contrast, with WPTWIN this is all I do:</p>
<ul>
<li>Create a copy of the website at www.abc1.com using WPTWIN (WPTWIN creates a &#8220;backup&#8221; file).</li>
<li>Install a fresh copy of WordPress on www.xyz2.com.</li>
<li>Copy the WPTWIN &#8220;backup&#8221; file from the root directory of www.abc1.com to the root directory of www.xyz2.com.</li>
<li>Deploy WPTWIN &#8220;backup&#8221; file on www.xyz2.com.</li>
</ul>
<p>That&#8217;s all! In a few seconds I have an exact copy of my site!</p>
<p>Another great application for WPTWIN is to create a &#8220;generic template&#8221; for your WordPress installations. This template has all the plugins that I normally use, configured they way I want, including all the directories and files. This saves a lot of time every time I have to do a new installation. I just restore my WPTWIN &#8220;generic template&#8221; over a fresh WordPress installation and half the work is done!</p>
<p>One other use for WPTWIN is for making site backups. Make a copy of your site using WPTWIN, and save this copy as a backup file. I had the unfortunate experience of having one of my sites hacked. No problem, I deleted the hacked site, installed a fresh copy of WordPress, and used WPTWIN to restore the backup file I created previously. I was back in business in less than 1 minute.</p>
<p>I cannot say enough good things about this program. I use it all the time, and it has been a life/time saver. I highly recommend this tool.</p>
<p>To find out more about WPTWIN, click on the banner below. Good Luck!</p>
<p>&nbsp;</p>
<p><a href="http://always-deals.com/WPTwin-BKW"><img class="aligncenter" src="http://wptwin.s3.amazonaws.com/banners/wptwin-250square.gif" alt="" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildingkillerwebsites.com/product-review-wptwin-clone-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayPal View Cart Error: We were unable to decrypt the certificate id – SOLVED!</title>
		<link>http://www.buildingkillerwebsites.com/paypal-view-cart-error-we-were-unable-to-decrypt-the-certificate-id-solved/</link>
		<comments>http://www.buildingkillerwebsites.com/paypal-view-cart-error-we-were-unable-to-decrypt-the-certificate-id-solved/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 23:36:21 +0000</pubDate>
		<dc:creator>Ovidio DeJesus</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[paypal view cart]]></category>
		<category><![CDATA[paypal view cart error]]></category>
		<category><![CDATA[wordpress ecommerce]]></category>
		<category><![CDATA[wordpress websites]]></category>

		<guid isPermaLink="false">http://www.buildingkillerwebsites.com/?p=1062</guid>
		<description><![CDATA[A couple of days ago I was helping a friend set up his website using WordPress. He will be accepting payment for his services via PayPal. We created all the necessary buttons  and they all worked fine, except for the View Cart Button. It would always give us the following error: We were unable to [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I was helping a friend set up his website using WordPress. He will be accepting payment for his services via PayPal. We created all the necessary buttons  and they all worked fine, except for the View Cart Button. It would always give us the following error:</p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><span style="font-size: large;"><strong>We were unable to decrypt the certificate id</strong></span></p>
<p style="text-align: center;">&nbsp;</p>
<p>After an extensive search on the Internet, we found a solution, so I decided to share it with you. The problem has to do with the editor in WordPress. When you save your work, most editors parse the code and sometimes “add” stuff to the code (why? – I do not know). The problem is that they will add stuff to the View Cart button code and this will cause the error. A way to get around this is to create a “custom field” in WordPress so that the editor will not “muck” with the PayPal code. This is how you do it:</p>
<p><br class="spacer_" /></p>
<p><strong>Step 1</strong> – Get the <a rel="nofollow" href="http://wordpress.org/extend/plugins/custom-fields-shortcode/" target="_blank">custom-fields-shortcode</a> plugin. Install and activate it.</p>
<p><br class="spacer_" /></p>
<p><strong>Step 2</strong> – Now we need to create a custom field for the View Cart code. On the page/post that you want to include the View Cart button, go down towards the bottom of the screen and find the “Custom Fields” area.</p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><img class="size-full wp-image-1072 aligncenter" title="PayPal View Cart 1" src="http://www.buildingkillerwebsites.com/building-websites-images//custom-fields1.jpg" alt="" width="650" height="368" /></p>
<p style="text-align: center;">&nbsp;</p>
<p>Click on “Enter New”, and enter any name you want to call this field. For this exercise, we will call it <strong>PayPalViewCart</strong>. Next, go to the “Value” area and paste the code from PayPal. NOTE: The PayPal code must be in one contiguous line. You can do this by editing it using notepad. When you are done click on “Add Custom Field”.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1074" title="PayPal View Cart 1" src="http://www.buildingkillerwebsites.com/building-websites-images//custom-fields21.jpg" alt="" width="650" height="368" /></p>
<p style="text-align: center;">&nbsp;</p>
<p><strong>Step 3</strong> – Go back to the editor, and type the following code where you want the button to appear:</p>
<p><code><center><strong>&#91;cf&#93;PayPalViewCart&#91;/cf&#93;</strong></center></code><br />
&nbsp;<br />
<strong>Step 4</strong> – Publish/Update your page/post. That’s It! The button should work fine now.</p>
<p><br class="spacer_" /></p>
<p>I hope this has helped, let me know if it worked for you.</p>
<table style="height: 40px;" border="0">
<tbody>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.buildingkillerwebsites.com/paypal-view-cart-error-we-were-unable-to-decrypt-the-certificate-id-solved/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Adding a Flash Header to WordPress Theme – Update</title>
		<link>http://www.buildingkillerwebsites.com/adding-a-flash-header-to-wordpress-theme-%e2%80%93-update/</link>
		<comments>http://www.buildingkillerwebsites.com/adding-a-flash-header-to-wordpress-theme-%e2%80%93-update/#comments</comments>
		<pubDate>Thu, 13 May 2010 18:50:43 +0000</pubDate>
		<dc:creator>Ovidio DeJesus</dc:creator>
				<category><![CDATA[Artisteer]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress websites]]></category>

		<guid isPermaLink="false">http://www.buildingkillerwebsites.com/?p=696</guid>
		<description><![CDATA[This is an update to a previous post where I explained how to “tweak” an Artisteer theme to add a Flash header.]]></description>
			<content:encoded><![CDATA[<p>This is an update to a previous post where I explained how to “tweak” an <a href="http://odjpublishing.com/Links/ArtisteerOffer" rel="nofollow" target="_blank">Artisteer</a> theme to add a Flash header.</p>
<p>Two things have happened since I wrote that post. First, the plugin used to create the Flash header &#8211; Flash Fader Revived &#8211; has been removed from WordPress, nowhere to be found. Second, starting with release 2.4, Artisteer has incorporated the Flash header capability into the software. What this means is that now you don’t have to “tweak” any files to add a Flash header to your theme. On the other hand, now you have to provide a Flash “movie” to be displayed in the header area.</p>
<p>To take care of the Flash movie, I have found a great simple program called <a href="http://www.amarasoftware.com/flash-slide-show.htm" rel="nofollow" target="_blank">Amara Slide Show Builder</a>. With this program you only add the pictures you want, set the size, the transitions and let it create the Flash movie for you. You don’t have to know any Flash whatsoever.</p>
<p>To your WordPress success,</p>
<p>Ovidio.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildingkillerwebsites.com/adding-a-flash-header-to-wordpress-theme-%e2%80%93-update/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating A Website As An Effective Local Marketing Strategy</title>
		<link>http://www.buildingkillerwebsites.com/creating-a-website-as-an-effective-local-marketing-strategy/</link>
		<comments>http://www.buildingkillerwebsites.com/creating-a-website-as-an-effective-local-marketing-strategy/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 08:07:55 +0000</pubDate>
		<dc:creator>Christopher Anderson</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[increase online sales]]></category>
		<category><![CDATA[increase site ranking]]></category>
		<category><![CDATA[increase web traffic]]></category>
		<category><![CDATA[local business marketing]]></category>
		<category><![CDATA[local business search marketing]]></category>
		<category><![CDATA[local marketing]]></category>
		<category><![CDATA[local online marketing]]></category>
		<category><![CDATA[local search marketing]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://www.buildingkillerwebsites.com/?p=654</guid>
		<description><![CDATA[Entrepreneurs who are not technology-savvy have this feeling that only big businesses deserve and can afford a website. On the contrary, small businesses should ride the bandwagon and get their own websites running for an effective local marketing strategy.]]></description>
			<content:encoded><![CDATA[<p>Entrepreneurs who are not technology-savvy have this feeling that only big businesses deserve and can afford a website. On the contrary, small businesses should ride the bandwagon and get their own websites running for an effective local marketing strategy.</p>
<p>Do not be scared of technology because it can be a valuable ally in implementing any local marketing plan. As for websites, you need not break the bank in order to create a customized and professional website for your business. You only need to hire the right professionals and then add some creative juices to your campaign.</p>
<p>Here are some guidelines to make your business website an effective local marketing tool:</p>
<p>1. When a potential customer uses a search engine to find a business, they will most often choose one from the first two pages that displays. Getting your business to be visible to your customer can often depend on your ranking on these search engines. Making information about your business and site readily available, and using keywords, can get you ranked higher on a search and, most importantly, seen.</p>
<p>2. You may already have an existing website but if it is not getting the desired traffic and exposure you need, then you may have to give it a new look. Most people believe that a nice-looking website with lots of graphics is enough to get the attention of their customers. However, you need to make your website SEO-friendly so it is easily crawled by the search engines. Even the color of your website and the font type and size used can make or break your Local marketing strategy.</p>
<p>3. Potential customers have certain expectations when searching for products and services. Your website should capture the essence of what your business offers. Classy, well presented sites that are user friendly will be more attractive to your customers and keep them coming back.</p>
<p>4. To avoid distracting your readers, avoid using graphics that take precedence over the written material. Focus your efforts on quality work and information that is interesting to the reader and which provides value. Nobody likes reading material that is lacking or leaves the reader asking empty questions. Again, the information is more important than your image.</p>
<p>5. To avoid having your site ignored all together, be sure not to use to many keywords. Search engines are particularly picky with how many keywords are mentioned in an article. Use the right amount of keywords for your site will greatly benefit your local marketing strategies.</p>
<p>There are many different SEO (Search Engine Optimization) techniques used by local marketing experts, but the most appropriate strategy will always produce the best results for your business. Ethical or &#8220;white hat&#8221; SEO strategies are highly recommended so that you don&#8217;t get penalized by Google and other search engines.</p>
<p>See more traffic, leads and sales from your <a href="http://macromarketingsolutions.com">local marketing</a> and understand exactly how the search engines see your website by visiting <a href="http://macromarketingsolutions.com">Macro Marketing Solutions</a> today for a free personalized website evaluation. Grab a totally unique version of this article from the Uber <a href="http://www.uberarticles.com/home.php?id=1316391&amp;p=41261">Article Directory</a>.</p>
<p>Note: This is a third party post on my blog. I do not endorse nor do I receive any compensation from any links displayed on this post.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildingkillerwebsites.com/creating-a-website-as-an-effective-local-marketing-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a Flash Header to WordPress Theme</title>
		<link>http://www.buildingkillerwebsites.com/adding-a-flash-header-to-wordpress-theme/</link>
		<comments>http://www.buildingkillerwebsites.com/adding-a-flash-header-to-wordpress-theme/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 02:24:31 +0000</pubDate>
		<dc:creator>Ovidio DeJesus</dc:creator>
				<category><![CDATA[Artisteer]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WordPress Templates]]></category>

		<guid isPermaLink="false">http://www.buildingkillerwebsites.com/?p=406</guid>
		<description><![CDATA[After a lot of research I finally found an easy way to insert a flash header into an Artisteer WordPress theme. To see an example of the finished product click here. NOTE: I have only tested this procedure with templates with a square top and no padding. Step 1 – Create a template using Artisteer. [...]]]></description>
			<content:encoded><![CDATA[<p>After a lot of research I finally found an easy way to insert a flash header into an <a href="http://odjpublishing.com/Links/ArtisteerOffer" target="_blank">Artisteer </a>WordPress theme. To see an example of the finished product <a href="http://www.sunnybeachweddings.com/" rel="nofollow">click here</a>. <strong>NOTE</strong>: I have only tested this procedure with templates with a square top and no padding.</p>
<p><strong>Step 1</strong> – Create a template using Artisteer. After saving and exporting the template, go to the exported directory (the directory with the WordPress files generated by Artisteer).</p>
<p><strong>Step 2</strong> – Open the file “<strong>style.css</strong>” and search for the word “<strong>header</strong>”. You should find a block of code like this one:</p>
<p style="padding-left: 1px;"><img class="alignnone" title="create-flash-header-style" src="http://www.buildingkillerwebsites.com/flash-header/create-flash-header-style.jpg" alt="" width="171" height="172" /></p>
<p>This will give you the size of the header picture. For this example, the header picture is 874 by 225 pixels. Write these numbers down. Close the file.</p>
<p><strong>Step 3</strong> – Create at least two header pictures using your favorite image editor. Make sure the size matches the size in the “<strong>style.css</strong>” file. For this example the size is 874 by 225 pixels.</p>
<p><strong>Step 4</strong> – Go back to the exported directory and make a copy of the “<strong>header.php</strong>” file. I like to do this as a precaution (make a backup). You may want to call this copy “header-OLD.php”. Edit the “<strong>header.php</strong>” file. Go to the bottom of the file, and look for a block of code similar to this one:</p>
<p style="padding-left: 1px;"><img class="alignnone" title="create-flash-header-1" src="http://www.buildingkillerwebsites.com/flash-header/create-flash-header-1.jpg" alt="" width="650" height="75" /></p>
<p>You will be replacing the line containing the “<strong>Header-jpeg</strong>” class definition (depending on your design, there might be other lines present) with the following LONG line (I had to break down the line so that it could fit on the screen):</p>
<p style="padding-left: 1px;"><img class="alignnone" title="create-flash-header-line" src="http://www.buildingkillerwebsites.com/flash-header/create-flash-header-line.jpg" alt="" width="650" height="124" /></p>
<p>Make sure you replace YOURDOMAINNAME with your domain name, and WWW with the width and HHH with the height of the header picture. For this example, we will use 874 for the width, and 225 for the height. To download a text file of this line, <a href="http://www.buildingkillerwebsites.com/flash-header/Flash-Header-Source-Code.txt">click here</a>.</p>
<p>After you made the changes to the line, replace the “<strong>Header-jpeg</strong>” line. The file should look like this:</p>
<p style="padding-left: 1px;"><img class="alignnone" title="create-flash-header-2" src="http://www.buildingkillerwebsites.com/flash-header/create-flash-header-2.jpg" alt="" width="650" height="61" /></p>
<p><strong>Step 4</strong> – Download the template to your WordPress installation.</p>
<p><strong>Step 5</strong> – You need to download and install the <a href="http://wordpress.org/extend/plugins/flash-fader-revived/">Flash Fader Revived</a> plug-in. This plug-in will allow you to add flash to your WordPress installation. We will be using it to add flash to our header picture.</p>
<p><strong>Step 6</strong> – After installing the Flash Fader Revived plug-in, click on “<strong>Settings</strong>”, then on “<strong>Flash Fader Revived</strong>”. <strong>NOTE</strong>: You need to set up the options on this plug-in <strong>BEFORE </strong>you upload your header pictures.</p>
<p>On the Flash Fader Revived screen, click on “<strong>Advance Display Settings</strong>”, and enter the correct width and height of the header picture. I also like to play with the “<strong>Image Display Time</strong>” – this defines how long the picture will be displayed before it changes. Personally, I like to set it to 4 seconds. Save your changes.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img class="aligncenter" title="flash-fader-plugin" src="http://www.buildingkillerwebsites.com/flash-header/flash-fader-plugin.jpg" alt="" width="600" height="355" /></p>
<p>&nbsp;</p>
<p>Next, you are ready to upload your header pictures. You need a minimum of 2, no maximum limit (that I know of).</p>
<p>After all these changes are done, you should see your header changing on your WordPress Website. Pretty cool!!!</p>
<p>I hope this has been helpful. To learn more secrets, click on the link <a href="http://www.buildingkillerwebsites.com">Make a Website using WordPress</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildingkillerwebsites.com/adding-a-flash-header-to-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Create a Custom Background for Artisteer</title>
		<link>http://www.buildingkillerwebsites.com/how-to-create-custom-background-for-artisteer/</link>
		<comments>http://www.buildingkillerwebsites.com/how-to-create-custom-background-for-artisteer/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 02:17:11 +0000</pubDate>
		<dc:creator>Ovidio DeJesus</dc:creator>
				<category><![CDATA[Artisteer]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WordPress Templates]]></category>

		<guid isPermaLink="false">http://www.buildingkillerwebsites.com/?p=402</guid>
		<description><![CDATA[Hello everybody, I have created a video tutorial on how to create a custom background for Artisteer. This custom background can be used when creating a WordPress template to be used when creating a website. Check it out and let me know what you think. &#160; &#160; To learn more secrets, click on the link [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everybody,</p>
<p>I have created a video tutorial on how to create a custom background for <a href="http://odjpublishing.com/Links/ArtisteerOffer" target="_blank">Artisteer</a>. This custom background can be used when creating a WordPress template to be used when creating a website.</p>
<p>Check it out and let me know what you think.</p>
<p>&nbsp;</p>
<p><center><object width="425" height="350"><param name="movie" value="Vu73cNyymH0"></param><param name="wmode" value="transparent" ></param><embed src="http://www.youtube.com/v/Vu73cNyymH0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></center>&nbsp;</p>
<p>To learn more secrets, click on the link <a href="http://www.buildingkillerwebsites.com">Make a Website using WordPress</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildingkillerwebsites.com/how-to-create-custom-background-for-artisteer/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To Create Custom Templates for WordPress Themes using Artisteer</title>
		<link>http://www.buildingkillerwebsites.com/how-to-create-custom-templates-using-artisteer/</link>
		<comments>http://www.buildingkillerwebsites.com/how-to-create-custom-templates-using-artisteer/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 02:14:30 +0000</pubDate>
		<dc:creator>Ovidio DeJesus</dc:creator>
				<category><![CDATA[Artisteer]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WordPress Templates]]></category>

		<guid isPermaLink="false">http://www.buildingkillerwebsites.com/?p=400</guid>
		<description><![CDATA[Today we will look into creating custom templates for a WordPress theme created with Artisteer. These themes are used when creating websites, to change the look and feel of the site. What are templates? Templates are basically variations on the layout of your default theme. You use custom templates when you want a page to [...]]]></description>
			<content:encoded><![CDATA[<p>Today we will look into creating custom templates for a WordPress theme created with <a href="http://odjpublishing.com/Links/ArtisteerOffer" target="_blank">Artisteer</a>. These themes are used when creating websites, to change the look and feel of the site.</p>
<p><span style="font-size: medium;"><strong>What are templates?</strong></span></p>
<p>Templates are basically variations on the layout of your default theme. You use custom templates when you want a page to look different from the rest of the other pages on your website or blog. When building or creating a website, you need to think on the layout first. For example, when I created this website I needed the home page to be the whole width of the page, with no sidebars on either side.</p>
<p>For this example I have created a theme that has a left sidebar, an article center, and a right sidebar. This will be called the “Default Template”. Next, we are going to create three custom templates: one page with no sidebars (full width), one page with the left sidebar and the center article (no right sidebar), and one page with the center article and the right sidebar (no left sidebar). I will show you how to do this quick and easy.</p>
<p>&nbsp;</p>
<p><span style="font-size: medium;"><strong>Step 1 – Create Artisteer Theme (Default Template)</strong></span></p>
<p>Go into Artisteer and create the following theme for my WordPress Website:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-115" title="artisteer default theme" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/artisteer-theme-default.jpg" alt="artisteer default theme" width="500" height="439" /></p>
<p>&nbsp;</p>
<p><span style="font-size: medium;"><strong>Step 2 – Create template files</strong></span></p>
<p>As you can see, this theme has two sidebars (left and right) and an article center. What I want to do is create three different templates:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-116" title="artisteer theme sidebar left" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/artisteer-theme-sb1-center.jpg" alt="artisteer theme sidebar left" width="500" height="431" /></p>
<p style="text-align: center;"><strong>Sidebar Left with Center</strong></p>
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-117" title="artisteer theme center only" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/artisteer-theme-center.jpg" alt="artisteer theme center only" width="500" height="347" /><br />
Center Only<br />
</strong></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-118" title="artisteer theme sidebar right" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/artisteer-theme-center-sb2.jpg" alt="artisteer theme sidebar right" width="500" height="361" /></p>
<p style="text-align: center;"><strong>Center with Right Sidebar</strong></p>
<p style="text-align: center;"><strong><br />
</strong></p>
<p>After creating the theme you want, export it into a directory. Go to this directory and find the file “<strong>page.php</strong>”, and make three copies of it and call them:</p>
<p style="padding-left: 30px;">page-sb1-center.php &#8211; sidebar left with center<br />
page-center-php &#8211; center only<br />
page-center-sb2.php &#8211; center with right sidebar</p>
<p>You can actually call them anything you want, I like to use descriptive names.</p>
<p>&nbsp;</p>
<p><span style="font-size: medium;"><strong>Step 3 – Research the definitions</strong></span></p>
<p>Let’s take a look at the original <strong>page.php</strong> file:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-113" title="artisteer default page file" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/artisteer-default-page-file.jpg" alt="artisteer default page file" width="500" height="670" /></p>
<p>&nbsp;</p>
<p>I have highlighted the two lines we will be editing. The first line:</p>
<p style="padding-left: 30px;"><img class="size-full wp-image-132 alignleft" title="l1" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l1.jpg" alt="l1" width="584" height="20" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>defines the left sidebar (sidebar 1) and the center content. The second highlighted line:</p>
<div>
<p style="padding-left: 30px;"><img class="size-full wp-image-134 alignleft" title="l2" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l2.jpg" alt="l2" width="400" height="23" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>defines the right sidebar (sidebar 2). Next, look at is the &#8220;<strong>style.css</strong>&#8221; file. Open this file and do a search for “<strong>art-content</strong>” (got this from class=&#8221;art-content&#8221;). The first result will give you the high level definition. Search again. The second time you will get to the definition of the block. Here you will see three definitions that look something like this (<strong>NOTE</strong>: I am using Artisteer 2.2. The nomenclature has changed a bit, so if you have an earlier version of Artisteer the definition names might look a bit different):</p>
<p style="padding-left: 30px;"><img class="size-full wp-image-135 alignnone" title="l3" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l3.jpg" alt="l3" /></p>
<p>These are the three definitions that we are looking for:</p>
<p style="padding-left: 30px;">art-content-sidebar1 – defines the content (center) area with sidebar 1</p>
<p style="padding-left: 30px;">art-content-sidebar2 – defines the content (center) area with sidebar 2</p>
<p style="padding-left: 30px;">art-content-wide – defines the content (center) area alone, full width with no sidebars</p>
<p>&nbsp;</p>
<p><span style="font-size: medium;"><strong>Step 4 – edit the files</strong></span></p>
<p>To create a template file, you need to add the following code to the beginning of the files you are editing:</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-136" title="l4" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l4.jpg" alt="l4" /></p>
<p>Where “<em><strong>name</strong></em>” is the name of the template you are creating. This is also the name that will be displayed by WordPress when you are in the &#8220;<strong>Add Page</strong>&#8221; screen.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="font-size: medium;"><strong>First file: Page-sb1-center.php</strong></span></p>
<p>Add the following code to the top of the page:</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-137" title="l5" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l5.jpg" alt="l5" /></p>
<p>Replace the line:</p>
<p style="padding-left: 30px;"><img class="size-full wp-image-132 alignleft" title="l1" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l1.jpg" alt="l1" width="584" height="20" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>With:</p>
<p><img class="size-full wp-image-138 alignleft" title="l6" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l6.jpg" alt="l6" width="650" height="26" /></p>
<div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Delete the line (at the bottom of the file):</p>
<p style="padding-left: 30px;"><img class="alignleft" title="l2" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l2.jpg" alt="" width="400" height="23" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Save the file. The finished file will look like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-156" title="artisteer page file sidebar left" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/artisteer-page-file-sb1.jpg" alt="artisteer page file sidebar left" width="500" height="909" /></p>
<p>&nbsp;</p>
<p><span style="font-size: medium;"><strong>Second file: Page-center-php</strong></span></p>
<p>Add the following code to the top of the page:</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-145" title="l7" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l7.jpg" alt="l7" /></p>
<p>Replace the whole line:</p>
<p style="padding-left: 30px;"><img class="size-full wp-image-132 alignleft" title="l1" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l1.jpg" alt="l1" /></p>
<p>&nbsp;</p>
<p>With:</p>
<div>
<p style="padding-left: 30px;"><img class="size-full wp-image-144 alignleft" title="l8" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l8.jpg" alt="l8" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Delete the line (at the bottom of the file):</p>
<div>
<p style="padding-left: 30px;"><img class="size-full wp-image-134 alignleft" title="l2" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l2.jpg" alt="l2" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Save the file. The finished file will look like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-155" title="artisteer page file center only" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/artisteer-page-file-center.jpg" alt="artisteer page file center only" width="500" height="910" /></p>
<p>&nbsp;</p>
<p><span style="font-size: medium;"><strong>Third file: Page-center-sb2.php</strong></span></p>
<p>Add the following code to the top of the page:</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-146" title="l9" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l9.jpg" alt="l9" /></p>
<p>Replace the whole line:</p>
<p style="padding-left: 30px;"><img class="size-full wp-image-132 alignleft" title="l1" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l1.jpg" alt="l1" width="584" height="20" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>With:</p>
<p style="padding-left: 30px;"><img class="size-full wp-image-147 alignleft" title="l10" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/l10.jpg" alt="l10" width="270" height="24" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Save the file. The finished file will look like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-157" title="artisteer page file sidebar right" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/artisteer-page-file-sb2.jpg" alt="artisteer page file sidebar right" width="500" height="909" /></p>
<p><span style="font-size: medium;"><br class="spacer_" /></span></p>
<p><span style="font-size: medium;"><strong> Step 5 – Create a page and apply template definition</strong></span></p>
<p>Download the theme files to your WordPress installation, and activate the theme. Go to <strong>Pages</strong>, then <strong>Add New</strong>, and click on <strong>Templates</strong> (right side). Select the template you want to apply and click on Preview to make sure you have the right template. And that’s it. Very simple, and very flexible.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-160" title="artisteer create page insert" src="http://www.buildingkillerwebsites.com/artisteer-theme-images/artisteer-insert-page2.jpg" alt="artisteer create page insert" width="500" height="500" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>I hope this tutorial has been helpful, let me know what you think. To learn more secrets, click on the link <a href="http://www.buildingkillerwebsites.com">Make a Website using WordPress</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.buildingkillerwebsites.com/how-to-create-custom-templates-using-artisteer/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>SEO for WordPress Websites</title>
		<link>http://www.buildingkillerwebsites.com/seo-for-wordpress-websites/</link>
		<comments>http://www.buildingkillerwebsites.com/seo-for-wordpress-websites/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 02:11:19 +0000</pubDate>
		<dc:creator>Ovidio DeJesus</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Templates]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.buildingkillerwebsites.com/?p=398</guid>
		<description><![CDATA[Search Engine Optimization (SEO) is vital if you want your website to be found and displayed (indexed) by the search engines. Just building a website and setting it up is not enough. In this article I will share with you some of the techniques I use to set-up SEO when building a website with WordPress. [...]]]></description>
			<content:encoded><![CDATA[<p>Search Engine Optimization (SEO) is vital if you want your website to be found and displayed (indexed) by the search engines. Just building a website and setting it up is not enough.</p>
<p>In this article I will share with you some of the techniques I use to set-up SEO when building a website with WordPress. I hope you find them helpful.<br />
 <strong><br />
 </strong></p>
<p><strong>I. Domain Name</strong></p>
<p>SEO starts with the domain name. Make sure your domain name contains keywords that you want to rank for in the search engines.</p>
<p>For example, if you create a website about dog training, make up a domain name such as DogTrainingForPuppies.com, or DogTrainingForPoodles.com, or DogTrainingSecrets.com. The trick is to use the word “Dog Training” at the front of the name, followed by some other words.<br />
 <strong><br />
 </strong></p>
<p><strong>II. Page SEO </strong></p>
<p>Every time you create a new page (or a post) on your website, make sure you do individual SEO for each page. For example, if the page has to do with dog barking, make sure you “sprinkle” the keyword around the page:</p>
<ul>
<li>The title of the page has “dog barking” somewhere in it</li>
<li>The keyword “dog barking” appears in the first paragraph of the content/article</li>
<li>The pictures on the page are named using “dog barking” as part of the name</li>
</ul>
<p><br class="spacer_" /></p>
<p><strong>III. SEO Plug-ins</strong></p>
<p>There are two great plugins available for WordPress to handle SEO on your website. Make sure to download them before you create your website:</p>
<p><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/"><strong>All-In-One SEO</strong></a></p>
<p style="padding-left: 30px;">After you install this plugin, click on “<strong>Settings</strong>”, then on “<strong>All in One SEO</strong>” to set-up the following fields:</p>
<p style="padding-left: 30px;">Click on &#8220;<strong>Enable</strong>&#8221; to enable the plugin.</p>
<p style="padding-left: 30px;"><strong>Home Title (Title Tag)</strong> – This is the title of your website Homepage (what shows on the top-left hand side of the browser). Make sure you use relevant keywords when creating your website title.</p>
<p style="padding-left: 30px;"><strong>Home Description (Meta Description Tag)</strong> – This is a brief description of your website&#8217;s Homepage. This description is displayed by the search engines when displaying your website information. Make sure to include all relevant keywords.</p>
<p style="padding-left: 30px;"><strong>Home Keywords (Meta Keywords Tag)</strong> – This is a list of all the relevant keywords for the website, separated by commas.</p>
<p style="padding-left: 30px;">Next, remove “<strong>| %blog_title%</strong>” from the next 6 “<em>title format</em>” fields. After all the changes are completed, click on  &#8220;<strong>Update Options</strong>&#8221; at the bottom of the page.</p>
<p style="padding-left: 30px;"><img class="aligncenter size-full wp-image-214" title="wordpress-website-seo-plugin" src="http://www.buildingkillerwebsites.com/building-websites-images//wordpress-website-seo-plugin.jpg" alt="wordpress-website-seo-plugin" width="400" height="407" /></p>
<p style="padding-left: 30px;"> </p>
<p style="padding-left: 30px;">When adding a new page, make sure you fill in the following fields in the <em>All in One SEO Pack</em> section:</p>
<p style="padding-left: 30px;"><strong>Title (Title Tag)</strong> – This is the title of your new webpage (what shows on the top-left hand side of the browser). Make sure you use relevant keywords.</p>
<p style="padding-left: 30px;"><strong>Description (Meta Description Tag)</strong> – This is a brief description of your new webpage. This description is displayed by the search engines when displaying your website. Make sure to include all relevant keywords.</p>
<p style="padding-left: 30px;"><strong>Keywords (Meta Keywords Tag)</strong> – This is a list of all the relevant keywords for the new webpage, separated by commas. Remember, these keywords are related to the theme of this page in particular. For example, if the page is about dog barking, make sure to include dog barking related keywords.</p>
<p style="padding-left: 30px; text-align: center;"><img class="aligncenter" title="wordpress-website-seo-pageadd" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-seo-pageadd.jpg" alt="" width="400" height="372" /></p>
<p><br class="spacer_" /></p>
<p><a href="http://wordpress.org/extend/plugins/ultimate-noindex-nofollow-tool/"><strong>Ultimate Noindex Nofollow</strong></a></p>
<p style="padding-left: 30px;">There are certain webpages and links that you do not want the search engines to index. Pages such as Contact Us, Sitemap, Privacy Policy, Terms and Conditions, etc; you want to exclude from being indexed. To do this, you need to add a “nofollow” and “noindex” tags to those links.</p>
<p style="padding-left: 30px;">Install the Ultimate Noindex Nofollow plugin. Click on “<strong>Settings</strong>”, then on “<strong>Ultimate Noindex</strong>”.</p>
<p style="padding-left: 30px;">On the “<strong>noindex</strong>” box, type the Page ID of the pages you want to add the “<strong>noindex</strong>” tag. To find the Page ID, click on “<strong>Pages</strong>”, then move the cursor over the page you want add. Look at the bottom left of your screen, and you will see the Page ID</p>
<p style="padding-left: 30px; text-align: center;"><img class="aligncenter" title="wordpress-website-page-id" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-page-id.jpg" alt="" width="400" height="331" /></p>
<p style="padding-left: 30px;"> </p>
<p style="padding-left: 30px;">The last number is the Page ID (in this example, it would be 3).</p>
<p style="padding-left: 30px;">Next, click on all the “<strong>Add noindex</strong>” boxes in this section.</p>
<p style="padding-left: 30px;">I recommend also adding the “<strong>nofollow</strong>&#8221; tag to the same pages as before. To do this, go to the “<strong>nofollow</strong>” section and add the page slugs of the pages you want to add. To find the page slug, click on “<strong>Pages</strong>”, then click on “<strong>Edit</strong>”. For each of the pages you want to include go to the top of the page and look at the Permalink path. Copy the last part of the pat, this is your slug. For example, let’s say you are editing the page Contact Us. The slug for this page will be “<strong>contact-us</strong>”. Do this for each one of the pages you want to include, and copy the slug on the “<strong>nofollow</strong>” box.</p>
<p style="padding-left: 30px;">Next, click on the boxes for Nofollow archive links, register link and login link. When all the changes are done, click on “<strong>Update Options</strong>”.</p>
<p style="padding-left: 30px; text-align: center;"><img class="aligncenter" title="wordpress-website-noindex-plugin" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-noindex-plugin.jpg" alt="" width="400" height="409" /></p>
<p style="padding-left: 30px;"> </p>
<p style="padding-left: 30px;"><strong>NOTE</strong>: If your WordPress Theme has footers, you need to add the &#8220;noindex&#8221; and &#8220;nofollow&#8221; tags manually, if necessary. This is very easy. Click on “<strong>Appearance</strong>”, then on “<strong>Footer</strong>”.</p>
<p style="padding-left: 30px;">For example, let’s say you have a link for “Contact Us”, it should look something like this:</p>
<p style="text-align: center; padding-left: 30px;"><img class="aligncenter" title="wordpress-website-seo-link1" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-seo-link1.jpg" alt="wordpress-website-seo-link1" width="491" height="22" /></p>
<p style="padding-left: 30px;">Change it by adding the code in red:</p>
<p style="text-align: center; padding-left: 30px;"><img class="aligncenter" title="wordpress-website-seo-link2" src="http://www.buildingkillerwebsites.com/building-websites-images/wordpress-website-seo-link2.jpg" alt="wordpress-website-seo-link2" width="572" height="40" /></p>
<p style="padding-left: 30px;">Make the same changes to all the other links as appropriate.</p>
<p><br class="spacer_" /></p>
<p><strong>IV. Permalinks</strong></p>
<p>Permalinks define how the path on the pages of your site will be structured. In order to have a more “website-like” pathnames (for example:  www.domainname.com/pagename), we need to set a custom permalink setting.</p>
<p>Click on “<strong>Settings</strong>” drop down menu and select “<strong>Permalinks</strong>”. Click on “<strong>Custom Structure</strong>” and type the following setting:  <strong>/%postname%/</strong></p>
<p>Click on “<strong>Save Changes</strong>”.</p>
<p><br class="spacer_" /></p>
<p><strong>V. Pictures</strong></p>
<p>If you are going to use pictures in your page, make sure you do not call them P1.jpg, P2.jpg, etc. Use related keywords to name the pictures. For example, you are adding pictures to a page dealing with dog barking. Call the pictures something like dog-barking-poodle.jpg, or dog-barking-muzzle.jpg, etc.</p>
<p>The easiest and most SEO friendly way to store your pictures is by creating a directory in the root directory of your website (this is the directory in which WordPress is installed), and call it something like “dog-training-images”.  Then set WordPress to store your images there. This will make the structure of your site look more like a website than a blog.</p>
<p>After creating the directory on your root directory, click on “<strong>Settings</strong>”, then “<strong>Miscellaneous</strong>.” Replace the pathname under “<strong>Store uploads in this folder</strong>” with the name of the directory you created (for example:  dog-training-images/), and uncheck “<strong>Organize my uploads into month- and year-based folders</strong>”.  Click on “<strong>Save Changes</strong>”. From now on, when you upload a picture it will be saved in an SEO friendly directory.</p>
<p><img class="aligncenter size-full wp-image-223" title="wordpress-website-add-pic-2" src="http://www.buildingkillerwebsites.com/building-websites-images//wordpress-website-add-pic-2.jpg" alt="wordpress-website-add-pic-2" width="400" height="123" /></p>
<p style="text-align: center;"> </p>
<p><strong>VI. Backlinks and Anchor Text</strong></p>
<p>Backlinks are very important for getting your site indexed quickly. Backlinks are links from other external websites/blogs/articles back to your site.</p>
<p>For example, let’s say you are publishing an article, and at the end you put the following sentence:</p>
<p style="text-align: center;">For more information on Dog Training your puppy, <span style="text-decoration: underline;">click here</span>.</p>
<p>In this example, you are setting “<em>click here</em>” as the link back to your website. The words you use for your link are what’s called “Anchor Text”. The anchor text will become the “title” for that link. In this example, the search engine will index the link under the title “click here”. This is not good. What you want to do is include your keywords as part of the anchor text. For example, let’s re-write the previous sentence:</p>
<p style="text-align: center;">For more information, check <span style="text-decoration: underline;">Dog Training for Puppies</span> for tips and ideas…</p>
<p>In this case the link (Anchor Text) is “<em>Dog Training for Puppies</em>”, which will give you a more powerful backlink.</p>
<p><br class="spacer_" /></p>
<p>I hope these tips and ideas have been helpful. To learn more secrets, click on the link <a href="http://www.buildingkillerwebsites.com">Make a Website using WordPress</a>.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildingkillerwebsites.com/seo-for-wordpress-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

