<?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>ajaxtime.com &#187; wordpress Themes</title>
	<atom:link href="http://www.ajaxtime.com/tag/wordpress-themes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxtime.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 13 Apr 2010 14:41:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tweet, Tweet!</title>
		<link>http://www.ajaxtime.com/tweet-tweet.html</link>
		<comments>http://www.ajaxtime.com/tweet-tweet.html#comments</comments>
		<pubDate>Tue, 13 Apr 2010 14:41:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress plugin]]></category>
		<category><![CDATA[wordpress Themes]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[WP Plugin]]></category>

		<guid isPermaLink="false">http://www.ajaxtime.com/?p=532</guid>
		<description><![CDATA[This post is about the @WordPress Twitter account, so if you don’t use Twitter, or don’t care about Twitter, then feel free to take the time you might have spent reading this post to go play outside (or an equivalent) instead.
Okay, so, Twitter! When all those apps started popping up using the Twitter API, things [...]]]></description>
			<content:encoded><![CDATA[<p>This post is about the @WordPress Twitter account, so if you don’t use Twitter, or don’t care about Twitter, then feel free to take the time you might have spent reading this post to go play outside (or an equivalent) instead.</p>
<p>Okay, so, Twitter! When all those apps started popping up using the Twitter API, things like automatically following anyone who followed you and sending an automatic Direct Message seemed like good ideas. We’re all friends, right? Wrong. That auto-follow bit us hard, and the huge amount of spam the account gets means that it’s been nearly impossible to monitor legitimate messages from WordPress users and developers who need to be pointed to a help resource. We’re sorry! Just as we needed to get the Ideas Forum under control* so that it could become a more useful resource for the community, we needed to get rid of the spam clogging our Twitter arteries. Except there was no easy way to do it.</p>
<p>We had wound up following over 50,000 people. If someone went to the @WordPress profile page on Twitter to see the stream of updates from people we followed, almost none of it had anything to do with WordPress or the community. Diet pills, Twitter scams, and multi-posted spam messages were the norm. Yuck! Who else wishes there was Akismet for Twitter? Unfortunately, there’s no easy way to clear this stuff out quickly (mass unfollows trigger their TOS alert, so it’s not surprising). I even contacted Twitter directly to see what the options might be, and it was suggested we use a script to clear the account. To be clear: Twitter flagged our account so that when the script was run they wouldn’t mark us as spammers for violating the TOS with a mass unfollow. We communicated with them beforehand, and the use of scripts to do this is not encouraged. Twitter was doing us a nice favor to help us get our house in order. Thanks, Twitter! Last night I ran the script and removed everyone. Extreme, but in good cause, right?</p>
<p>We’re now starting to re-follow real people from the WordPress community. There will be no more auto-follow. If you are a WordPress developer, designer, blogger, fan site, whatever — and think your tweets should appear in the @WordPress updates stream, then send an @ reply to us and we can add you to the new list (assuming you’re not hawking diet pills, free iPads or ways to get a million followers). This way, people who are new to WordPress and go to check us out on Twitter will (hopefully) get a sense of the vibrant community that we have. People who send @ messages to us won’t (hopefully) wonder indefinitely why they were ignored, because without all the spam, maybe we can use Twitter as it was intended to be used, as another channel of communication.</p>
<p>And for anyone who uses Qwitter and thinks @WordPress stopped loving them because of the last tweet they posted before the script ran… sorry! It wasn’t like that, we swear! It would be nice if the script could have done a bulk DM before the removal, but nope (otherwise we’d have included a message about this). So trust us, we still like you! And if you haven’t already been re-followed, please don’t take it personally… just send an @reply to @WordPress (tell us how you use WordPress!) and we’ll try to get you re-added soon. Later today (hopefully) you’ll find out what’s been keeping us so busy!</p>
<p>*Have you noticed? We cleared out thousands of old threads, added categorization, and will try to keep it to under a hundred open idea threads at a time so that they can be managed in a timely fashion. Check it out and rate some of the new ideas today!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxtime.com/tweet-tweet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic WordPress template file</title>
		<link>http://www.ajaxtime.com/basic-wordpress-template-file.html</link>
		<comments>http://www.ajaxtime.com/basic-wordpress-template-file.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 06:24:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[WordPress template]]></category>
		<category><![CDATA[wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.ajaxtime.com/?p=168</guid>
		<description><![CDATA[Basic WordPress template file and used functions . To understand the structure of wordpress .]]></description>
			<content:encoded><![CDATA[<p>
Basic WordPress template file<br />
A complete set of WordPress templates should be at least the following documents:</p>
<p>style.css: CSS (style sheet) file<br />
index.php: Home Templates<br />
archive.php: Archive / Category Templates<br />
404.php: Not Found error page template<br />
comments.php: Message / Reply Template<br />
footer.php: Footer Template<br />
header.php: Header templates<br />
sidebar.php: Sidebar template<br />
page.php: content pages (Page) templates<br />
single.php: page content (Post) template<br />
searchform.php: template search form<br />
search.php: search results template<br />
Of course, specific to a particular section of a template, might have been more than these documents, but generally speaking, these documents are necessary for each template.</p>
<p>Tag to determine the basic conditions for<br />
is_home (): whether to Home<br />
is_single (): whether the content pages (Post)<br />
is_page (): whether the content pages (Page)<br />
is_category (): whether the Category / Archive Page<br />
is_tag (): whether or not to Tag Archive pages<br />
is_date (): whether the archive page for the specified date<br />
is_year (): whether the archive page for the specified year<br />
is_month (): whether or not to designate the month archive page<br />
is_day (): whether or not for a specific day archive page<br />
is_time (): whether the archive page for a specified period of time<br />
is_archive (): whether or not to archive page<br />
is_search (): whether the search results page<br />
is_404 (): whether the &#8220;HTTP 404: Not Found&#8221; error page<br />
is_paged (): Home / Category / Archive Page is a multi-page display<br />
Header part of the PHP function used to<br />
<? php bloginfo ( 'name');?>: blog name (Title)<br />
<? php bloginfo ( 'stylesheet_url');?>: CSS file path<br />
<? php bloginfo ( 'pingback_url');?>: PingBack Url<br />
<? php bloginfo ( 'template_url');?>: template file path<br />
<? php bloginfo ( 'version');?>: WordPress version<br />
<? php bloginfo ( 'atom_url');?>: Atom Url<br />
<? php bloginfo ( 'rss2_url');?>: RSS 2.o Url<br />
<? php bloginfo ( 'url');?>: blog Url<br />
<? php bloginfo ( 'html_type');?>: the type of blog page Html<br />
<? php bloginfo ( 'charset');?>: blog page coding<br />
<? php bloginfo ( 'description');?>: blog description<br />
<? php wp_title ();?>: page-specific content (Post / Page) of the title<br />
PHP template commonly used functions and commands<br />
<? php get_header ();?>: Call Header Template<br />
<? php get_sidebar ();?>: call Sidebar template<br />
<? php get_footer ();?>: call Footer Template<br />
<? php the_content ();?>: display the contents of (Post / Page)<br />
<? php if (have_posts ()):?>: check the existence of Post / Page<br />
<? php while (have_posts ()): the_post ();?>: If there Post / Page will be displayed<br />
<? php endwhile;?>: While the end of<br />
<? php endif;?>: If the end of<br />
<? php the_time ( 'string')?>: show time, time format from &#8220;string&#8221; parameter determines the specific reference to PHP Manual<br />
<? php comments_popup_link ();?>: the body of the message link. If you use comments_popup_script (), the message will open in a new window, on the contrary, in the current window<br />
<? php the_title ();?>: page content (Post / Page) title<br />
<? php the_permalink ()?>: page content (Post / Page) Url<br />
<? php the_category ( ',')?>: page-specific content (Post / Page) owned Category<br />
<? php the_author ();?>: author<br />
<? php the_ID ();?>: page-specific content (Post / Page) ID<br />
<? php edit_post_link ();?>: If the user has to log in and have permission to show the Edit link<br />
<? php get_links_list ();?>: display the link in the Blogroll<br />
<? php comments_template ();?>: Call Message / Reply Template<br />
<? php wp_list_pages ();?>: Showing Page List<br />
<? php wp_list_categories ();?>: display the list of Categories<br />
<? php next_post_link ( '% link');?>: under an article link<br />
<? php previous_post_link ( '% link');?>: on an article link<br />
<? php get_calendar ();?>: Calendar<br />
<? php wp_get_archives ()?>: display the contents of archive<br />
<? php posts_nav_link ();?>: navigation, display a / under the link to an article<br />
<? php include (TEMPLATEPATH. '/ file name');?>: embedded in other documents, for customizable templates, or other type of document<br />
Template associated with the other function<br />
<? php _e ( 'Message');?>: output the corresponding information<br />
<? php wp_register ();?>: display the registration link<br />
<? php wp_loginout ();?>: show the logon / logoff link<br />
<!-Next page->: the content of the current page<br />
<!-More->: the content of the current cut-off in order to not be home / directory page displays the entire contents of<br />
<? php timer_stop (1);?>: page load time (seconds)<br />
<? php echo get_num_queries ();?>: page load queries</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxtime.com/basic-wordpress-template-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Themes &#8211; The Best Of The Best!</title>
		<link>http://www.ajaxtime.com/wordpress-themes-the-best-of-the-best.html</link>
		<comments>http://www.ajaxtime.com/wordpress-themes-the-best-of-the-best.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 00:57:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[free Themes]]></category>
		<category><![CDATA[free wp Themes]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress Themes]]></category>
		<category><![CDATA[wp Themes]]></category>

		<guid isPermaLink="false">http://www.ajaxtime.com/?p=39</guid>
		<description><![CDATA[Agregado is a free WordPress “lifestream” theme designed by Darren Hoyt, author of the very popular Mimbo theme. This theme is designed to have a personal feel. It aggregates your Twitter, Delicious, and Flickr account data and publishes it in one convenient place. ]]></description>
			<content:encoded><![CDATA[<div class="entry">
<p>WordPress Lifestream Theme &#8211; Agregado<a rel="nofollow" href="http://www.darrenhoyt.com/2008/09/08/agregado-lifestream-theme-for-wordpress-released/"></a></p>
<p>Agregado is a free WordPress “lifestream” theme designed by Darren Hoyt, author of the very popular Mimbo theme. This theme is designed to have a personal feel. It aggregates your Twitter, Delicious, and Flickr account data and publishes it in one convenient place. Available on the release page (linked above) is the PSD of the design.</p>
<p><img src="http://www.ajaxtime.com/wp-content/uploads/auto_save_image/2009/04/17573791S.jpg" alt="Agregado WordPress Theme Screenshot" /></div>
<div id="post-96" class="post">
<h2>Purple WordPress Theme &#8211; Purple Swirl</h2>
<div class="entry">
<p>This WordPress theme features a dark purple design. It is also 125×125 ad-ready, with 2 widgetized sidebars on the right.</p>
<p><img src="http://www.ajaxtime.com/wp-content/uploads/auto_save_image/2009/04/175737SOH.jpg" alt="Purple Swirl WordPress Theme Screenshot" /></div>
</div>
<div id="post-95" class="post">
<h2>Gorgeous WordPress Theme &#8211; Notepad Chaos</h2>
<div class="entry">
<p>This free WordPress theme, released by Smashing Magazine, has beautiful background imagery with an overall “Notepad” feel to it. It was designed by Evan Eckard.</p>
<p><img src="http://www.ajaxtime.com/wp-content/uploads/auto_save_image/2009/04/175738lCb.jpg" alt="Notepad Chaos WordPress Theme Screenshot" /></div>
</div>
<div id="post-94" class="post">
<h2>Advanced WordPress Theme &#8211; Miniml</h2>
<div class="entry">
<p>This WordPress theme has a custom homepage layout which you can configure to display posts from as many categories as you choose. Features of the theme include support for the FlickrRSS plugin and 4 widget-ready sidebars, among many others. Best of all, this theme is available for free download.</p>
<p><img src="http://www.ajaxtime.com/wp-content/uploads/auto_save_image/2009/04/175738RcR.jpg" alt="Miniml WordPress Theme Screenshot" /></div>
</div>
<div id="post-93" class="post">
<h2>Fresh WordPress Theme &#8211; Fervens</h2>
<p> </p>
<p><strong><a title="Fervens WordPress Theme" rel="nofollow" href="http://designdisease.com/blog/fervens-theme/"></a></strong></p>
<p>This WordPress theme is just released by Smashing Magazine and Design Disease. Three different versions are available, each with a different sidebar position. </p>
<p><img src="http://www.ajaxtime.com/wp-content/uploads/auto_save_image/2009/04/175738HOT.jpg" alt="Fervens WordPress Theme Screenshot" /></div>
<div id="post-92" class="post">
<h2>Simple WordPress Theme &#8211; SimpleWP</h2>
<div class="entry">
<p>This is a simple free WordPress theme with lots of room for customization.</p>
<p><img src="http://www.ajaxtime.com/wp-content/uploads/auto_save_image/2009/04/175738yyN.jpg" alt="SimpleWP WordPress Theme Screenshot" /></div>
</div>
<div id="post-91" class="post">
<h2>Cool WordPress Theme &#8211; Elegance</h2>
<p> </p>
<p><strong><a title="Elegance WordPress  Theme" rel="nofollow" href="http://www.powertheme.com/themes/elegance/"></a></strong></p>
<p>This free WordPress theme has a very cool Javascript text loader in the header. It’s a nice looking two column theme with the sidebar on the right. Comes with PSD source file to edit the theme to your liking. </p>
<p><img src="http://www.ajaxtime.com/wp-content/uploads/auto_save_image/2009/04/175738dxw.jpg" alt="Elegance WordPress Theme Screenshot" /></div>
<div id="post-90" class="post">
<h2>RS10 &#8211; Free WordPress Theme</h2>
<p> </p>
<p><strong><a title="RS10 WordPress Theme" rel="nofollow" href="http://www.themelab.com/2008/06/10/rs10-free-wordpress-theme/"></a></strong></p>
<p>This free WordPress theme has a custom homepage template with a config file to control how many posts are displayed. Uses custom fields to display custom thumbnail images on the homepage. </p>
<div class="entry">
<p><img src="http://www.ajaxtime.com/wp-content/uploads/auto_save_image/2009/04/175738xfX.jpg" alt="RS10 WordPress Theme Screenshot" /></div>
</div>
<div id="post-89" class="post">
<h2>Thematic &#8211; WordPress Theme Framework</h2>
<p><strong><a rel="nofollow" href="http://themeshaper.com/thematic-for-wordpress/"></a></strong></p>
<p>A WordPress theme framework. This free WordPress theme is an ideal starting point for WordPress development projects. It has support for many popular WordPress plugins and many other interesting features, including an extensive backend.</p>
<div class="entry">
<p><img src="http://www.ajaxtime.com/wp-content/uploads/auto_save_image/2009/04/175739JbA.jpg" alt="Thematic WordPress Theme Screenshot" /></p>
<p><a title="Comment on Thematic - WordPress Theme Framework" rel="nofollow" href="http://www.wpthemespot.com/2008/07/05/thematic-wordpress-theme-framework/#comments"></a></div>
</div>
<div id="post-88" class="post">
<h2>One Column WordPress Theme &#8211; Motion</h2>
<p><strong><a title="Motion WordPress Theme" rel="nofollow" href="http://www.themelab.com/2008/06/23/motion-free-wordpress-theme/"></a></strong></p>
<p>This free WordPress theme has only one column. Just one index template is used, with a Simple Accordion script.</p>
<div class="entry">
<p><img src="http://www.ajaxtime.com/wp-content/uploads/auto_save_image/2009/04/175739tY1.jpg" alt="Motion WordPress Theme Screenshot" /></p>
<p><a rel="nofollow" href="http://demo.themelab.com/index.php?wptheme=Motion">Demo</a> | <a title="Motion WordPress Theme" rel="nofollow" href="http://www.themelab.com/2008/06/23/motion-free-wordpress-theme/">Download / More Info</a></p>
<p> </p>
<p> </p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxtime.com/wordpress-themes-the-best-of-the-best.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
