<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Dathemes Blog</title>
	
	<link>http://www.dathemes.com/index_w.php</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 21 Nov 2009 08:48:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DathemesBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="dathemesblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How to make a Slideshow Gallery in WordPress</title>
		<link>http://www.dathemes.com/index_w.php/121/</link>
		<comments>http://www.dathemes.com/index_w.php/121/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 21:44:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.dathemes.com/index_w.php/121/</guid>
		<description><![CDATA[How to make a Slideshow Gallery in WordPress Incorporating a slideshow gallery in wordpress can bring you positive attention and drive more traffic to your site. By following the directions in this article, you will have the slideshow gallery functioning nicely on your site within a short amount of time. So Let&#8217;s Get Started! To [...]]]></description>
			<content:encoded><![CDATA[<div id="article_1" style="border: 0px solid #000000; padding: 10px; width: 100%; text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-145 aligncenter" title="idea1" src="http://www.dathemes.com/wp-content/uploads/2009/11/idea1.jpg" alt="idea1" width="500" height="336" /></p>
<p style="text-align: left;"><strong>How to make a Slideshow Gallery in WordPress</strong></p>
<p style="text-align: left;">Incorporating a slideshow gallery in wordpress can bring you positive attention and drive more traffic to your site. By following the directions in this article, you will have the slideshow gallery functioning nicely on your site within a short amount of time.</p>
<p style="text-align: left;"><strong>So Let&#8217;s Get Started!</strong></p>
<p style="text-align: left;">To get started you will need to acquire the necessary tools. This will require you to download SmoothGallery 2.0.  Once this is complete you can move on to the next step in the process of making your site the best in your market.</p>
<p style="text-align: left;"><strong>Step One:  Time to move the files!</strong></p>
<p style="text-align: left;">You need to get your files in the right place to incorporate them into the slide show. You first need to unzip them from the smoothgallery archive. Once you have them unzipped you should take the css directory and copy it to wp-content/themes/your_theme_name. You will also need to save a copy of the scripts directory to wp-content/themes/your_theme_name.</p>
<p style="text-align: left;">As soon as you have completed these steps you will be ready to move on to the next step.  You will have installed and moved the files you are ready to incorporate the SmoothGallery in the design of your blog.</p>
<p style="text-align: left;"><strong>Step Two: Move the references to the files to your Header</strong></p>
<p style="text-align: left;">The next step requires some coding. These lines should be added to your header file at wp-content/themes/your_theme_name/header.php.  Below is the code that is necessary to do this.</p>
<div id="article_1" style="border: 1px solid #000000; overflow: scroll; width: 99%; height: 150px; background-color: #ffffff; font-size: 85%; text-align: left;">&lt;!&#8211;Css SmoothGallery&#8211;&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/css/jd.gallery.css&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221;/&gt;<br />
&lt;!&#8211;JS Mootools&#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/scripts/mootools.v1.11.js&#8221;&gt;&lt;/script&gt;<br />
&lt;!&#8211;JS SmoothGallery&#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/scripts/jd.gallery.js&#8221;&gt;&lt;/script&gt;</div>
<p style="text-align: left;">As soon as this second step is completed you will have a fully functional SmoothGallery to use on your blog.  Your theme will look great in this form and you are almost there; soon you&#8217;ll realize how great it will be.</p>
<p style="text-align: left;"><strong>Step Three: Set up the file gallery.php (this will be in your theme        directory). </strong></p>
<p style="text-align: left;">This step will generate the html code that handles the display of images in your gallery. You should pay attention to the structure of the elements in smoothgallery.</p>
<div id="article_1" style="border: 1px solid #000000; overflow: scroll; width: 99%; height: 180px; background-color: #ffffff; font-size: 85%; text-align: left;">&lt;div&gt;<br />
&lt;h3&gt;Item Title&lt;/h3&gt;<br />
&lt;p&gt;Item Description&lt;/p&gt;<br />
&lt;a href=&#8221;Link to Item &#8221; title=&#8221;open image&#8221;&gt;&lt;/a&gt;<br />
&lt;img src=&#8221;Image of item&#8221; alt=&#8221;Item Title&#8221; /&gt;<br />
&lt;img src=&#8221;Thumbmail of item&#8221; alt=&#8221;thumbnail of Item Title&#8221; /&gt;<br />
&lt;/div&gt;</div>
<p style="text-align: left;">There are two parts to the gallery.php file.  They are the SmoothGallery Script (JS) initialization and the gallery html/php codes that are created.</p>
<p style="text-align: left;">To initialize the SmoothGallery use the code below:</p>
<div id="article_1" style="border: 1px solid #000000; overflow: scroll; width: 99%; height: 380px; background-color: #ffffff; font-size: 85%; text-align: left;">
<p>&lt;!&#8211; Initialization of SmoothGallery&#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
function startGallery() {<br />
var myGallery = new gallery($(&#8216;myGallery&#8217;),<br />
{timed: true});}<br />
window.addEvent(&#8216;domready&#8217;,startGallery);<br />
&lt;/script&gt;<br />
&lt;!&#8211; Creation of the html for the gallery &#8211;&gt;<br />
&lt;div&gt;<br />
&lt;div id=&#8221;myGallery&#8221;&gt;<br />
&lt;!&#8211;<br />
Get the 5 lasts posts of category which ID is 3<br />
(to show the recent post use query_posts(&#8216;showposts=5&#8242;);)<br />
&#8211;&gt;<br />
&lt;?php query_posts(&#8216;showposts=5&amp;cat=3&#8242;);?&gt;<br />
&lt;?php while (have_posts()) : the_post(); ?&gt;<br />
&lt;!&#8211;get the custom fields gallery_image<br />
(fields which contains the link to the image to show in the gallery)<br />
&#8211;&gt;<br />
&lt;?php $values = get_post_custom_values(&#8220;gallery_image&#8221;);?&gt;<br />
&lt;!&#8211; Verify if you set the custom field gallery_image for the post &#8211;&gt;<br />
&lt;?php if(isset($values[0]))<br />
{?&gt;<br />
&lt;!&#8211;define a gallery element&#8211;&gt;<br />
&lt;div&gt;<br />
&lt;!&#8211;post&#8217;s title to show for this element&#8211;&gt;<br />
&lt;h3&gt;&lt;?php the_title(); ?&gt;&lt;/h3&gt;<br />
&lt;!&#8211;post&#8217;s excerpt to show for this element&#8211;&gt;<br />
&lt;?php the_excerpt(); ?&gt;<br />
&lt;!&#8211;Link to the full post&#8211;&gt;<br />
&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; title=&#8221;Read more&#8221;&gt;&lt;/a&gt;<br />
&lt;!&#8211; Define the image for the gallery &#8211;&gt;<br />
&lt;img src=&#8221;&lt;?php echo $values[0]; ?&gt;&#8221; alt=&#8221;&lt;?php the_title(); ?&gt;&#8221;/&gt;<br />
&lt;!&#8211; Define the thumbnail for the gallery &#8211;&gt;<br />
&lt;img src=&#8221;&lt;?php echo $values[0]; ?&gt;&#8221; alt=&#8221;&lt;?php the_title(); ?&gt;&#8221;/&gt;<br />
&lt;/div&gt;<br />
&lt;?php }?&gt;<br />
&lt;?php endwhile; ?&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;</p></div>
<p style="text-align: left;"><strong>Step Four:  Incorporate the gallery into your theme.</strong></p>
<p style="text-align: left;">Using Mimbo really makes this step in the process a simple task. All you need to do is replace any code that is found between each of these code lines:</p>
<div id="article_1" style="border: 1px solid #000000; overflow: scroll; width: 99%; height: 80px; background-color: #ffffff; font-size: 85%; text-align: left;">
<p>&lt;div id=&#8221;lead&#8221;&gt;<br />
&lt;/div&gt;&lt;!&#8211;END FEATURE&#8211;&gt;</p></div>
<p style="text-align: left;">And use:</p>
<div id="article_1" style="border: 1px solid #000000; overflow: scroll; width: 99%; height: 80px; background-color: #ffffff; font-size: 85%; text-align: left;">&lt;?php include (&#8216;gallery.php&#8217;); ?&gt;</div>
<p style="text-align: left;">After you have completed this step your gallery should be up and ready to be displayed, assuming that you have completed all of the steps listed above.</p>
<p style="text-align: left;">Using another theme is not a problem at all as you can include it anywhere that you want to.</p>
<p style="text-align: left;"><strong>Optional step:  Make customizations to your Gallery</strong></p>
<p style="text-align: left;">After you have completed the steps above and your gallery is ready to use, you may want to make some changes to its appearance.  You can change the width and height of your gallery easily by first opening wp-content/themes/your_theme_name/css/jd.gallery.css.</p>
<p style="text-align: left;">Follow these directions and find yourself with the best looking blog around.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dathemes.com/index_w.php/121/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dacorporate WordPress Theme</title>
		<link>http://www.dathemes.com/index_w.php/dacorporate-wordpress-theme/</link>
		<comments>http://www.dathemes.com/index_w.php/dacorporate-wordpress-theme/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 18:54:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dathemes.com/index_w.php/?p=110</guid>
		<description><![CDATA[Dacorporate WordPress Theme Review With all the free and paid WordPress themes on the internet today there&#8217;s no telling just what you&#8217;ll get in the next theme that you download. However, there are some characteristics that every great WordPress theme should carry, and if you&#8217;re looking to create an attractive website that has a corporate theme [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-111  aligncenter" title="dacorporate" src="http://www.dathemes.com/wp-content/uploads/2009/11/dacorporate.jpg" alt="dacorporate" width="400" height="220" /><br />
<strong> </strong></p>
<p style="text-align: left;"><strong>Dacorporate WordPress Theme Review</strong></p>
<p>With all the free and paid WordPress themes on the internet today there&#8217;s no telling just what you&#8217;ll get in the next theme that you download. However, there are some characteristics that every great WordPress theme should carry, and if you&#8217;re looking to create an attractive website that has a corporate theme and style for your business then you should be on the lookout for great themes. One such Corporate theme has just been released from Dathemes; it&#8217;s titled DaCorporate of all names, but it has some great features that are definitely superior to most other corporate and business styled WordPress themes.</p>
<p><strong>Theme Appearance</strong></p>
<p>One of the reasons that DaCorporate does a good job at looking professional is because of the whole general appearance. DaCorporate&#8217;s WordPress template is a 2-column, fixed with template with threaded comments. The appearance of the site is clean, smooth, and professional. If you are looking to get this WordPress Corporate theme for your business website, you&#8217;ll be able to place your logo conveniently at the top of the theme and the professional menu bar at the top is where the navigation for your website will take place.</p>
<p>This Corporate theme also has three elegant color schemes that are very pleasing to the visual senses. There is a red, green, or blue theme that you can choose for your business website, and all of these colors have been created to give a sleek and professional appearance. Instead of being difficult to look at or &#8220;busy,&#8221; this Dathemes template definitely has an edge over other WordPress sites that try to mimic a Corporate theme.</p>
<p><strong>Content Slides</strong></p>
<p>One of the other advantages of having this Corporate theme by Dathemes is the content sliding style that the authors created. Your business website will open by having your first page content slide up from the bottom of your browser in a smooth fashion. This is an important feature that will attract a lot of visitors that enter your business site.</p>
<p><strong>Functionality and Admin Panel</strong></p>
<p>The administrator panel for the DaCorporate theme is also one of the very best as far as WordPress themes go. From the appearance menu in the admin control panel when you log-in to your WordPress back end there will be a separate menu called &#8220;daCorporate options,&#8221; which is where you&#8217;ll be able to do all the customizations to this theme that you want.</p>
<p>The options for customizing your template go far beyond many other free or paid WordPress themes as well. In the options section you can easily add your Google Analytics tracking code for traffic, you have drop-down menus for the blog and services pages for easy customization, and there is a wide range of other options as well. For example, you can choose your own background, set the background opacity, and even upload your own logo by providing the full path on your hosting server.</p>
<p>All things considered, this is a great corporate theme to display for your business website. The DaCorporate theme by Dathemes has great functionality in the admin control panel; it gives a sleek looking appearance, and should be great for convincing visitors stay on your website to look around at what you have to offer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dathemes.com/index_w.php/dacorporate-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Great Free WordPress Theme</title>
		<link>http://www.dathemes.com/index_w.php/dathemes-com-presents-a-great-free-wordpress-theme/</link>
		<comments>http://www.dathemes.com/index_w.php/dathemes-com-presents-a-great-free-wordpress-theme/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 22:01:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dathemes.com/index_w.php/?p=90</guid>
		<description><![CDATA[Dathemes.com has released an amazing new and completely free WordPress theme that anybody can quickly try and install. The theme is calle the Galleria WordPress Theme, and it&#8217;s a visually stunning template that&#8217;s perfect for sharing photographs and artwork. In no time at all you&#8217;ll have a beautiful, handcrafted WordPress theme for your blog or [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-91 aligncenter" style="margin-top: 2px; margin-bottom: 2px;" title="galleria" src="http://www.dathemes.com/wp-content/uploads/2009/09/galleria.png" alt="galleria" width="400" height="220" /></p>
<p>Dathemes.com has released an amazing new and completely free WordPress theme that anybody can quickly try and install. The theme is calle the Galleria WordPress Theme, and it&#8217;s a visually stunning template that&#8217;s perfect for sharing photographs and artwork. In no time at all you&#8217;ll have a beautiful, handcrafted WordPress theme for your blog or website that will help you stand apart from the crowd and provide a better experience for your visitors.</p>
<p>The Galleria free WordPress theme is as mentioned, a fantastic platform for sharing photographs, slideshows, artwork and anything else. Thumbnails at the bottom of each page allow a user to easily click on an image and then turn that image into the large, featured image at the top of the page. The theme provides a very aesthetically pleasing appearance, that&#8217;s also very interactive and fun for the user. It utilizes an advanced javascript design that offers a wonderful layout for your blog or website.</p>
<p>The slideshow on the bottom doesn&#8217;t have to be used solely for sharing photographs or artwork though however. It actually offers the thumbnail images from your latest blog posts, allowing visitors to easily click on an image and pull up your post without needing to navigate around a complex system.</p>
<p>So it&#8217;s a great way to highlight all of your recent posts and information, and people can easily navigate from one post to the next without ever getting confused. You&#8217;ll be able to drive up visitor engagement and activity quite easily with this free WordPress theme.</p>
<p>The Galleria WordPress Theme is completely free, so you can quickly visit www.dathemes.com to download it with no obligation. Then, if you&#8217;re happy with the theme for just $59.95 you can get access to all of their premium designed themes.</p>
<p>There are many other excellent themes, each with their own specific strengths and design qualities that you&#8217;ll be able to choose from. This means your blog will never get stale and even if you run several different websites you&#8217;ll have something that matches all of them. They are each integrated with many different online services and functions, meaning you&#8217;ll make the most out of your blog or site without needing to spend a ton of time integrating various features and tools.</p>
<p>Additionally, DaThemes.com has a fantastic affiliate program that pays you 50% of every sale. Therefore you can link back to the site from your blog and everyone that sees how amazing your layout is will go and check them out. It&#8217;s an easy way to generate some more money for yourself without having to do much work at all.</p>
<p>If you have been searching the web for high quality, free WordPress themes, then be sure to check out the Galleria WordPress Theme. Unlike many other free options it&#8217;s highly detailed and is wonderful to look at and to use. It can improve your site instantly, and there are many other themes from www.dathemes.com which you can then use for your websites and blogs as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dathemes.com/index_w.php/dathemes-com-presents-a-great-free-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Showcase WordPress Theme</title>
		<link>http://www.dathemes.com/index_w.php/showcase-wordpress-theme-from-dathemes-com/</link>
		<comments>http://www.dathemes.com/index_w.php/showcase-wordpress-theme-from-dathemes-com/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 21:50:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News on Dathemes]]></category>

		<guid isPermaLink="false">http://www.dathemes.com/index_w.php/?p=83</guid>
		<description><![CDATA[If you use WordPress for your blog or your website then you are surely constantly searching for the perfect WordPress Theme. The problem is that many of them are extremely overpriced, and the affordable ones aren&#8217;t usually that good. Additionally, the best ones have been copied and are used by thousands upon thousands of people, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-87" title="showcase" src="http://www.dathemes.com/wp-content/uploads/2009/09/showcase.png" alt="showcase" width="400" height="220" /><br />
If you use WordPress for your blog or your website then you are surely constantly searching for the perfect WordPress Theme. The problem is that many of them are extremely overpriced, and the affordable ones aren&#8217;t usually that good. Additionally, the best ones have been copied and are used by thousands upon thousands of people, which means your website will never stick out from your competition.</p>
<p>The solution is the fantastic new theme from www.dathemes.com called the Showcase WordPress Theme. Showcase is a beautifully designed theme which features an easy to use navigation. You&#8217;ll be able to make use of many different pictures and segments on your home page at once, allowing you to show off your latest posts or your newest features.</p>
<p>It&#8217;s a great looking design and it allows you to make the most of your space. Visitors will love how easy it is on the eyes, and how quickly they can find what they are looking for. You&#8217;ll love how simple it is to get set up and how great your blog ends up looking.</p>
<p>As mentioned, Showcase is extremely easy to use. When you install the theme you&#8217;ll automatically get a Showcase Theme Settings option in your WordPress panel. From here, you&#8217;ll be able to instantly make a number of changes and integrations that allows you to customize your blog and maximize what it offers.</p>
<p>For example, a great and unique feature is that you can integrate your website with your Twitter account. All you have to do is enter your Twitter name, and you can display however many of your latest Tweets right on the sidebar of your page. It&#8217;s a great way to drive up user engagement and to promote yourself across different channels.</p>
<p>Additionally, instead of worrying about having to install and manage your tracking code, you can just place your Google Analytics code directly into the options manager, and it will be integrated with every page. This way you won&#8217;t lose track of any of your important visitor statistics.</p>
<p>From the user panel you can quickly change which pages and posts get featured and highlighted on the homepage, as well as how many comments and posts you want displayed at the bottom. All of the features allow you to customize your website exactly as you want.</p>
<p>The Showcase WordPress Theme only costs $59.99. But really, it costs much less than that because you get access to all of DaTheme&#8217;s WordPress Themes for the same low cost. So really you are getting a handful of beautiful, unique themes for one low cost that most other providers simply can&#8217;t match.</p>
<p>If you&#8217;re looking for a great new WordPress theme for your site or your blog then you should check out the Showcase Theme. It&#8217;s unique and eye catching, so people will remember you and love visiting your site. Additionally, it&#8217;s extremely easy and intuitive to setup, making it a hassle free experience no matter how skilled you are in the world of website design and operation. The Showcase Theme is affordable and is one of the best premier themes on the Internet today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dathemes.com/index_w.php/showcase-wordpress-theme-from-dathemes-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to our blog!</title>
		<link>http://www.dathemes.com/index_w.php/hello-world/</link>
		<comments>http://www.dathemes.com/index_w.php/hello-world/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 20:28:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News on Dathemes]]></category>

		<guid isPermaLink="false">http://www.dathemes.com/?p=1</guid>
		<description><![CDATA[We are proud to announce our blog. Welcome to the Web Development Tools team blog! Recently we decided to create a team blog to ensure regular content to you from more of our team members. Dathemes will review the themes and publish the news about events on our site. Please contact us if you have [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7" title="blog1" src="http://www.dathemes.com/wp-content/uploads/2009/09/blog1.png" alt="blog1" width="150" height="113" />We are proud to announce our blog.<br />
Welcome to the Web Development Tools team blog!<span> </span>Recently we decided to create a team blog to ensure regular content to you from more of our team members.</p>
<p>Dathemes will review the themes and publish the news about events on our site.</p>
<p>Please contact us if you have any questions or suggestions.</p>
<p>Also we are available on Twitter: @ dathemes</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dathemes.com/index_w.php/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
