<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Tag: loop - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/loop</link>
		<description>Support Forum - Tag: loop - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 16:10:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/loop" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "get custom field in the loop"</title>
			<link>http://www.kriesi.at/support/topic/get-custom-field-in-the-loop#post-72228</link>
			<pubDate>Wed, 22 Aug 2012 06:22:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72228@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi amancuso,&#60;/p&#62;
&#60;p&#62;Glad that this is resolved. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amancuso on "get custom field in the loop"</title>
			<link>http://www.kriesi.at/support/topic/get-custom-field-in-the-loop#post-72154</link>
			<pubDate>Tue, 21 Aug 2012 19:42:18 +0000</pubDate>
			<dc:creator>amancuso</dc:creator>
			<guid isPermaLink="false">72154@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;solved using  get_post_meta( get_the_ID(), 'key1' );  instead of   get_post_meta($post-&#38;gt;ID, 'key_1', true);
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amancuso on "get custom field in the loop"</title>
			<link>http://www.kriesi.at/support/topic/get-custom-field-in-the-loop#post-72112</link>
			<pubDate>Tue, 21 Aug 2012 16:15:32 +0000</pubDate>
			<dc:creator>amancuso</dc:creator>
			<guid isPermaLink="false">72112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the code you have posted works for a single post but I need to  get the custom field in the portfolio page  (see de code beow)&#60;/p&#62;
&#60;p&#62;theme: Avisio&#60;br /&#62;
file: template_portfolio.php&#60;/p&#62;
&#60;p&#62;&#34;&#38;lt;?php&#60;br /&#62;
/*&#60;br /&#62;
Template Name: Portfolio&#60;br /&#62;
*/&#60;br /&#62;
global $k_option, $more;&#60;/p&#62;
&#60;p&#62;//default settings for archive pages&#60;br /&#62;
$portfolioInfo = array('4','one_fourth','M','nosort');&#60;/p&#62;
&#60;p&#62;//parameters for querying portfolio entries&#60;br /&#62;
$more = 0;&#60;br /&#62;
$overview_post_id = $post-&#38;gt;ID;&#60;br /&#62;
$posts_per_page = 9999;&#60;br /&#62;
$query_string =  &#34;posts_per_page=&#34;.$posts_per_page;&#60;br /&#62;
$query_string .= &#34;&#38;amp;post_type=portfolio&#34;;&#60;br /&#62;
if(isset($useTemplate)) $query_string .= &#34;&#38;amp;portfolio_entries=&#34;.$useTemplate;&#60;br /&#62;
//$query_string .= &#34;&#38;amp;portfolio_entries=&#34;.$k_option['portfolio']['matrix_slider_port_final'][$post-&#38;gt;ID]; //doesnt work in wp3.0&#60;/p&#62;
&#60;p&#62;// send query&#60;br /&#62;
$additional_loop = new WP_Query($query_string); &#60;/p&#62;
&#60;p&#62;//get portfolio categories used on this page&#60;br /&#62;
$categories = get_categories('title_li=&#38;amp;orderby=name&#38;amp;hide_empty=0&#38;amp;taxonomy=portfolio_entries&#38;amp;include='.$k_option['portfolio']['matrix_slider_port_final'][$overview_post_id]);&#60;/p&#62;
&#60;p&#62;//get portfolio information like column count and sortable&#60;br /&#62;
for($i = 0; $i &#38;lt; $k_option['portfolio']['super_matrix_count']; $i ++)&#60;br /&#62;
{&#60;br /&#62;
	if ($k_option['portfolio']['matrix_page_slider_port_'.$i] == $overview_post_id)&#60;br /&#62;
	{&#60;br /&#62;
		$portfolioNumber = $i;&#60;br /&#62;
	}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;$portfolioInfoNew =  explode('$',$k_option['portfolio']['matrix_column_slider_port_'.$portfolioNumber]);&#60;/p&#62;
&#60;p&#62;if(isset($portfolioInfoNew[1])) $portfolioInfo = $portfolioInfoNew;&#60;/p&#62;
&#60;p&#62;//if portfolio is sortable replace heading with sort options&#60;br /&#62;
if($portfolioInfo[3] == 'sort')&#60;br /&#62;
{&#60;br /&#62;
	$output = &#34;&#38;lt;div id='js_sort_items'&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;	$hide = &#34;hidden&#34;;&#60;br /&#62;
	if (isset($categories[1])){ $hide = &#34;&#34;; }&#60;/p&#62;
&#60;p&#62;	$output .= &#34;&#38;lt;div class='sort_by_cat $hide '&#38;gt;&#34;;&#60;br /&#62;
	$output .= &#34;&#38;lt;span&#38;gt;&#34;.__('Show:','avisio').&#34;&#38;lt;/span&#38;gt;&#34;;&#60;br /&#62;
	$output .= &#34;&#60;a href='#'&#62;&#34;.__('All','avisio').&#34;&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;	foreach($categories as $category)&#60;br /&#62;
	{&#60;br /&#62;
	$output .= &#34;&#60;a href='#'&#62;category_nicename.&#34;_sort'&#38;gt;&#34;.$category-&#38;gt;cat_name.&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	$output .= &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;	$output .= &#34;&#38;lt;div class='sort_by_val'&#38;gt;&#34;;&#60;br /&#62;
	$output .= &#34;&#38;lt;span&#38;gt;&#34;.__('Sort by:','avisio').&#34;&#38;lt;/span&#38;gt;&#34;;&#60;br /&#62;
	$output .= &#34;&#60;a href='#'&#62;&#34;.__('Date','avisio').&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
	$output .= &#34;&#60;a href='#'&#62;&#34;.__('Name','avisio').&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
	$output .= &#34;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;	$k_option['custom']['headlineContent'] = $output;&#60;br /&#62;
	$paginationNumber = 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;//pagination workaround to solve wordpress 3 incompletness&#60;/p&#62;
&#60;p&#62;$real_posts_per_page = $k_option['portfolio']['matrix_number_slider_port_'.$portfolioNumber];&#60;br /&#62;
if(!$real_posts_per_page) $real_posts_per_page = get_option('posts_per_page');&#60;br /&#62;
$all_posts_count = 0;&#60;br /&#62;
$offset = 0;&#60;br /&#62;
if(!$paged) $paged = 1;&#60;/p&#62;
&#60;p&#62;$catarray = explode(',',$k_option['portfolio']['matrix_slider_port_final'][$overview_post_id]); &#60;/p&#62;
&#60;p&#62;if($additional_loop-&#38;gt;have_posts()) : while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post(); &#60;/p&#62;
&#60;p&#62;if(!isset($useTemplate))&#60;br /&#62;
{&#60;br /&#62;
	$item_categories = get_the_terms( $id, 'portfolio_entries' );&#60;/p&#62;
&#60;p&#62;	$all_posts_count ++;&#60;/p&#62;
&#60;p&#62;	if(is_object($item_categories) &#124;&#124; is_array($item_categories))&#60;br /&#62;
	{&#60;br /&#62;
		foreach ($item_categories as $cat)&#60;br /&#62;
		{&#60;br /&#62;
			$class_add[$id] .= $cat-&#38;gt;slug.'_sort ';&#60;br /&#62;
			if(in_array($cat-&#38;gt;term_id, $catarray))&#60;br /&#62;
			{&#60;br /&#62;
				$displayPost[$id] = true;&#60;br /&#62;
			}&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;br /&#62;
}&#60;br /&#62;
else&#60;br /&#62;
{&#60;br /&#62;
	$displayPost[$id] = true;&#60;br /&#62;
	$all_posts_count ++;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;endwhile; endif;&#60;br /&#62;
wp_reset_query();&#60;/p&#62;
&#60;p&#62;#non sortable items get pagination&#60;br /&#62;
if($portfolioInfo[3] != 'sort')&#60;br /&#62;
{&#60;br /&#62;
	$show_posts_count = count($displayPost);&#60;br /&#62;
	$paginationNumber = ceil($show_posts_count/$real_posts_per_page);&#60;/p&#62;
&#60;p&#62;	$loopCount = 0;&#60;br /&#62;
	if(is_array($displayPost))&#60;br /&#62;
	{&#60;br /&#62;
		foreach ($displayPost as $key=&#38;gt;$value)&#60;br /&#62;
		{&#60;br /&#62;
			$loopCount++;&#60;br /&#62;
			if(($loopCount &#38;lt;= ($paged-1)*$real_posts_per_page) &#124;&#124; $loopCount &#38;gt; $paged *$real_posts_per_page)&#60;br /&#62;
			{&#60;br /&#62;
				unset($displayPost[$key]);&#60;br /&#62;
			}&#60;/p&#62;
&#60;p&#62;		}&#60;br /&#62;
	}&#60;br /&#62;
}&#60;br /&#62;
//end workaround&#60;/p&#62;
&#60;p&#62;get_header();&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;wrapper fullwidth&#34; id='wrapper_main'&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;div class=&#34;center&#34;&#38;gt;		&#60;/p&#62;
&#60;p&#62;		&#38;lt;div id=&#34;main&#34; class='portfolio'&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php &#60;/p&#62;
&#60;p&#62;			if($additional_loop-&#38;gt;have_posts()) :&#60;/p&#62;
&#60;p&#62;			$columns = $portfolioInfo[0]; // how many items beside each other?&#60;/p&#62;
&#60;p&#62;			$count = 1;&#60;br /&#62;
			$last = '';&#60;/p&#62;
&#60;p&#62;			$openImage = 'lightbox';&#60;br /&#62;
			if($k_option['portfolio']['portfolio_click'] == 2) $openImage = 'permalink';&#60;/p&#62;
&#60;p&#62;			while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post(); &#60;/p&#62;
&#60;p&#62;			if($displayPost[$id])&#60;br /&#62;
			{&#60;/p&#62;
&#60;p&#62;				if($count == 1) echo '&#38;lt;div class=&#34;entry portfolio_entry entry_'.$portfolioInfo[1].'&#34;&#38;gt;';&#60;br /&#62;
				if($count == $columns) $last = 'last';&#60;/p&#62;
&#60;p&#62;				$prev_image = kriesi_post_thumb($post-&#38;gt;ID, array('size'=&#38;gt; array($portfolioInfo[2],'_preview_medium'),&#60;br /&#62;
																 'wh' =&#38;gt; $k_option['custom']['imgSize'][$portfolioInfo[2]],&#60;br /&#62;
																 'display_link' =&#38;gt; array($openImage),&#60;br /&#62;
																'linkurl' =&#38;gt; array ('XL','_preview_big'),&#60;br /&#62;
																'link_attr' =&#38;gt; array('class'=&#38;gt;'preloading')&#60;br /&#62;
																));&#60;/p&#62;
&#60;p&#62;					echo &#34;&#38;lt;div class='&#34;.$portfolioInfo[1].&#34; sortable all_sort &#34;.$class_add[$id].&#34; $last'&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;					if($prev_image != &#34;&#34;) echo &#34;&#38;lt;span class='framed framed_&#34;.$portfolioInfo[1].&#34;'&#38;gt;&#38;lt;span&#38;gt;&#34;.$prev_image.&#34;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#34;;&#60;br /&#62;
					echo &#34;&#38;lt;div class='portfolio_content'&#38;gt;&#34;;&#60;br /&#62;
					echo &#34;&#38;lt;h3 class='name_sort'&#38;gt;&#60;a href='&#34;.get_permalink().&#34;' title='&#34;.get_the_title().&#34;'&#62;&#34;.get_the_title().&#34;&#60;/a&#62;&#38;lt;/h3&#38;gt;&#34;;&#60;br /&#62;
					echo &#34;&#38;lt;span class='date_sort hidden'&#38;gt;&#34;;&#60;br /&#62;
					the_time('Y m d H i s');&#60;/p&#62;
&#60;p&#62;					echo &#34;&#38;lt;/span&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;					the_excerpt();  &#60;/p&#62;
&#60;p&#62;					echo &#34;&#60;a href='&#34;.get_permalink().&#34;'&#62;&#34;.__('Read more','avisio').&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
					echo &#34;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;				if($count == $columns)&#60;br /&#62;
				{&#60;br /&#62;
					$last = '';&#60;br /&#62;
					$count = 0;&#60;br /&#62;
					echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
				}&#60;br /&#62;
				$count ++;&#60;br /&#62;
			}&#60;br /&#62;
			endwhile; &#60;/p&#62;
&#60;p&#62;			if($count != 1) echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;			endif;&#60;br /&#62;
			kriesi_pagination($paginationNumber);&#60;br /&#62;
			wp_reset_query();&#60;br /&#62;
			?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--end main--&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_footer(); ?&#38;gt;&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "get custom field in the loop"</title>
			<link>http://www.kriesi.at/support/topic/get-custom-field-in-the-loop#post-72105</link>
			<pubDate>Tue, 21 Aug 2012 15:32:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72105@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to use following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$myvalue = get_post_meta($post-&#38;gt;ID, &#38;#39;key_1&#38;#39;, true);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Obviously you need to replace &#34;key_1&#34; with your custom field key value and you can also rename the variable. If you want to get an array set the last value to false instead of true.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amancuso on "get custom field in the loop"</title>
			<link>http://www.kriesi.at/support/topic/get-custom-field-in-the-loop#post-72093</link>
			<pubDate>Tue, 21 Aug 2012 13:28:42 +0000</pubDate>
			<dc:creator>amancuso</dc:creator>
			<guid isPermaLink="false">72093@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have created a custom field for portfolio items, if I display the field in the single portfolio item page it works fine, but I don't know how to modify the template_portfolio.php page for display the value of the field in the loop.&#60;br /&#62;
Can anyone help me?&#60;br /&#62;
tanks in advance&#60;/p&#62;
&#60;p&#62;Andrea Mancuso
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Dynamic template homepage not loading portfolio thumbs"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-homepage-not-loading-portfolio-thumbs#post-49064</link>
			<pubDate>Thu, 29 Mar 2012 16:13:29 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">49064@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi conrado_reis,&#60;/p&#62;
&#60;p&#62;I tested your site on Windows XP IE7. IE8, IE9, and Chrome as well as Mac OX 10.5 Chrome and Firefox. The portfolio images did appear in greyscale as expected but I noticed it took longer than say what the demo does particularly with IE7. After clicking around then going back to the homepage the images appeared quicker.&#60;/p&#62;
&#60;p&#62;The only time I was able to recreate what you're referring to is when I tested your site on Windows 7 (Home) in Chrome. I waited and only the slideshow above and second thumbnail in the portfolio list would load while the other three continued to show the preloader. When I refreshed all images appeared. &#60;/p&#62;
&#60;p&#62;Just to see if this was an issue with the theme I tested Kriesi's demo in the same browser and all images load as expected within the first 3 - 5 seconds. Did you by chance to test the demo site in the browsers you were using to see if you had the same issue? I ask because I wonder if perhaps it was setting on your end or a combination of internet connect and the images that are being loaded in the portfolio.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>conrado_reis on "Dynamic template homepage not loading portfolio thumbs"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-homepage-not-loading-portfolio-thumbs#post-48784</link>
			<pubDate>Wed, 28 Mar 2012 14:47:22 +0000</pubDate>
			<dc:creator>conrado_reis</dc:creator>
			<guid isPermaLink="false">48784@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much for your response Devin,&#60;/p&#62;
&#60;p&#62;When it loads it's very fast. I found its not a image loading problem.&#60;/p&#62;
&#60;p&#62;Both macs that did not work on Google Chrome were OSX Snow Leopard. On my OSX Lion, at home, it loads fine.&#60;/p&#62;
&#60;p&#62;When the bug happens, the images are loaded, but are hidden behind the preloader, and there is &#34;canvas&#34; element missing which would load the grey version of the image.&#60;/p&#62;
&#60;p&#62;Links to print screens with Chrome element inspector open:&#60;/p&#62;
&#60;p&#62;First Load The site:&#60;br /&#62;
&#60;a href=&#34;http://www.fmprocultura.com.br/wordpress/manual/1.png&#34; rel=&#34;nofollow&#34;&#62;http://www.fmprocultura.com.br/wordpress/manual/1.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Unclicking &#34;visibility:hidden&#34; under &#34;.js_active&#34; on the right column of the inspector shows the images behind the preloader:&#60;br /&#62;
&#60;a href=&#34;http://www.fmprocultura.com.br/wordpress/manual/2.png&#34; rel=&#34;nofollow&#34;&#62;http://www.fmprocultura.com.br/wordpress/manual/2.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Going to another page and returning to the home page loads everything fine, you can see the &#34;canvas&#34; element below the image in the inspector:&#60;br /&#62;
&#60;a href=&#34;http://www.fmprocultura.com.br/wordpress/manual/3.png&#34; rel=&#34;nofollow&#34;&#62;http://www.fmprocultura.com.br/wordpress/manual/3.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have it working fine on Windows 7 and XP. But my business partner says he gets the bug on a PC on IE and Chrome, not sure which version.&#60;/p&#62;
&#60;p&#62;Thanks again guys!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Dynamic template homepage not loading portfolio thumbs"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-homepage-not-loading-portfolio-thumbs#post-48672</link>
			<pubDate>Wed, 28 Mar 2012 01:13:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">48672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey conrado_reis,&#60;/p&#62;
&#60;p&#62;I'm not sure whats going on. Looking with my test computers (both Windows Machines of different builds) the page and all images load fine. I don't see any javascript errors or anything either. It does seem a little slow, but it could be a combination of the server location and my local internet connection.&#60;/p&#62;
&#60;p&#62;What version of OSX are you running?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>conrado_reis on "Dynamic template homepage not loading portfolio thumbs"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-homepage-not-loading-portfolio-thumbs#post-48567</link>
			<pubDate>Tue, 27 Mar 2012 16:00:19 +0000</pubDate>
			<dc:creator>conrado_reis</dc:creator>
			<guid isPermaLink="false">48567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;This issue has not been resolved.&#60;/p&#62;
&#60;p&#62;The behavior of the portfolio on the home page is erratic. Most of the time it loads correctly on firefox and safari. But Chrome and IE  (on PC) does not load when you first enter the website. Loader image does not go away and images don't load.&#60;/p&#62;
&#60;p&#62;Changing pages and returning to the home page will load the images imeadiatly. But this is a problem for visitors when they first reach the site.&#60;/p&#62;
&#60;p&#62;All help is apreciated.&#60;/p&#62;
&#60;p&#62;thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>conrado_reis on "Dynamic template homepage not loading portfolio thumbs"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-homepage-not-loading-portfolio-thumbs#post-48384</link>
			<pubDate>Mon, 26 Mar 2012 19:16:42 +0000</pubDate>
			<dc:creator>conrado_reis</dc:creator>
			<guid isPermaLink="false">48384@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Could this be a mac problem?&#60;/p&#62;
&#60;p&#62;It works on firefox on windows xp...&#60;/p&#62;
&#60;p&#62;Just a bit more info, so we can nail this.&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>conrado_reis on "Dynamic template homepage not loading portfolio thumbs"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-homepage-not-loading-portfolio-thumbs#post-48378</link>
			<pubDate>Mon, 26 Mar 2012 18:55:51 +0000</pubDate>
			<dc:creator>conrado_reis</dc:creator>
			<guid isPermaLink="false">48378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the quick response Ismael! Could you give me a bit more info, on your access? &#60;/p&#62;
&#60;p&#62;I've tested from my home computer and from work, using chrome, firefox and safari always on a mac. They all behave the same way. When I load the site it does not finish loading the portfolio for as long as im on the page. But if I change to a diferent page and go back to the home page, it works.&#60;/p&#62;
&#60;p&#62;Here's a print of 3 browsers open on my computer all on the home page.. No load :(&#60;br /&#62;
&#60;a href=&#34;http://fmprocultura.com.br/wordpress/manual/home.png&#34; rel=&#34;nofollow&#34;&#62;http://fmprocultura.com.br/wordpress/manual/home.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Dynamic template homepage not loading portfolio thumbs"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-homepage-not-loading-portfolio-thumbs#post-48366</link>
			<pubDate>Mon, 26 Mar 2012 17:09:22 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">48366@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I visited your site and it loads fine. :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>conrado_reis on "Dynamic template homepage not loading portfolio thumbs"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-homepage-not-loading-portfolio-thumbs#post-48360</link>
			<pubDate>Mon, 26 Mar 2012 16:50:34 +0000</pubDate>
			<dc:creator>conrado_reis</dc:creator>
			<guid isPermaLink="false">48360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;When I first load the website fmprocultura.com.br, the frontpage does not load the portfolio thumbs, e preloads &#34;forever&#34;. But if a access another page (the portfolio for example) and go back to the home it loads the images imediatly. The portfolio page also loads the portfolio thumbs fine.&#60;/p&#62;
&#60;p&#62;What could be the problem?&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Treat single product as Page (to use as frontpage for store with only 1 product)"</title>
			<link>http://www.kriesi.at/support/topic/treat-single-product-as-page-to-use-as-frontpage-for-store-with-only-1-product#post-37899</link>
			<pubDate>Tue, 17 Jan 2012 07:54:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37899@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'm not aware of plugins or WP settings which make it possible to display single custom post type entries on the frontpage. You'll need to create a custom template (index.php or frontpage.php) with a custom query, etc. to display the post. Some interesting tips can be found here: &#60;a href=&#34;http://wordpress.stackexchange.com/questions/18013/how-do-you-use-a-cpt-as-the-default-home-page&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.stackexchange.com/questions/18013/how-do-you-use-a-cpt-as-the-default-home-page&#60;/a&#62; and here: &#60;a href=&#34;http://www.golen.net/blog/wordpress-custom-post-type-as-static-home-page/&#34; rel=&#34;nofollow&#34;&#62;http://www.golen.net/blog/wordpress-custom-post-type-as-static-home-page/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bjohnston on "Treat single product as Page (to use as frontpage for store with only 1 product)"</title>
			<link>http://www.kriesi.at/support/topic/treat-single-product-as-page-to-use-as-frontpage-for-store-with-only-1-product#post-37896</link>
			<pubDate>Tue, 17 Jan 2012 07:36:20 +0000</pubDate>
			<dc:creator>bjohnston</dc:creator>
			<guid isPermaLink="false">37896@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any advice would be most appreciated. Thanks again, in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bjohnston on "Treat single product as Page (to use as frontpage for store with only 1 product)"</title>
			<link>http://www.kriesi.at/support/topic/treat-single-product-as-page-to-use-as-frontpage-for-store-with-only-1-product#post-37863</link>
			<pubDate>Mon, 16 Jan 2012 21:11:42 +0000</pubDate>
			<dc:creator>bjohnston</dc:creator>
			<guid isPermaLink="false">37863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My site is a 1 product cart. So I'd like to have the product detail as the home page. &#60;/p&#62;
&#60;p&#62;I can't seem to figure out how to get a product detail post (&#60;a href=&#34;http://makinggoodbook.com/order/product/preorder/&#34; rel=&#34;nofollow&#34;&#62;http://makinggoodbook.com/order/product/preorder/&#60;/a&#62;) to be treated as a Page. It's defined as a product, and therefor is excluded from all admin UI navigation settings. &#60;/p&#62;
&#60;p&#62;I would be overjoyed if I could use the product details (image, description, cart button, etc. as seen in the link above) in a template via Template Builder, but that too is just 1 level too high. I.e. I can create a template to display columns of other products, but not a single product one level deeper to the detail page. &#60;/p&#62;
&#60;p&#62;Can you please explain what files I should alter? Is it something I can accomplish with taxonomy? Can I simply add the product ID to one of Propulsion's loops? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Dynamic templates"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-templates-1#post-26010</link>
			<pubDate>Mon, 29 Aug 2011 10:54:54 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26010@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you solved the problem :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marbie on "Dynamic templates"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-templates-1#post-25972</link>
			<pubDate>Sat, 27 Aug 2011 23:48:53 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">25972@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I sort of solved the issue!&#60;br /&#62;
I replaced the loop of the archive.php with the index loop.&#60;br /&#62;
This gives me different post sizes which is what my client wants&#60;br /&#62;
let´s hope he likes it :o)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marbie on "Dynamic templates"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-templates-1#post-25971</link>
			<pubDate>Sat, 27 Aug 2011 23:26:56 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">25971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I know what you mean but, I dont have those category pages in my menus.&#60;br /&#62;
It´s the archives page that´s being used when tags or categories are selected on post and pages, that I need to change.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Dynamic templates"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-templates-1#post-25921</link>
			<pubDate>Fri, 26 Aug 2011 17:24:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25921@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can apply dynamic templates to posts and pages. I'd just select a page (which will be used as &#34;archive&#34;), link to this page by using the menu manager (Appearance &#38;gt; Menu) and apply your dynamic template to this page. The dynamic templates can't be used like real &#34;php files&#34; - i.e. like archive.php at the moment.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marbie on "Dynamic templates"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-templates-1#post-25908</link>
			<pubDate>Fri, 26 Aug 2011 13:35:42 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">25908@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I replace the archive.php with a dynamic template I created?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "ELEMENTIA 4 IN 1 - Blog Entries"</title>
			<link>http://www.kriesi.at/support/topic/elementia-4-in-1-blog-entries#post-21009</link>
			<pubDate>Tue, 14 Jun 2011 12:42:01 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">21009@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you got this figured out, let us know if you have any other questions.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artispot on "ELEMENTIA 4 IN 1 - Blog Entries"</title>
			<link>http://www.kriesi.at/support/topic/elementia-4-in-1-blog-entries#post-20984</link>
			<pubDate>Tue, 14 Jun 2011 04:01:04 +0000</pubDate>
			<dc:creator>artispot</dc:creator>
			<guid isPermaLink="false">20984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, I got the form to submit, now I just need it to refresh the page and reset the form to its default settings.&#60;/p&#62;
&#60;p&#62;I just realized I'm supporting myself on this one! LOL.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artispot on "ELEMENTIA 4 IN 1 - Blog Entries"</title>
			<link>http://www.kriesi.at/support/topic/elementia-4-in-1-blog-entries#post-20981</link>
			<pubDate>Tue, 14 Jun 2011 01:51:14 +0000</pubDate>
			<dc:creator>artispot</dc:creator>
			<guid isPermaLink="false">20981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, I realized that the problem was that the ajax function I'm calling isn't made to work with the comments section. After opening up custom.js, I see it's strictly for the contact page. I'm seeing if I can tweak some things now, but any pointers?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artispot on "ELEMENTIA 4 IN 1 - Blog Entries"</title>
			<link>http://www.kriesi.at/support/topic/elementia-4-in-1-blog-entries#post-20973</link>
			<pubDate>Mon, 13 Jun 2011 19:26:30 +0000</pubDate>
			<dc:creator>artispot</dc:creator>
			<guid isPermaLink="false">20973@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Interestingly enough, I got everything to work, except the comments section. I'm forwarding the link to my blog page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.artispot.com/main/blog.php&#34; rel=&#34;nofollow&#34;&#62;http://www.artispot.com/main/blog.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you click on any of the blog entries, it'll take you to the post page, where I'm having an issue.&#60;/p&#62;
&#60;p&#62;As you can see, validation works just fine. However, when I try to submit a new post, the button disappears and nothing happens.&#60;/p&#62;
&#60;p&#62;I'm posting some code so you can see how I'm trying to acheive it. Form code first. I've altered the original to allow ajax:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;form id=&#34;commentform&#34; method=&#34;post&#34; action=&#34;&#34; class=&#34;ajax_form&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;personal_data&#34;&#38;gt;&#38;lt;?php if (!isset($errorC) &#124;&#124; $errorC == true){ ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p class=&#34;&#38;lt;?php if (isset($the_nameclass)) echo $the_nameclass; ?&#38;gt;&#34; &#38;gt;&#38;lt;label for=&#34;author&#34;&#38;gt;&#38;lt;small&#38;gt;Name (required)&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;input type=&#34;text&#34; tabindex=&#34;1&#34; size=&#34;22&#34; value='&#38;lt;?php if (isset($the_name)) { echo $the_name; } else { echo &#34;Name&#34;; }  ?&#38;gt;' id=&#34;author&#34; class=&#34;text_input is_name&#34; name=&#34;author&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p class=&#34;&#38;lt;?php if (isset($the_emailclass)) echo $the_emailclass; ?&#38;gt;&#34;&#38;gt;&#38;lt;label for=&#34;email&#34;&#38;gt;&#38;lt;small&#38;gt;Mail (will not be published) (required)&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;input type=&#34;text&#34; tabindex=&#34;2&#34; size=&#34;22&#34; value='&#38;lt;?php if (isset($the_email)) { echo $the_email; } else { echo &#34;Email&#34;; } ?&#38;gt;' id=&#34;email&#34; class=&#34;text_input is_email&#34; name=&#34;email&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;label for=&#34;url&#34;&#38;gt;&#38;lt;small&#38;gt;Website&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;input type=&#34;text&#34; tabindex=&#34;3&#34; size=&#34;22&#34;value=&#34;&#38;lt;?php if (isset($the_website)) { echo $the_website; } else { echo &#34;Website URL&#34;; }?&#38;gt;&#34; id=&#34;url&#34; class=&#34;text_input&#34; name=&#34;url&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;message_data&#34;&#38;gt;&#60;br /&#62;
&#38;lt;p class=&#34;&#38;lt;?php if (isset($the_messageclass)) echo $the_messageclass; ?&#38;gt;&#34;&#38;gt;&#38;lt;textarea style=&#34;width: 589px !important&#34; tabindex=&#34;4&#34; class=&#34;text_area is_empty&#34; rows=&#34;10&#34; cols=&#34;100%&#34; id=&#34;comment&#34; name=&#34;comment&#34;&#38;gt;&#38;lt;?php  if (isset($the_message)) echo $the_message ?&#38;gt;&#38;lt;/textarea&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; id=&#34;postID&#34; name=&#34;postID&#34; value=&#34;&#38;lt;?php echo $postID; ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;input type=&#34;submit&#34; value=&#34;Submit&#34; tabindex=&#34;5&#34; id=&#34;submit&#34; class=&#34;button&#34; name=&#34;submit&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;?php } else { ?&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;?php } ?&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;/form&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now for the actual submission code. I've just re-used the Contact.php code and changed some things:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
if(isset($_POST['Submit']) &#124;&#124; isset($_POST['ajax'])){&#60;/p&#62;
&#60;p&#62;		$errorC = false;&#60;br /&#62;
		$postID = $_POST['postID'];&#60;br /&#62;
		$the_name = $_POST['author'];&#60;br /&#62;
		$the_email = $_POST['email'];&#60;/p&#62;
&#60;p&#62;		date_default_timezone_set('America/New_York');&#60;/p&#62;
&#60;p&#62;		$time = time();&#60;/p&#62;
&#60;p&#62;		function makeClickableWebsite($the_website) {&#60;br /&#62;
		  $the_website = eregi_replace('(((f&#124;ht){1}tp://)[-a-zA-Z0-9@:%_\+.~#?&#38;amp;//=]+)',&#60;br /&#62;
		    '&#60;a href=&#34;\\1&#34;&#62;\\1&#60;/a&#62;', $the_website);&#60;br /&#62;
		  $the_website = eregi_replace('([[:space:]()[{}])(www.[-a-zA-Z0-9@:%_\+.~#?&#38;amp;//=]+)',&#60;br /&#62;
		    '\\1&#60;a href=&#34;http://\\2&#34;&#62;\\2&#60;/a&#62;', $the_website);&#60;br /&#62;
		  $the_website = eregi_replace('([_\.0-9a-z-]+@([0-9a-z][0-9a-z-]+\.)+[a-z]{2,3})',&#60;br /&#62;
		    '&#60;a href=&#34;mailto:\\1&#34;&#62;\\1&#60;/a&#62;', $the_website);&#60;br /&#62;
		return $the_website;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		$the_website = makeClickableWebsite(stripslashes($_POST['website']));&#60;/p&#62;
&#60;p&#62;		function makeClickableLinks($the_message) {&#60;br /&#62;
		  $the_message = eregi_replace('(((f&#124;ht){1}tp://)[-a-zA-Z0-9@:%_\+.~#?&#38;amp;//=]+)',&#60;br /&#62;
		    '&#60;a href=&#34;\\1&#34;&#62;\\1&#60;/a&#62;', $the_message);&#60;br /&#62;
		  $the_message = eregi_replace('([[:space:]()[{}])(www.[-a-zA-Z0-9@:%_\+.~#?&#38;amp;//=]+)',&#60;br /&#62;
		    '\\1&#60;a href=&#34;http://\\2&#34;&#62;\\2&#60;/a&#62;', $the_message);&#60;br /&#62;
		  $the_message = eregi_replace('([_\.0-9a-z-]+@([0-9a-z][0-9a-z-]+\.)+[a-z]{2,3})',&#60;br /&#62;
		    '&#60;a href=&#34;mailto:\\1&#34;&#62;\\1&#60;/a&#62;', $the_message);&#60;br /&#62;
		return $the_message;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		$the_message = makeClickableLinks(str_replace(array(&#34;\\r\\n&#34;, &#34;\\r&#34;, &#34;\\n&#34;), &#34;&#60;br /&#62;&#34;, stripslashes($_POST['comment'])));&#60;/p&#62;
&#60;p&#62;		if(!checkmymail($the_email))&#60;br /&#62;
		{&#60;br /&#62;
			$errorC = true;&#60;br /&#62;
			$the_emailclass = &#34;error&#34;;&#60;br /&#62;
		}else{&#60;br /&#62;
			$the_emailclass = &#34;valid&#34;;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		if($the_name == &#34;&#34; &#124;&#124; $the_name == &#34;Name&#34;)&#60;br /&#62;
		{&#60;br /&#62;
			$errorC = true;&#60;br /&#62;
			$the_nameclass = &#34;error&#34;;&#60;br /&#62;
		}else{&#60;br /&#62;
			$the_nameclass = &#34;valid&#34;;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		if($the_message == &#34;&#34;)&#60;br /&#62;
		{&#60;br /&#62;
			$errorC = true;&#60;br /&#62;
			$the_messageclass = &#34;error&#34;;&#60;br /&#62;
		}else{&#60;br /&#62;
			$the_messageclass = &#34;valid&#34;;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		if($errorC == false)&#60;br /&#62;
		{&#60;br /&#62;
			$newcomment = mysql_query(&#34;INSERT into $table24 (postID, commentDate, author, email, website, comment) VALUES ('$postID', '$time', '$the_name', '$the_email', '$the_website', '$message')&#34;) or die (mysql_error());&#60;/p&#62;
&#60;p&#62;			if(isset($_POST['ajax'])){&#60;br /&#62;
			echo&#34;&#38;lt;p&#38;gt;Thank you for your comment!&#38;lt;/p&#38;gt;&#34;;&#60;br /&#62;
			}&#60;/p&#62;
&#60;p&#62;			getcount($table24, $postID);&#60;br /&#62;
			getcomments($table24, $postID);&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;}	&#60;/p&#62;
&#60;p&#62;function checkmymail($the_email){&#60;br /&#62;
	$email_flag=preg_match(&#34;!^\w[\w&#124;\.&#124;\-]+@\w[\w&#124;\.&#124;\-]+\.[a-zA-Z]{2,4}$!&#34;,$the_email);&#60;br /&#62;
	return $email_flag;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm calling in the script using this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
if(isset($_POST['Submit']))&#60;br /&#62;
{&#60;br /&#62;
	include('../phpf/submitcomment.php');&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Same as on the contact page. Calling in the script once the form is set. Can you help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "ELEMENTIA 4 IN 1 - Blog Entries"</title>
			<link>http://www.kriesi.at/support/topic/elementia-4-in-1-blog-entries#post-20639</link>
			<pubDate>Tue, 07 Jun 2011 18:49:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
yes - if you build your website with a custom php framework you need to write everything from scratch or you can use functions which are provided by the framework (i.e. cake, codigniter, etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artispot on "ELEMENTIA 4 IN 1 - Blog Entries"</title>
			<link>http://www.kriesi.at/support/topic/elementia-4-in-1-blog-entries#post-20558</link>
			<pubDate>Mon, 06 Jun 2011 13:53:17 +0000</pubDate>
			<dc:creator>artispot</dc:creator>
			<guid isPermaLink="false">20558@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, James for the quick response. I didn't get an email, and so I figured I'd check the site to see if there were any responses. I'm not using WP for this, I'm just customizing the html and php to suit my needs. But I figured out how to do it manually, so thanks for your help.&#60;/p&#62;
&#60;p&#62;One other thing, though, I guess I have to do the same for the comments as well, then, eh? Customize the function to also include a mysql update whenever someone submits a comment and then loop through them to display them on the page.&#60;/p&#62;
&#60;p&#62;This is such a great theme, I'm really impressed with it. Thanks for everything!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "ELEMENTIA 4 IN 1 - Blog Entries"</title>
			<link>http://www.kriesi.at/support/topic/elementia-4-in-1-blog-entries#post-20187</link>
			<pubDate>Tue, 31 May 2011 09:21:09 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">20187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The number of posts appearing on a blog page is controlled through WP Admin, you can find the option under Settings &#38;gt; Reading and change the number from the default of 10 to a number of your choosing. By the sounds of it, yours is set to 2.&#60;/p&#62;
&#60;p&#62;Please post the site URL if you need further help.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artispot on "ELEMENTIA 4 IN 1 - Blog Entries"</title>
			<link>http://www.kriesi.at/support/topic/elementia-4-in-1-blog-entries#post-20150</link>
			<pubDate>Mon, 30 May 2011 13:07:27 +0000</pubDate>
			<dc:creator>artispot</dc:creator>
			<guid isPermaLink="false">20150@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Kriesi,&#60;/p&#62;
&#60;p&#62;Thanks for a great theme! I downloaded and deployed it with no problem. Now, I'm customizing it and I was wondering about the blog section. So, I want to create a while loop to pull blog entries from a database, and I was wondering about pagination, because it looks like the Blog page limits it to 2 entries per page. Is that an automatic function or do I have to do something to create more tabs at the bottom where it says 1, 2, 3, 4, 5, etc.&#60;/p&#62;
&#60;p&#62;I'm really excited about using this theme. I've been looking forward to it for months! Way to go, Kriesi!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>akraemer on "Blog main page showing the entire post."</title>
			<link>http://www.kriesi.at/support/topic/blog-main-page-showing-the-entire-post#post-19698</link>
			<pubDate>Tue, 24 May 2011 01:13:37 +0000</pubDate>
			<dc:creator>akraemer</dc:creator>
			<guid isPermaLink="false">19698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62; Using the Display theme when switching from the “the_content('Read more');” to “the_excerpt();” On the blog page it only displays two sentences of the blog and doesn’t provide the “Read More” button. &#60;/p&#62;
&#60;p&#62;Is it possible to allow it display a whole paragraph of text and then place the “Read More” button after the excerpt on the blog page?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
