<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Magazeen WP Theme Pagination Fix</title>
	<atom:link href="http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/</link>
	<description>SEO &#124; Marketing &#124; Coding Tips and Social Media News</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:59:20 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ColtGraphX</title>
		<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/comment-page-3/#comment-145</link>
		<dc:creator>ColtGraphX</dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanyockey.com/?p=146#comment-145</guid>
		<description>Hi Mashby,&lt;br&gt;I like what you&#039;ve done with the theme, it would definitely suit what I&#039;m looking for...&lt;br&gt;Could you please provide a link to you index.php file ? &lt;br&gt;Also advise if you&#039;ve had to modify any other files for this to work.&lt;br&gt;Thank you, your help would be greatly appreciated.&lt;br&gt;Colt</description>
		<content:encoded><![CDATA[<p>Hi Mashby,<br />I like what you&#39;ve done with the theme, it would definitely suit what I&#39;m looking for&#8230;<br />Could you please provide a link to you index.php file ? <br />Also advise if you&#39;ve had to modify any other files for this to work.<br />Thank you, your help would be greatly appreciated.<br />Colt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Yockey</title>
		<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/comment-page-3/#comment-143</link>
		<dc:creator>Ryan Yockey</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanyockey.com/?p=146#comment-143</guid>
		<description>1. I have been toying with Disqus on a few websites. I personally like the integration options with various social networks. It really depends on the sites purpose. For a site like mine, where its blogging only it is a good fit.&lt;br&gt;&lt;br&gt;2. Yeah, you will have to re-add whatever code you modified on your previous version of Magazeen. The plugins/etc will still be active, although I imagine some will require you to add bits of code to make them visible.&lt;br&gt;&lt;br&gt;3. The code you pasted here looks like a header.php from the Wordpress core files and not the theme itself. If you have a look in the Magazeen theme folder, you will see the correct header.php code. In particular this section:&lt;br&gt;&lt;br&gt;div id=&quot;logo&quot;&lt;br&gt;		&lt;br&gt;				 h2&lt;?php bloginfo( &#039;description&#039; ); ?&gt;&lt;/ h2&lt;br&gt;				h1&gt;&lt;span&gt;&lt;/span&gt;&lt;a href=&quot;&lt;?php bloginfo( &#039;url&#039; ); ?&gt;&quot; title=&quot;&lt;?php bloginfo( &#039;name&#039; ); ?&gt;&quot; &lt;?php echo strtolower( get_settings( &#039;blogname&#039; ) ); ?&gt;/a /h1&lt;br&gt;				&lt;br&gt;			&lt;/div&gt;&lt;!-- End logo --&gt;&lt;br&gt;&lt;br&gt;I suggest exchanging the h1 .... /h1 for something like this: h1 img src=&quot;http://www.mysite.com/wp-content/theme/magazeen/images/mylogo.jpg&quot; / /h1&gt;&lt;br&gt;&lt;br&gt;This is obviously a bit of a rough idea of what you would want to do though. I had to remove a few of the HTML brackets on here, because diqus was trying to process them on the page itself.&lt;br&gt;&lt;br&gt;(For the HTML compliance folks who read this, I&#039;m retaining the H1 tag for simplicity sake and to retain the CSS styles already implemented within it.)</description>
		<content:encoded><![CDATA[<p>1. I have been toying with Disqus on a few websites. I personally like the integration options with various social networks. It really depends on the sites purpose. For a site like mine, where its blogging only it is a good fit.</p>
<p>2. Yeah, you will have to re-add whatever code you modified on your previous version of Magazeen. The plugins/etc will still be active, although I imagine some will require you to add bits of code to make them visible.</p>
<p>3. The code you pasted here looks like a header.php from the Wordpress core files and not the theme itself. If you have a look in the Magazeen theme folder, you will see the correct header.php code. In particular this section:</p>
<p>div id=&#8221;logo&#8221;</p>
<p>				 h2&lt;?php bloginfo( &#39;description&#39; ); ?&gt;&lt;/ h2<br />				h1&gt;<span></span>&lt;a href=&#8221;&lt;?php bloginfo( &#39;url&#39; ); ?&gt;&#8221; title=&#8221;&lt;?php bloginfo( &#39;name&#39; ); ?&gt;&#8221; &lt;?php echo strtolower( get_settings( &#39;blogname&#39; ) ); ?&gt;/a /h1</p>
<p>			&lt;/div&gt;&lt;!&#8211; End logo &#8211;&gt;</p>
<p>I suggest exchanging the h1 &#8230;. /h1 for something like this: h1 img src=&#8221;http://www.mysite.com/wp-content/theme/magazeen/images/mylogo.jpg&#8221; / /h1&gt;</p>
<p>This is obviously a bit of a rough idea of what you would want to do though. I had to remove a few of the HTML brackets on here, because diqus was trying to process them on the page itself.</p>
<p>(For the HTML compliance folks who read this, I&#39;m retaining the H1 tag for simplicity sake and to retain the CSS styles already implemented within it.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Yockey</title>
		<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/comment-page-2/#comment-142</link>
		<dc:creator>Ryan Yockey</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanyockey.com/?p=146#comment-142</guid>
		<description>1. I have been toying with Disqus on a few websites. I personally like the integration options with various social networks. It really depends on the sites purpose. For a site like mine, where its blogging only it is a good fit.&lt;br&gt;&lt;br&gt;2. Yeah, you will have to re-add whatever code you modified on your previous version of Magazeen. The plugins/etc will still be active, although I imagine some will require you to add bits of code to make them visible.&lt;br&gt;&lt;br&gt;3. The code you pasted here looks like a header.php from the Wordpress core files and not the theme itself. If you have a look in the Magazeen theme folder, you will see the correct header.php code. In particular this section:&lt;br&gt;&lt;br&gt;&lt;div id=&quot;logo&quot;&gt;&lt;br&gt;		&lt;br&gt;				&lt;h2&gt;&lt;?php bloginfo( &#039;description&#039; ); ?&gt;&lt;/h2&gt;&lt;br&gt;				&lt;h1&gt;&lt;span&gt;&lt;/span&gt;&lt;a href=&quot;&lt;?php bloginfo( &#039;url&#039; ); ?&gt;&quot; title=&quot;&lt;?php bloginfo( &#039;name&#039; ); ?&gt;&quot;&gt;&lt;?php echo strtolower( get_settings( &#039;blogname&#039; ) ); ?&gt;&lt;/a&gt;&lt;/h1&gt;&lt;br&gt;				&lt;br&gt;			&lt;/div&gt;&lt;!-- End logo --&gt;&lt;br&gt;&lt;br&gt;I suggest exchanging the &lt;h1&gt; .... &lt;/h1&gt; for something like this: &lt;h1&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/theme/magazeen/images/mylogo.jpg&quot; /&gt;&lt;/h1&gt;&lt;br&gt;&lt;br&gt;This is obviously a bit of a rough idea of what you would want to do though. &lt;br&gt;&lt;br&gt;(For the HTML compliance folks who read this, I&#039;m retaining the H1 tag for simplicity sake and to retain the CSS styles already implemented within it. )</description>
		<content:encoded><![CDATA[<p>1. I have been toying with Disqus on a few websites. I personally like the integration options with various social networks. It really depends on the sites purpose. For a site like mine, where its blogging only it is a good fit.</p>
<p>2. Yeah, you will have to re-add whatever code you modified on your previous version of Magazeen. The plugins/etc will still be active, although I imagine some will require you to add bits of code to make them visible.</p>
<p>3. The code you pasted here looks like a header.php from the Wordpress core files and not the theme itself. If you have a look in the Magazeen theme folder, you will see the correct header.php code. In particular this section:</p>
<p>&lt;div id=&#8221;logo&#8221;&gt;</p>
<h2>&lt;?php bloginfo( &#39;description&#39; ); ?&gt;</h2>
<p>	<br />
<h1><span></span>&lt;a href=&#8221;&lt;?php bloginfo( &#39;url&#39; ); ?&gt;&#8221; title=&#8221;&lt;?php bloginfo( &#39;name&#39; ); ?&gt;&#8221;&gt;&lt;?php echo strtolower( get_settings( &#39;blogname&#39; ) ); ?&gt;</h1>
<p>			&lt;/div&gt;&lt;!&#8211; End logo &#8211;&gt;</p>
<p>I suggest exchanging the<br />
<h1> &#8230;. </h1>
<p> for something like this:<br />
<h1>&lt;img src=&#8221;http://www.mysite.com/wp-content/theme/magazeen/images/mylogo.jpg&#8221; /&gt;</h1>
<p>This is obviously a bit of a rough idea of what you would want to do though. </p>
<p>(For the HTML compliance folks who read this, I&#39;m retaining the H1 tag for simplicity sake and to retain the CSS styles already implemented within it. )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: columkil</title>
		<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/comment-page-2/#comment-141</link>
		<dc:creator>columkil</dc:creator>
		<pubDate>Thu, 18 Feb 2010 12:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanyockey.com/?p=146#comment-141</guid>
		<description>Hey Ryan ...&lt;br&gt;&lt;br&gt;Thanks for all the help you&#039;ve been offering here ... I have some questions ...&lt;br&gt;&lt;br&gt;1: Why do you prefer using DISQUS over the the inbuilt Wordpress commenter?&lt;br&gt;&lt;br&gt;2: If I was to install your updated Magazeen theme, (obviously I&#039;ll back up my site first), would all of the plugins, posts, PayPal portals, &quot;tweeks&quot; etc disappear?&lt;br&gt;&lt;br&gt;3: I noticed one commenter below asking about putting a jpeg in the header. I get that I have to edit the header.php but where and how do I place a command to place a jpeg; better still a series of rotating jpegs? I&#039;ve pasted in the code from the header below ... Thanks loads mate!&lt;br&gt;&lt;br&gt;&lt;?php&lt;br&gt;/**&lt;br&gt; * Loads the WordPress environment and template.&lt;br&gt; *&lt;br&gt; * @package WordPress&lt;br&gt; */&lt;br&gt;&lt;br&gt;if ( !isset($wp_did_header) ) {&lt;br&gt;&lt;br&gt;	$wp_did_header = true;&lt;br&gt;&lt;br&gt;	require_once( dirname(__FILE__) . &#039;/wp-load.php&#039; );&lt;br&gt;&lt;br&gt;	wp();&lt;br&gt;&lt;br&gt;	require_once( ABSPATH . WPINC . &#039;/template-loader.php&#039; );&lt;br&gt;&lt;br&gt;}&lt;br&gt;&lt;br&gt;?&gt;</description>
		<content:encoded><![CDATA[<p>Hey Ryan &#8230;</p>
<p>Thanks for all the help you&#39;ve been offering here &#8230; I have some questions &#8230;</p>
<p>1: Why do you prefer using DISQUS over the the inbuilt Wordpress commenter?</p>
<p>2: If I was to install your updated Magazeen theme, (obviously I&#39;ll back up my site first), would all of the plugins, posts, PayPal portals, &#8220;tweeks&#8221; etc disappear?</p>
<p>3: I noticed one commenter below asking about putting a jpeg in the header. I get that I have to edit the header.php but where and how do I place a command to place a jpeg; better still a series of rotating jpegs? I&#39;ve pasted in the code from the header below &#8230; Thanks loads mate!</p>
<p>&lt;?php<br />/**<br /> * Loads the WordPress environment and template.<br /> *<br /> * @package WordPress<br /> */</p>
<p>if ( !isset($wp_did_header) ) {</p>
<p>	$wp_did_header = true;</p>
<p>	require_once( dirname(__FILE__) . &#39;/wp-load.php&#39; );</p>
<p>	wp();</p>
<p>	require_once( ABSPATH . WPINC . &#39;/template-loader.php&#39; );</p>
<p>}</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/comment-page-2/#comment-140</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Fri, 29 Jan 2010 02:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanyockey.com/?p=146#comment-140</guid>
		<description>Hi Ryan, Thanks for helping everyone with the magazeen wordpress theme. I tried putting your fixes within my template but cannot find out what I am missing. Please view &lt;a href=&quot;http://www.feltandfitted.com&quot; rel=&quot;nofollow&quot;&gt;www.feltandfitted.com&lt;/a&gt;. I only want the first post style.&lt;br&gt;&lt;br&gt;Here is the code:&lt;br&gt;&lt;?php&lt;br&gt;&lt;br&gt;/**&lt;br&gt;&lt;br&gt; * @package WordPress&lt;br&gt;&lt;br&gt; * @subpackage Default_Theme&lt;br&gt;&lt;br&gt; */&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;get_header(); ?&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;	&lt;div id=&quot;main-content&quot; class=&quot;clearfix&quot;&gt;&lt;br&gt;&lt;br&gt;	&lt;br&gt;&lt;br&gt;		&lt;div class=&quot;container&quot;&gt;&lt;br&gt;&lt;br&gt;	&lt;br&gt;&lt;br&gt;			&lt;div class=&quot;col-580 left&quot;&gt;&lt;br&gt;&lt;br&gt;		&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;				&lt;?php&lt;br&gt;&lt;br&gt;					query_posts( &#039;showposts=16&#039; );&lt;br&gt;&lt;br&gt;					if (have_posts()) : &lt;br&gt;&lt;br&gt;						while (have_posts()) : the_post(); $category = get_the_category(); &lt;br&gt;&lt;br&gt;				?&gt;&lt;br&gt;&lt;br&gt;			&lt;br&gt;&lt;br&gt;				&lt;div &lt;?php post_class(); ?&gt;&gt;&lt;br&gt;&lt;br&gt;			&lt;br&gt;&lt;br&gt;					&lt;div class=&quot;post-meta clearfix&quot;&gt;&lt;br&gt;&lt;br&gt;				&lt;br&gt;&lt;br&gt;						&lt;h3 class=&quot;post-title left&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h3&gt;&lt;br&gt;&lt;br&gt;						&lt;p class=&quot;post-info right&quot;&gt;&lt;br&gt;&lt;br&gt;							&lt;br&gt;&lt;br&gt;							&lt;?php the_time( &#039;l F j, Y&#039; ) ?&gt;&lt;br&gt;&lt;br&gt;						&lt;/p&gt;&lt;br&gt;&lt;br&gt;						&lt;br&gt;&lt;br&gt;						&lt;br&gt;&lt;br&gt;					&lt;/div&gt;&lt;!-- End post-meta --&gt;&lt;br&gt;&lt;br&gt;					&lt;br&gt;&lt;br&gt;					&lt;div class=&quot;post-box&quot;&gt;&lt;br&gt;&lt;br&gt;					&lt;br&gt;&lt;br&gt;						&lt;div class=&quot;post-content&quot;&gt;&lt;br&gt;&lt;br&gt;					&lt;br&gt;&lt;br&gt;							&lt;?php if( get_post_meta( $post-&gt;ID, &quot;image_value&quot;, true ) ) : ?&gt;&lt;br&gt;&lt;br&gt;							&lt;br&gt;&lt;br&gt;							&lt;div class=&quot;post-image&quot;&gt;&lt;br&gt;&lt;br&gt;								&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&quot;&gt;&lt;img src=&quot;&lt;?php bloginfo( &#039;template_directory&#039; ); ?&gt;/timthumb.php?src=&lt;?php echo get_post_meta( $post-&gt;ID, &quot;image_value&quot;, true ); ?&gt;&amp;w=620&amp;h=350&amp;zc=1&quot; alt=&quot;&lt;?php the_title(); ?&gt;&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;							&lt;/div&gt;&lt;br&gt;&lt;br&gt;							&lt;br&gt;&lt;br&gt;							&lt;?php endif; ?&gt;&lt;br&gt;&lt;br&gt;							&lt;br&gt;&lt;br&gt;							&lt;br&gt;&lt;br&gt;							&lt;br&gt;&lt;br&gt;							&lt;div class=&quot;post-intro&quot;&gt;&lt;br&gt;&lt;br&gt;							&lt;br&gt;&lt;br&gt;								&lt;?php the_content( &#039;&#039; ); ?&gt;&lt;br&gt;&lt;br&gt;								&lt;br&gt;&lt;br&gt;							&lt;/div&gt;&lt;!-- End post-intro --&gt;&lt;br&gt;&lt;br&gt;							&lt;br&gt;&lt;br&gt;						&lt;/div&gt;&lt;!-- End post-content --&gt;&lt;br&gt;&lt;br&gt;						&lt;br&gt;&lt;br&gt;						&lt;div class=&quot;post-footer clearfix&quot;&gt;&lt;br&gt;&lt;br&gt;						&lt;br&gt;&lt;br&gt;							&lt;div class=&quot;continue-reading&quot;&gt;&lt;br&gt;&lt;br&gt;								&lt;a href=&quot;&lt;?php the_permalink() ?&gt;#more-&lt;?php the_ID(); ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Continue Reading &lt;?php the_title_attribute(); ?&gt;&quot;&gt;Continue Reading&lt;/a&gt;&lt;br&gt;&lt;br&gt;							&lt;/div&gt;&lt;br&gt;&lt;br&gt;							&lt;br&gt;&lt;br&gt;							&lt;div class=&quot;category-menu&quot;&gt;&lt;br&gt;&lt;br&gt;														&lt;br&gt;&lt;br&gt;								&lt;div class=&quot;category clearfix&quot;&gt;&lt;br&gt;&lt;br&gt;									&lt;div&gt;&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;span class=&quot;indicator&quot;&gt;&lt;/span&gt; &lt;?php echo $category[0]-&gt;cat_name; ?&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;								&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;																&lt;br&gt;&lt;br&gt;								&lt;div class=&quot;dropdown&quot;&gt;&lt;br&gt;&lt;br&gt;								&lt;br&gt;&lt;br&gt;									&lt;ul class=&quot;cat-posts&quot;&gt;&lt;br&gt;&lt;br&gt;										&lt;?php&lt;br&gt;&lt;br&gt;											$posted = get_posts( &quot;category=&quot; . $category[0]-&gt;cat_ID );&lt;br&gt;&lt;br&gt;											if( $posted ) :&lt;br&gt;&lt;br&gt;												foreach( $posted as $post ) : setup_postdata( $posted );&lt;br&gt;&lt;br&gt;										?&gt;&lt;br&gt;&lt;br&gt;										&lt;li&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;span&gt;&lt;?php the_time( &#039; F j, Y&#039; ) ?&gt;&lt;/span&gt;&lt;/li&gt;&lt;br&gt;&lt;br&gt;										&lt;?php&lt;br&gt;&lt;br&gt;												endforeach;&lt;br&gt;&lt;br&gt;											endif;&lt;br&gt;&lt;br&gt;										?&gt;&lt;br&gt;&lt;br&gt;										&lt;li class=&quot;view-more&quot;&gt;&lt;a href=&quot;&lt;?php echo get_category_link( $category[0]-&gt;cat_ID ); ?&gt;&quot; class=&quot;view-more&quot;&gt;View More &#187;&lt;/a&gt;&lt;/li&gt;&lt;br&gt;&lt;br&gt;									&lt;/ul&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;									&lt;br&gt;&lt;br&gt;								&lt;/div&gt;&lt;!-- End dropdown --&gt;&lt;br&gt;&lt;br&gt;							&lt;br&gt;&lt;br&gt;							&lt;/div&gt;&lt;!-- End category --&gt;&lt;br&gt;&lt;br&gt;													&lt;br&gt;&lt;br&gt;						&lt;/div&gt;&lt;!-- End post-footer --&gt;&lt;br&gt;&lt;br&gt;					&lt;br&gt;&lt;br&gt;					&lt;/div&gt;&lt;!-- End post-box --&gt;&lt;br&gt;&lt;br&gt;					&lt;br&gt;&lt;br&gt;				&lt;/div&gt;&lt;!-- End post --&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;				&lt;br&gt;&lt;br&gt;				&lt;?php&lt;br&gt;&lt;br&gt;						endwhile;&lt;br&gt;&lt;br&gt;					endif;&lt;br&gt;&lt;br&gt;				?&gt;&lt;br&gt;&lt;br&gt;		&lt;br&gt;&lt;br&gt;						&lt;br&gt;						&lt;br&gt;			&lt;/div&gt;&lt;!-- End col-580 (Left Column) --&gt;&lt;br&gt;&lt;br&gt;			&lt;br&gt;&lt;br&gt;			&lt;div class=&quot;col-340 right&quot;&gt;&lt;br&gt;&lt;br&gt;			&lt;br&gt;&lt;br&gt;				&lt;ul id=&quot;sidebar&quot;&gt;&lt;br&gt;&lt;br&gt;				&lt;br&gt;&lt;br&gt;					&lt;?php get_sidebar(); ?&gt;&lt;br&gt;&lt;br&gt;					&lt;br&gt;&lt;br&gt;				&lt;/ul&gt;&lt;!-- End sidebar --&gt;   &lt;br&gt;&lt;br&gt;								&lt;br&gt;&lt;br&gt;			&lt;/div&gt;&lt;!-- End col-340 (Right Column) --&gt;&lt;br&gt;&lt;br&gt;			&lt;br&gt;&lt;br&gt;		&lt;/div&gt;&lt;!-- End container --&gt;&lt;br&gt;&lt;br&gt;		&lt;br&gt;&lt;br&gt;	&lt;/div&gt;&lt;!-- End main-content --&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;?php get_footer(); ?&gt;</description>
		<content:encoded><![CDATA[<p>Hi Ryan, Thanks for helping everyone with the magazeen wordpress theme. I tried putting your fixes within my template but cannot find out what I am missing. Please view <a href="http://www.feltandfitted.com" rel="nofollow">http://www.feltandfitted.com</a>. I only want the first post style.</p>
<p>Here is the code:<br />&lt;?php</p>
<p>/**</p>
<p> * @package WordPress</p>
<p> * @subpackage Default_Theme</p>
<p> */</p>
<p>get_header(); ?&gt;</p>
<p>	&lt;div id=&#8221;main-content&#8221; class=&#8221;clearfix&#8221;&gt;</p>
<p>		&lt;div class=&#8221;container&#8221;&gt;</p>
<p>			&lt;div class=&#8221;col-580 left&#8221;&gt;</p>
<p>				&lt;?php</p>
<p>					query_posts( &#39;showposts=16&#39; );</p>
<p>					if (have_posts()) : </p>
<p>						while (have_posts()) : the_post(); $category = get_the_category(); </p>
<p>				?&gt;</p>
<p>				&lt;div &lt;?php post_class(); ?&gt;&gt;</p>
<p>					&lt;div class=&#8221;post-meta clearfix&#8221;&gt;</p>
<p>						&lt;h3 class=&#8221;post-title left&#8221;&gt;&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; rel=&#8221;bookmark&#8221; title=&#8221;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;/h3&gt;</p>
<p class="post-info right">
<p>							&lt;?php the_time( &#39;l F j, Y&#39; ) ?&gt;</p>
<p>					&lt;/div&gt;&lt;!&#8211; End post-meta &#8211;&gt;</p>
<p>					&lt;div class=&#8221;post-box&#8221;&gt;</p>
<p>						&lt;div class=&#8221;post-content&#8221;&gt;</p>
<p>							&lt;?php if( get_post_meta( $post-&gt;ID, &#8220;image_value&#8221;, true ) ) : ?&gt;</p>
<p>							&lt;div class=&#8221;post-image&#8221;&gt;</p>
<p>								&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; rel=&#8221;bookmark&#8221; title=&#8221;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&#8221;&gt;&lt;img src=&#8221;&lt;?php bloginfo( &#39;template_directory&#39; ); ?&gt;/timthumb.php?src=&lt;?php echo get_post_meta( $post-&gt;ID, &#8220;image_value&#8221;, true ); ?&gt;&amp;w=620&amp;h=350&amp;zc=1&#8243; alt=&#8221;&lt;?php the_title(); ?&gt;&#8221; /&gt;</p>
<p>							&lt;/div&gt;</p>
<p>							&lt;?php endif; ?&gt;</p>
<p>							&lt;div class=&#8221;post-intro&#8221;&gt;</p>
<p>								&lt;?php the_content( &#39;&#39; ); ?&gt;</p>
<p>							&lt;/div&gt;&lt;!&#8211; End post-intro &#8211;&gt;</p>
<p>						&lt;/div&gt;&lt;!&#8211; End post-content &#8211;&gt;</p>
<p>						&lt;div class=&#8221;post-footer clearfix&#8221;&gt;</p>
<p>							&lt;div class=&#8221;continue-reading&#8221;&gt;</p>
<p>								&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;#more-&lt;?php the_ID(); ?&gt;&#8221; rel=&#8221;bookmark&#8221; title=&#8221;Continue Reading &lt;?php the_title_attribute(); ?&gt;&#8221;&gt;Continue Reading</p>
<p>							&lt;/div&gt;</p>
<p>							&lt;div class=&#8221;category-menu&#8221;&gt;</p>
<p>								&lt;div class=&#8221;category clearfix&#8221;&gt;</p>
<p>									&lt;div&gt;<a href="#" rel="nofollow">&lt;span class=&#8221;indicator&#8221;&gt;&lt;/span&gt; &lt;?php echo $category[0]-&gt;cat_name; ?&gt;</a>&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>								&lt;div class=&#8221;dropdown&#8221;&gt;</p>
<p>									&lt;ul class=&#8221;cat-posts&#8221;&gt;</p>
<p>										&lt;?php</p>
<p>											$posted = get_posts( &#8220;category=&#8221; . $category[0]-&gt;cat_ID );</p>
<p>											if( $posted ) :</p>
<p>												foreach( $posted as $post ) : setup_postdata( $posted );</p>
<p>										?&gt;</p>
<p>										&lt;li&gt;&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; rel=&#8221;bookmark&#8221; title=&#8221;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;span&gt;&lt;?php the_time( &#39; F j, Y&#39; ) ?&gt;&lt;/span&gt;&lt;/li&gt;</p>
<p>										&lt;?php</p>
<p>												endforeach;</p>
<p>											endif;</p>
<p>										?&gt;</p>
<p>										&lt;li class=&#8221;view-more&#8221;&gt;&lt;a href=&#8221;&lt;?php echo get_category_link( $category[0]-&gt;cat_ID ); ?&gt;&#8221; class=&#8221;view-more&#8221;&gt;View More &raquo;&lt;/li&gt;</p>
<p>									&lt;/ul&gt;</p>
<p>								&lt;/div&gt;&lt;!&#8211; End dropdown &#8211;&gt;</p>
<p>							&lt;/div&gt;&lt;!&#8211; End category &#8211;&gt;</p>
<p>						&lt;/div&gt;&lt;!&#8211; End post-footer &#8211;&gt;</p>
<p>					&lt;/div&gt;&lt;!&#8211; End post-box &#8211;&gt;</p>
<p>				&lt;/div&gt;&lt;!&#8211; End post &#8211;&gt;</p>
<p>				&lt;?php</p>
<p>						endwhile;</p>
<p>					endif;</p>
<p>				?&gt;</p>
<p>			&lt;/div&gt;&lt;!&#8211; End col-580 (Left Column) &#8211;&gt;</p>
<p>			&lt;div class=&#8221;col-340 right&#8221;&gt;</p>
<p>				&lt;ul id=&#8221;sidebar&#8221;&gt;</p>
<p>					&lt;?php get_sidebar(); ?&gt;</p>
<p>				&lt;/ul&gt;&lt;!&#8211; End sidebar &#8211;&gt;   </p>
<p>			&lt;/div&gt;&lt;!&#8211; End col-340 (Right Column) &#8211;&gt;</p>
<p>		&lt;/div&gt;&lt;!&#8211; End container &#8211;&gt;</p>
<p>	&lt;/div&gt;&lt;!&#8211; End main-content &#8211;&gt;</p>
<p>&lt;?php get_footer(); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ikram</title>
		<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/comment-page-2/#comment-139</link>
		<dc:creator>ikram</dc:creator>
		<pubDate>Mon, 18 Jan 2010 15:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanyockey.com/?p=146#comment-139</guid>
		<description>thanks. now i can enjoy using this theme&lt;br&gt;good work</description>
		<content:encoded><![CDATA[<p>thanks. now i can enjoy using this theme<br />good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 00tennis</title>
		<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/comment-page-2/#comment-138</link>
		<dc:creator>00tennis</dc:creator>
		<pubDate>Sun, 17 Jan 2010 05:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanyockey.com/?p=146#comment-138</guid>
		<description>Hi Ryan,&lt;br&gt;&lt;br&gt;I have just launched my blog site &lt;a href=&quot;http://00tennis.com&quot; rel=&quot;nofollow&quot;&gt;00tennis.com&lt;/a&gt; and uploaded Magazeen theme; but have an issue with the thumbnails icon at the top. I tried to browse through the above fixes but would appreciate a fix in leyman&#039;s terms for a smart guy but not into computer programming (over the top but hey)-if you can help me out I&#039;m happy to refer you on twitter etc.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Jason</description>
		<content:encoded><![CDATA[<p>Hi Ryan,</p>
<p>I have just launched my blog site <a href="http://00tennis.com" rel="nofollow">00tennis.com</a> and uploaded Magazeen theme; but have an issue with the thumbnails icon at the top. I tried to browse through the above fixes but would appreciate a fix in leyman&#39;s terms for a smart guy but not into computer programming (over the top but hey)-if you can help me out I&#39;m happy to refer you on twitter etc.</p>
<p>Regards,<br />Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romful</title>
		<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/comment-page-2/#comment-137</link>
		<dc:creator>Romful</dc:creator>
		<pubDate>Mon, 11 Jan 2010 08:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanyockey.com/?p=146#comment-137</guid>
		<description>Anybody did fix the problem about the titles &#039; articles on the top slideshow ? &lt;br&gt;&lt;br&gt;For me it&#039;s still static and it does not work, I tried to fix it but I still not found how to do it.&lt;br&gt;&lt;br&gt;Someone could help me please</description>
		<content:encoded><![CDATA[<p>Anybody did fix the problem about the titles &#39; articles on the top slideshow ? </p>
<p>For me it&#39;s still static and it does not work, I tried to fix it but I still not found how to do it.</p>
<p>Someone could help me please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aych</title>
		<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/comment-page-2/#comment-136</link>
		<dc:creator>aych</dc:creator>
		<pubDate>Sun, 03 Jan 2010 04:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanyockey.com/?p=146#comment-136</guid>
		<description>Ok. Now I just have to figure out how to do that... would it be better if the file was in gif form?</description>
		<content:encoded><![CDATA[<p>Ok. Now I just have to figure out how to do that&#8230; would it be better if the file was in gif form?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Yockey</title>
		<link>http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/comment-page-2/#comment-134</link>
		<dc:creator>Ryan Yockey</dc:creator>
		<pubDate>Sun, 03 Jan 2010 00:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanyockey.com/?p=146#comment-134</guid>
		<description>You&#039;re Welcome.</description>
		<content:encoded><![CDATA[<p>You&#39;re Welcome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
