<?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>Web Marketing Tools &#187; Wordpress Themes</title>
	<atom:link href="http://www.webmarketingtools.org/category/wordpress-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmarketingtools.org</link>
	<description>Internet Marketing Tools&#124;Strategies&#124;Guides&#124;Course Reviews&#124;And Tips</description>
	<lastBuildDate>Mon, 13 Sep 2010 04:27:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>&#8220;Arthemia&#8221; Theme Help</title>
		<link>http://www.webmarketingtools.org/wordpress-themes/622/</link>
		<comments>http://www.webmarketingtools.org/wordpress-themes/622/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 19:44:13 +0000</pubDate>
		<dc:creator>acemarketer</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[arthemia google adsense]]></category>
		<category><![CDATA[Arthemia logo dimensions]]></category>

		<guid isPermaLink="false">http://www.webmarketingtools.org/wordpress-themes/622/</guid>
		<description><![CDATA[It is available for free and is one of the best magazine style templates out there. With this theme the homepage is no longer a long list of post after post. But the magazine template gives your site a unique look and feel which sets the site apart from its competition. However as with any&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://colorlabsproject.com/member/go.php?r=3323&amp;i=b0"><img alt="Colorlabs Project - Premium WordPress Themes for You" border="0" height="125" src="http://colorlabsproject.com/wp-content/uploads/marketing/arthemia-premium-125.jpg" width="125" /></a></p>
<p>It is available for free and is one of the best magazine style templates out there. With this theme the homepage is no longer a long list of post after post. But the magazine template gives your site a unique look and feel which sets the site apart from its competition. However as with any magazine theme, Arthemia can be a bit difficult to setup mostly due to the number of features and options built in to it. Here is a quick and dirty list of things to do when installing Arthemia for your own blog.</p>
<h4>Installing Arthemia</h4>
<p>Installing this theme is no different than any other theme in the WordPress directory. Visit the theme page and download it to your computer. Unzip the file. Then upload the files to <strong>/wp-content/themes</strong> directory on your webserver. Once the upload is complete go to <strong>Appearance &ndash; Themes</strong> and <em>Activate </em>the Arthemia theme.</p>
<h4>Arthemia Logo</h4>
<p>The Arthemia logo is located in your WordPress installation directory under <em>themes/arthemia/images/logo.png</em> Ideally the the logo should be about 400px wide and 100px high. This will give you enough room for the 468&times;60 ad block to the right of the logo. I have had no problems with a logo that is 468&times;99px. For easiest installation name your logo image as <strong>logo.png</strong> and upload it in the same directory. When asked to confirm just overwrite the default image. If you are using a different logo size then go to WordPress dashboard &ndash; Appearance &ndash; Editor and edit <strong>Header (header.php)</strong> Look for the following line and delete <em>width=&rdquo;177px&rdquo; height=&rdquo;39px&rdquo;</em>.</p>
<blockquote>
<p>/wp-content/themes/arthemia/images/logo.png&rdquo; width=&rdquo;177px&rdquo; height=&rdquo;39px&rdquo; alt=&rdquo;&quot;</p>
</blockquote>
<h4>Categories</h4>
<p>The first thing you need to do after activating the theme is go to Posts &ndash; Categories and create 2 new categories called <em>Headline</em> and <em>Featured</em>. These will be used for the placing posts on the Headline and Featured sections on top of the home page. Headline is the top left large rectangular block. The featured section has a set of 3 or 4 posts and their thumbnails on the top right side of the home page.</p>
<h4>Custom Image Field</h4>
<p>One of the features of Arthemia is the auto-thumbnail and resizer function that puts an associated image next to the post. This image is then associated to the post on the blog home page, category pages, tag pages and archives. This is done by creating a custom field called <em>Image</em> and the value should be <em>wp-content/uploads/2008/04/pool.jpg</em> <strong>or</strong> <em>wp-content/uploads/image.jpg</em> unless of course you have the image upload specified to a different directory.</p>
<h4>Categories Bar On Homepage</h4>
<p>To specify the categories in the bar on the homepage right below the Headline section you have to do a small code modification. Go to <em>Appearance &ndash; Editor</em> in WordPress dashboard and click the <strong>Main Index Template (index.php)</strong>. Then find the below line and change the numbers with the category id&rsquo;s that you want to display. You can easily find the category id&rsquo;s by going to the blog dashboard &ndash; Posts &ndash; Categories and clicking the category name. Then look at your address bar and it will have the ID listed as <strong>&amp;cat_ID=7</strong>.</p>
<blockquote>
<p>php $display_categories = array(3,4,5,8,9); $i = 1;</p>
</blockquote>
<h4>List Of Posts On Homepage</h4>
<p>In most cases you would like to list the latest posts on the home page. If for some reason you would like to block posts in certain categories from displaying then you can specify them in the code. On Main Index Template (index.php) locate the following line and specify the category id&rsquo;s you would like to block. In the below example the posts in category 27 &amp; 28 are blocked from displaying. In the same line you also have the ability to limit the number of posts displayed per page.</p>
<blockquote>
<p>query_posts(&ldquo;cat=-27,-28&amp;paged=$page&amp;posts_per_page=5&Prime;);</p>
</blockquote>
<h4>Sidebar Ad Block 300&times;250</h4>
<p>Go to Sidebar (sidebar.php) and locate this line and replace it with your ad code.</p>
<blockquote>
<p>&lt; img src=&quot;&lt; ? php echo get_option(&#39;home&#39;); ?&gt;/wp-content/themes/arthemia/images/banners/square.jpg&rdquo; alt=&rdquo;&quot; width=&rdquo;300px&rdquo; height=&rdquo;250px&rdquo; /&gt;</p>
</blockquote>
<h4>Header Ad Block 468&times;60</h4>
<p>Go to Header (header.php) and locate this line and replace it with your ad code.</p>
<blockquote>
<p>&lt; img src=&quot;&lt; ? php echo get_option(&#39;home&#39;); ?&gt;/wp-content/themes/arthemia/images/banners/wide.jpg&rdquo; alt=&rdquo;&quot; width=&rdquo;468px&rdquo; height=&rdquo;60px&rdquo; /&gt;</p>
</blockquote>
<h4>Header Links</h4>
<p>Go to Header (header.php) and locate this line and add links to sites in between <strong>li </strong>tags. You can add them before or after the <strong>wp_list_pages</strong> function. That line basically adds a menu item for every page created on your site. Sub-pages are created and added to the menu items as drop-down links when you hover over the parent page.</p>
<blockquote>
<p>&lt; li &gt; &lt; a href = &quot; &lt; ? php echo get_option(&#39;home&#39;); ? &gt;/&rdquo;&gt;Home&lt; /li &gt;<br />
		&lt; ? php wp_list_pages(&#39;sort_column=menu_order&amp;title_li=&#39;); ? &gt;</p>
</blockquote>
<p>
	&nbsp;</p>
<p style="text-align: center;"><a href="http://colorlabsproject.com/member/go.php?r=3323&amp;i=b2"><img alt="Colorlabs Project - Premium WordPress Themes for You" border="0" height="125" src="http://colorlabsproject.com/wp-content/uploads/marketing/arthemia-premium-200.jpg" width="200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmarketingtools.org/wordpress-themes/622/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Display&#8221;&quot; Theme For WordPress</title>
		<link>http://www.webmarketingtools.org/wordpress-themes/display-theme-for-wordpress/</link>
		<comments>http://www.webmarketingtools.org/wordpress-themes/display-theme-for-wordpress/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 18:20:58 +0000</pubDate>
		<dc:creator>acemarketer</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Display theme for wordpress]]></category>

		<guid isPermaLink="false">http://www.webmarketingtools.org/?p=613</guid>
		<description><![CDATA[A really cool 2-column WordPress theme I came across: &#34;Display&#34; Theme for WordPress It is best suited for Business and Portfolio sites. It comes with a 3D Image slideshow that can be controlled from the backend in your WordPress Dashboard with a custom tool. The Theme has a huge WordPress custom backend (with 8 additional&#8230;]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">A really cool 2-column WordPress theme I came across:<br />
	</span></span></p>
<p style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;"><a href="http://themeforest.net/item/display-3-in-1-business-portfolio-wordpress-/74542?ref=ustaani">&quot;Display&quot; Theme for WordPress<br />
	</a></span></span></p>
<p style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">It is best suited for Business and Portfolio sites. It comes with a 3D Image slideshow that can be controlled from the backend in your WordPress Dashboard with a custom tool. The Theme has a <strong>huge WordPress custom backend</strong> (with 8 additional Admin Pages) that make customization of the Theme easy for those who do not know much about coding or WordPress. </span></span></p>
<p style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">It comes with <strong>3 extra skins</strong> to choose from:<br />
	</span></span></p>
<ul>
<li style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">Light,<br />
		</span></span></li>
<li style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">Dark,<br />
		</span></span></li>
<li style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">Minimal<br />
		</span></span></li>
</ul>
<p style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">File Types that are included:<br />
	</span></span></p>
<p style="text-align: justify;"><img alt="CSS Files" src="http://themeforest.net/images/common/file_type_icons/css.png?1270699999" title="CSS Files" /> <img alt="HTML Files" src="http://themeforest.net/images/common/file_type_icons/html.png?1270699999" title="HTML Files" /> <img alt="JPG Image" src="http://themeforest.net/images/common/file_type_icons/jpg.png?1270699999" title="JPG Image" /> <img alt="JS Files" src="http://themeforest.net/images/common/file_type_icons/js.png?1270699999" title="JS Files" /> <img alt="Layered PSD" src="http://themeforest.net/images/common/file_type_icons/psd.png?1270699999" title="Layered PSD" /> <img alt="PHP Files" src="http://themeforest.net/images/common/file_type_icons/php.png?1270699999" title="PHP Files" /></p>
<p style="text-align: justify;"><span style="font-size: 14px;"><strong><span style="font-family: verdana,geneva,sans-serif;">Compatible with:<br />
	</span></strong></span></p>
<ul>
<li style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">Firefox 2 &amp; 3<br />
		</span></span></li>
<li style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">IE 6, IE 7, IE 8,<br />
		</span></span></li>
<li style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">Opera,<br />
		</span></span></li>
<li style="text-align: justify;"><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;">Safari<br />
		</span></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webmarketingtools.org/wordpress-themes/display-theme-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mystique Theme</title>
		<link>http://www.webmarketingtools.org/wordpress-themes/mystique-theme/</link>
		<comments>http://www.webmarketingtools.org/wordpress-themes/mystique-theme/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 17:00:58 +0000</pubDate>
		<dc:creator>acemarketer</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Free Wordpress Themes]]></category>
		<category><![CDATA[Mystique Thme for wordpress]]></category>
		<category><![CDATA[User friendly WP themes]]></category>
		<category><![CDATA[Wordpress Themes For IM]]></category>

		<guid isPermaLink="false">http://www.webmarketingtools.org/?p=323</guid>
		<description><![CDATA[Mystique is a free Wordpress theme that tries to upend the commercial templates in terms of design and functionality. It frankly does achieve it at many levels.]]></description>
			<content:encoded><![CDATA[<h3><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;"><em>Mystique</em> is a free WordPress <em>theme</em> that attempts to top commercial templates in terms of design and functionality. Some of its features include 4 <em>theme</em> theme widgets, page templates for different layout styles and a advanced interface for the theme settings&hellip;</span></span></h3>
<p><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;"><a href="http://digitalnature.ro/projects/mystique/">Mystique Theme for WordPress<br />
	</a></span></span></p>
<p><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;"><br />
	Get it now. it is free and so easy to use.<br />
	</span></span></p>
<p><strong><span style="font-size: 12px;"><span style="font-family: verdana,geneva,sans-serif;"><br />
	This website is based on it. If you want to learn how to tweak it just add a comment at the end of the post.<br />
	</span></span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmarketingtools.org/wordpress-themes/mystique-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
