<?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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Xtreme Theme</title>
	
	<link>http://xtreme-theme.com</link>
	<description>Professional WordPress Themes</description>
	<lastBuildDate>Tue, 15 May 2012 07:18:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/xtreme-theme-en" /><feedburner:info uri="xtreme-theme-en" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>xtreme-theme-en</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Xtreme One Framework / Compatibility- and Bugfixrelease 1.5.2</title>
		<link>http://feedproxy.google.com/~r/xtreme-theme-en/~3/89MbWVic9jc/</link>
		<comments>http://xtreme-theme.com/2012/05/xtreme-one-framework-compatibility-and-bugfixrelease-1-5-2/#comments</comments>
		<pubDate>Tue, 15 May 2012 07:18:06 +0000</pubDate>
		<dc:creator>Heiko Rabe</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Xtreme One]]></category>

		<guid isPermaLink="false">http://xtreme-theme.com/?p=415</guid>
		<description><![CDATA[It unfortunately still becomes necessary to suffice for another update even if the last update was released a week ago. On the one hand, we have even a few nasty bugs in the framework, their impact if they occur, could turn out quite violently. On the other hand, we have made ​​a greater number of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-416" title="" src="http://xtreme-theme.com/wp-content/uploads/2012/05/xtreme-one-1.5.2.jpg" alt="" width="150" height="150" />It unfortunately still becomes necessary to suffice for another update even if the last update was released a week ago. On the one hand, we have even a few nasty bugs in the framework, their impact if they occur, could turn out quite violently.</p>
<p>On the other hand, we have made ​​a greater number of advanced tests with WordPress 3.4 (the next version of WordPress) and have made alarming findings. Therefore we have decided also to release another update to proactively fix the problems.</p>
<h3>WordPress 3.4 and upcoming changes to the WP Theme core</h3>
<p>WordPress has rewritten the Theme Core from scratch. They support almost everything for compatibility reasons but at debug mode the core issues a lot of <em>deprecated</em> warnings now. This may lead in worst cases to the white screen of death for your backend and frontend and your blog becomes unusable!</p>
<p>Unfortunately this is <strong>not</strong> a Xtreme specific problem. This affects all Themes in the wild in one way or another. Additionally some plugins are affected too, if the manipulate theme based stuff or interact with Themes directly.</p>
<p>So here&#8217;s the short summary of the functions that WordPress has classified as outdated and will soon fall out from the core are:</p>
<pre>function get_allowed_themes() {
   _deprecated_function( __FUNCTION__, '3.4', "wp_get_themes( array( 'allowed' => true ) )" );

function get_broken_themes() {
   _deprecated_function( __FUNCTION__, '3.4', "wp_get_themes( array( 'errors' => true )" );

function current_theme_info() {
   _deprecated_function( __FUNCTION__, '3.4', 'wp_get_theme()' );

function get_site_allowed_themes() {
   _deprecated_function( __FUNCTION__, '3.4', 'WP_Theme::get_allowed_on_network()' );

function wpmu_get_blog_allowedthemes( $blog_id = 0 ) {
   _deprecated_function( __FUNCTION__, '3.4', 'WP_Theme::get_allowed_on_site()' );

function get_themes() {
   _deprecated_function( __FUNCTION__, '3.4', 'wp_get_themes()' );

function get_theme( $theme ) {
   _deprecated_function( __FUNCTION__, '3.4', 'wp_get_theme( $stylesheet )' );

function get_current_theme() {
   _deprecated_function( __FUNCTION__, '3.4', 'wp_get_theme()' );

function add_custom_image_header( $wp_head_callback, $admin_head_callback, $admin_preview_callback = '' ) {
   _deprecated_function( __FUNCTION__, '3.4', 'add_theme_support( \'custom-header\', $args )' );

function remove_custom_image_header() {
   _deprecated_function( __FUNCTION__, '3.4', 'remove_theme_support( \'custom-header\' )' ); 

function add_custom_background( $wp_head_callback = '', $admin_head_callback = '', $admin_preview_callback = '' ) {
   _deprecated_function( __FUNCTION__, '3.4', 'add_theme_support( \'custom-background\', $args )' ); 

function remove_custom_background() {
   _deprecated_function( __FUNCTION__, '3.4', 'remove_theme_support( \'custom-background\' )' ); 

function get_theme_data( $theme_file ) {
   _deprecated_function( __FUNCTION__, 3.4, 'wp_get_theme()' );</pre>
<p>Should you use any other themes or plugins that is known to affect parts of themes or expand them, then we recommend that you perform a local test of the pre-release version of WordPress. This avoids problems in the update phase, because problems with plugins / themes can be found more quickly or can be avoided in advance. </p>
<p>As we strive to offer a still fully functional product, we hope that this approach will find your consent. We have re-written in the Release Notes, which includes the version bugfixes, and what adjustments we have made.</p>
<p>We recommend to update the framework <strong>upfront</strong> the scheduled upcomming update for version 3.4 of WordPress.</p>
<p>You will find detailed information about bugfixes and features at the below linked Release Notes document.<br />
The always bundled child theme xtreme-blank has been updated with a new functions.php file. All new additional features which can be activated are now contained and described. It’s more than worth to carefully read the information. Have fun using the new features.</p>
<p><a href="http://xtreme-theme.com/wp-content/uploads/2012/05/releasenotes-xtremeone-1.5.2-english.pdf"><img class="alignleft size-full wp-image-420" style="margin: 0; margin-right: 5px; border-width: 0px; border-radius: 0;" title="" src="http://xtreme-theme.com/wp-content/uploads/2012/04/pdf.gif" alt="" width="16" height="16" />Release Notes &#8220;Xtreme One&#8221; &#8211; Version 1.5.2</a></p>
<img src="http://feeds.feedburner.com/~r/xtreme-theme-en/~4/89MbWVic9jc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://xtreme-theme.com/2012/05/xtreme-one-framework-compatibility-and-bugfixrelease-1-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://xtreme-theme.com/2012/05/xtreme-one-framework-compatibility-and-bugfixrelease-1-5-2/</feedburner:origLink></item>
		<item>
		<title>Xtreme One Framework – Bugfix Release 1.5.1 and features ahead of schedule</title>
		<link>http://feedproxy.google.com/~r/xtreme-theme-en/~3/YXi9KeNQROM/</link>
		<comments>http://xtreme-theme.com/2012/05/xtreme-one-framework-bugfix-release-1-5-1-and-features-ahead-of-schedule/#comments</comments>
		<pubDate>Sun, 06 May 2012 14:52:31 +0000</pubDate>
		<dc:creator>Heiko Rabe</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Xtreme One]]></category>
		<category><![CDATA[YAML]]></category>

		<guid isPermaLink="false">http://xtreme-theme.com/?p=409</guid>
		<description><![CDATA[Normally we wouldn&#8217;t release a new update in just a short manner, but unfortunately a lot of bugs has been reported so far. It makes the update necessary and we can&#8217;t leave those bugs until the next version scheduled release. Because of updating at this frequency we bundled additional value to this release. It contains [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-410" title="" src="http://xtreme-theme.com/wp-content/uploads/2012/05/xtreme-one-1.5.1.jpg" alt="" width="150" height="150" />Normally we wouldn&#8217;t release a new update in just a short manner, but unfortunately a lot of bugs has been reported so far. It makes the update necessary and we can&#8217;t leave those bugs until the next version scheduled release.</p>
<p>Because of updating at this frequency we bundled additional value to this release. It contains new features scheduled for coming higher versions. But they are fully tested and will speedup your daily work, I&#8217;m sure.</p>
<h3>Support of Mobile Devices &#8211; Extended</h3>
<p>Starting with version 1.5.0 we introduced already the support of mobile devices. Now beside the necessary repair and bugfixes we also extended the capabilities. You can address now dedicated device types in addition to already existing mobile addressing with your CSS stylesheets.</p>
<h3>Shortcodes within Text Widgets possible</h3>
<p>WordPress itself doesn&#8217;t support shortcodes inside Text Widgets. We did remove this limitation if you enable this theme support feature in your <em>functions.php</em> file. This will lead to a new kind of Text Widget utilization you never thought before.</p>
<h3>Xtreme Excerpt Functions meets WordPress standard behavior</h3>
<p>I&#8217;m sure, you did already realized, the Xtreme excerpt functions with word counts have had a simple problem: If you entered a manual excerpt in your article, our function will ignore it completely and creates always an automatic excerpt. We removed this limitation too.</p>
<p>If the function find a manual given excerpt, it will show this excerpt as is, without any change. In case of no such an excerpt is present, the normal function and automatic excerpt creation will be used.</p>
<p>This behavior can also switched on at your <em>functions.php</em> file as theme support feature.</p>
<h3>Cherry on the Cake: <em>Xtreme Grid Text Widget</em> based on YAML Subcolumns</h3>
<p>This feature permits the management of text blocks as N x M grid and it&#8217;s based on the known behavior of WordPress Text Widgets. You can fill in any content as you need. This provides a very flexible way to layout hand made content, you will have in total 25 different column layouts in advance.</p>
<p>Because we introduced shortcodes for text widgets you are also able to use shortcodes within this grid text widget. This opens the world for much more impressive content enrichment you never thought about before. There are no limits for your phantasies.</p>
<p>Of course you can use this widget as <em>In Content Widget</em> we introduced at version 1.5 too. This will enlarge your possibilities of designing your article or page contents enormously.</p>
<h3>Future proofed with upcoming WordPress version 3.4</h3>
<p>The theme framework has been checked starting with version 1.4 upto this version against the currently available beta version <em><strong>3.4-beta4-20725</strong></em> and passed all tests successful.</p>
<p>&nbsp;</p>
<p>You will find detailed information about each new feature at the below linked Release Notes document.<br />
The always bundled child theme xtreme-blank has been updated with a new functions.php file. All new additional features which can be activated are now contained and described. It’s more than worth to carefully read the information. Have fun using the new features.</p>
<p><a href="http://xtreme-theme.com/wp-content/uploads/2012/05/ReleaseNotes-XtremeOne-1.5.1-English.pdf"><img class="alignleft size-full wp-image-420" style="margin: 0; margin-right: 5px; border-width: 0px; border-radius: 0;" title="" src="http://xtreme-theme.com/wp-content/uploads/2012/04/pdf.gif" alt="" width="16" height="16" />Release Notes &#8220;Xtreme One&#8221; &#8211; Version 1.5.1</a></p>
<img src="http://feeds.feedburner.com/~r/xtreme-theme-en/~4/YXi9KeNQROM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://xtreme-theme.com/2012/05/xtreme-one-framework-bugfix-release-1-5-1-and-features-ahead-of-schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://xtreme-theme.com/2012/05/xtreme-one-framework-bugfix-release-1-5-1-and-features-ahead-of-schedule/</feedburner:origLink></item>
		<item>
		<title>Xtreme One Framework – Version 1.5.0 Update</title>
		<link>http://feedproxy.google.com/~r/xtreme-theme-en/~3/_0Q6YwJ4MIU/</link>
		<comments>http://xtreme-theme.com/2012/04/xtreme-one-framework-version-1-5-0-update/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 08:08:13 +0000</pubDate>
		<dc:creator>Heiko Rabe</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Xtreme One]]></category>

		<guid isPermaLink="false">http://xtreme-theme.com/?p=403</guid>
		<description><![CDATA[Again it jumps &#8220;only&#8220;  half a version number but it contains nevertheless a lot of improvements and extensions. You will get now for the first time an additional PDF file download with the comprehensive Release Notes of this version. It explains in detail, which bugs has been solved and illustrates with some screenshots the new [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-405" title="xtreme-one-1-5" src="http://xtreme-theme.com/wp-content/uploads/2012/04/xtreme-one-1-5.jpg" alt="" width="150" height="150" />Again it jumps &#8220;<em>only</em>&#8220;  half a version number but it contains nevertheless a lot of improvements and extensions.</p>
<p>You will get now for the first time an additional PDF file download with the comprehensive Release Notes of this version.<br />
It explains in detail, which bugs has been solved and illustrates with some screenshots the new features introduced.</p>
<h3>Support of mobile devices</h3>
<p>Steering with version 1.5.0 we improved the handling of mobile devices. As you may have noticed, its sometime not easy to use websites on mobiles because they will not be shown valid or can&#8217;t navigated as expected. Now you can utilize special CSS selectors to influence the rendering on mobile devices.</p>
<p>The next issue are drop/down navigation menus on Touchpads (Tablets / iPad) because those devices doesn&#8217;t support the hover CSS classes. That&#8217;s why normally you can&#8217;t use such menu types. Xtreme ensures now, that this kind of menus remains usable at those devices.</p>
<p>Additionally you can now filter widgets by mobile devices. This gives the advantage to exclude widgets at mobiles or explicitly show some widgets only on mobiles.</p>
<h3>Low Barrier Support</h3>
<p>You will find a newly introduced widget with 2 kinds of appearance switching. First you can select 2 different contrast types for your page and second you have 3 steps to enlarge the font sizes at your page. This lowers the barrier of your site for people not able to utilize the normal design and look.</p>
<h3>Same FancyBox Effect everywhere &#8211; NextGen Gallery now supported too</h3>
<p>We got many questions why the Galleries of NextGen doesn&#8217;t work with the FancyBox Effect we introduced at prior versions. Now you can configure your Theme to have this Effect for any type of NextGen Gallery Images as you may already know it from build in WordPress Galleries, we already support.</p>
<h3>Full extended build in WordPress Gallery</h3>
<p>Xtreme extends the theme support of the build in gallery. Now we support the complete set of attributes gallery shortcode introduces. Its now also possible to use easily the &#8220;include&#8221; instead &#8220;exclude&#8221;, its your decision now.<br />
We also introduced an additional attribute. You can now also define the zoomed size of an image because the current WordPress shortcode only allows the thumbsize. So you have the freedom to define both sizes.</p>
<h3>Configure your Archive Pagination</h3>
<p>The backend of Xtreme One now permits the definition of your archive paginations. The standard we used so far are the &#8220;Older&#8221; / &#8220;Newer&#8221; Post Links. Now you can switch it to page number rendering and you can define almost any parameter of appearance.</p>
<h3>Our Highlight: Embed and Edit any Widget directly inside your post content.</h3>
<p>We designed a brand new feature for the visual Editor. You are now able to insert and manage any kind of widgets within your posts content directly. The behavior is similar to how you insert and manage WordPress Galleries for example. The editing dialog shows all the widget fields you know from the widgets backend page and you can configure it as you know it from there.<br />
Any type of widget filter is still working for content widgets and also the automatic tab grouping still works.</p>
<p>You will find detailed information about each new feature at the below linked Release Notes document.<br />
The always bundled child theme <em>xtreme-blank</em> has been updated with a new <em>functions.php</em> file. All new additional features which can be activated are now contained and descibed. It&#8217;s more than worth to carefully read the information. Have fun using the new features.</p>
<p><a href="http://xtreme-theme.com/wp-content/uploads/2012/04/ReleaseNotes-XtremeOne-1.5.0-English.pdf"><img class="alignleft size-full wp-image-407" style="margin: 0; margin-right: 5px; border-width: 0px; border-radius: 0;" title="" src="http://xtreme-theme.com/wp-content/uploads/2012/04/pdf.gif" alt="" width="16" height="16" />Release Notes &#8220;Xtreme One&#8221; &#8211; Version 1.5.0</a></p>
<img src="http://feeds.feedburner.com/~r/xtreme-theme-en/~4/_0Q6YwJ4MIU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://xtreme-theme.com/2012/04/xtreme-one-framework-version-1-5-0-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://xtreme-theme.com/2012/04/xtreme-one-framework-version-1-5-0-update/</feedburner:origLink></item>
		<item>
		<title>“What you have deep in your heart, you cannot lose by the death of someone”</title>
		<link>http://feedproxy.google.com/~r/xtreme-theme-en/~3/yMeQaGUEmLY/</link>
		<comments>http://xtreme-theme.com/2012/03/what-you-have-deep-in-your-heart-you-cannot-lose-by-the-death-of-someone/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 10:14:08 +0000</pubDate>
		<dc:creator>Heiko Rabe</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://xtreme-theme.com/?p=399</guid>
		<description><![CDATA[To mark the sad occasion, and in consultation with the family Preuß, I would like to announce that Michael Preuß, son and brother, beloved husband, painfully missing father, good friend, a reliable business partner and my best friend suddenly and unexpectedly died on 2/24/2012. Despite his illness, he still had the courage and the fire, [...]]]></description>
			<content:encoded><![CDATA[<p>To mark the sad occasion, and in consultation with the family Preuß, I would like to announce that Michael Preuß, son and brother, beloved husband, painfully missing father, good friend, a reliable business partner and my best friend suddenly and unexpectedly died on 2/24/2012. Despite his illness, he still had the courage and the fire, to continue to work on his life&#8217;s work, but his body wasn&#8217;t able to fight against it anymore.</p>
<p>Michael leaves a big gap for his family and friends, which can not be put into words, and no one can close this gap.</p>
<h3>&#8220;What will become of his life&#8217;s work&#8221; Xtreme One &#8220;under these circumstances?</h3>
<p>Despite boundless sadness we (Alex and I) talked with the family Preuß and decided together to continue his dream.<br />
His grieving wife takes over the business and legal side and I now take the further development and support of &#8220;Xtreme One&#8221; with the help of Alex, even if this will be a daunting task.</p>
<p>Please understand, if we can not always respond in the moment without delay, there is so much to clarify and deal with when a loved and respected person goes from us.</p>
<h3>And who is &#8220;I&#8221; and continous his ideas and visions?</h3>
<p>Many will already know me from the WordPress community. My name is Heiko Rabe, I&#8217;m better known by the nickname &#8220;codestyling&#8221; and my projects as &#8220;Codestyling Localization&#8221; or my WordPress related blog.</p>
<p>In the past 2 years, Michael has worked with me on &#8220;Xtreme One&#8221; and I&#8217;ve contributed to the project important parts of the widget filter management, performance tuning and compression, and automatic Fancybox to name a few.</p>
<p>In memory of Michael, I will try, with the support of Alex, to develop Xtreme Theme with the same spirit and fire as it used to be. However, this also means that Michael&#8217;s work can not be compensate just like this. So it can happen that the pace that Michael had in the last two years to support our customers can&#8217;t no longer be maintained.<br />
I hope to understand and Michael&#8217;s life&#8217;s work will continue in his spirit.</p>
<blockquote><p>&#8220;A good, noble man, who lived with us,<br />
Can not be taken from us.<br />
He leaves a shining trail<br />
like those extinguished stars,<br />
the image even after centuries<br />
the inhabitants of Earth can see.&#8221;</p>
<p>(Thomas Carlyle)</p></blockquote>
<img src="http://feeds.feedburner.com/~r/xtreme-theme-en/~4/yMeQaGUEmLY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://xtreme-theme.com/2012/03/what-you-have-deep-in-your-heart-you-cannot-lose-by-the-death-of-someone/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://xtreme-theme.com/2012/03/what-you-have-deep-in-your-heart-you-cannot-lose-by-the-death-of-someone/</feedburner:origLink></item>
		<item>
		<title>Xtreme One WordPress Framework v1.4.5 Available</title>
		<link>http://feedproxy.google.com/~r/xtreme-theme-en/~3/WdciqEbb9B0/</link>
		<comments>http://xtreme-theme.com/2012/02/xtreme-one-wordpress-framework-v1-4-5-available/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 13:17:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Xtreme One]]></category>

		<guid isPermaLink="false">http://xtreme-theme.com/?p=385</guid>
		<description><![CDATA[Although it is not a major update, in addition to the usual bug fixes it is packed with a couple of cool new features: Performance Tools In the performance tools it is now possible to set the Gzip compression rate separately for HTML, style sheets and Javascript. The switch to mod_expires module has been changed. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-386" title="Xtreme One WordPress Framework 1.4.5" src="http://xtreme-theme.com/wp-content/uploads/2012/02/xtreme-one-1.4.5.jpg" alt="Xtreme One WordPress Framework 1.4.5" width="150" height="150" />Although it is not a major update, in addition to the usual bug fixes it is packed with a couple of cool new features:</p>
<h3>Performance Tools</h3>
<p>In the performance tools it is now possible to set the <strong>Gzip compression rate</strong> separately for HTML, style sheets and Javascript. The switch to mod_expires module has been changed. Exists a writable .htaccess file, it will be written automatically.</p>
<h3>Widgets</h3>
<p>By popular demand, to have a <strong>responsive Slider</strong>, we have added the FlexSlider once as a Post Slider Widget and once integrated as a Media Slider Widget.</p>
<h3>Sidebars</h3>
<p>In addition, we created a third Sidebar with a three area layout including widget areas. The upper range is across the full width and the lower portion is divided into two columns of 50%.</p>
<h3>User Functions</h3>
<p>New in 1.4.5 Xtreme One function is <code>xtreme_background_post_thumbnail()</code>. This feature can be used in the template files and outputs the article image as background image. So very nice CSS3 effects are possible. Our widgets have also this function now. We will deliver a tutorial very soon.</p>
<p>To provide in the future different color palettes for the Child Themes, we added <code>add_theme_support('xtreme-color-styles', array('blue', 'green', 'red'));</code> to select a certain color palette from a dropdown menu in your backend</p>
<p>Xtreme One cost only $79.95 and is available <a title="Buy Xtreme One WordPress Framework" href="https://secure.avangate.com/order/checkout.php?PRODS=4529460&amp;QTY=1&amp;CART=2">here</a>.</p>
<p>Our customers can download version 1.4.5 as usual in our support forum under &#8220;News &amp; Releases&#8221;.</p>
<img src="http://feeds.feedburner.com/~r/xtreme-theme-en/~4/WdciqEbb9B0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://xtreme-theme.com/2012/02/xtreme-one-wordpress-framework-v1-4-5-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://xtreme-theme.com/2012/02/xtreme-one-wordpress-framework-v1-4-5-available/</feedburner:origLink></item>
	</channel>
</rss>

