<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Small Maine Web Design Studio - Ryan Coughlin - Web Designer &#38; Developer &#187; WordPress</title>
	<atom:link href="http://www.ryancoughlin.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryancoughlin.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jan 2012 02:15:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>NextGEN Gallery not loading CSS/Javascript</title>
		<link>http://www.ryancoughlin.com/2009/10/01/nextgen-gallery-not-loading-cssjavascript/</link>
		<comments>http://www.ryancoughlin.com/2009/10/01/nextgen-gallery-not-loading-cssjavascript/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 20:02:34 +0000</pubDate>
		<dc:creator>Ryan Coughlin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=550</guid>
		<description><![CDATA[Is your NextGEN Gallery showing images? But not loading the CSS and Javascript? Find the solution below. I have been working on this project where the client wanted to be able to upload and install image galleries, so I have worked with this one and I love it: http://alexrabe.de/wordpress-plugins/nextgen-gallery/ All was smooth and working until, [...]]]></description>
			<content:encoded><![CDATA[<p>Is your NextGEN Gallery showing images? But not loading the CSS and Javascript? Find the solution below.</p>
<p>I have been working on this project where the client wanted to be able to upload and install image galleries, so I have worked with this one and I love it: http://alexrabe.de/wordpress-plugins/nextgen-gallery/</p>
<p>All was smooth and working until, I removed this one line of code from my header.php in my WordPress theme directory.</p>
<pre class="brush: php; gutter: true">&lt;?php wp_head() ?&gt;</pre>
<p>Without this function in your header.php the gallery does not know where to insert the CSS/JavaScript files to create a fully functioned gallery. <strong>Be sure that it is placed before your closing tag.</strong></p>
<p>To find out more information on the function check out <a href="http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head" rel="external">this</a></p>
<p>All in all, be sure if you are running any type of plugin where they need to insert code upon plugin creation that you have that line within your head element of the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryancoughlin.com/2009/10/01/nextgen-gallery-not-loading-cssjavascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Login Page Blank</title>
		<link>http://www.ryancoughlin.com/2009/09/16/wordpress-login-page-blank/</link>
		<comments>http://www.ryancoughlin.com/2009/09/16/wordpress-login-page-blank/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 15:17:19 +0000</pubDate>
		<dc:creator>Ryan Coughlin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=520</guid>
		<description><![CDATA[Trying to login to your WordPress blog and after submit you get a blank login page? Also trying to access the wp-admin area with a blank screen and no errors? This problem has happened to me many times with my personal site as well as client sites. After trying different things and looking at other [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to login to your WordPress blog and after submit you get a blank login page? Also trying to access the wp-admin area with a blank screen and no errors?</p>
<p>This problem has happened to me many times with my personal site as well as client sites. After trying different things and looking at other articles what worked for me was to:</p>
<ul>
<li>First log out using this url: http://www.yourdomain.com/wp-login.php?loggedout=true</li>
<li>Rename your plugins folder to &#8220;_plugins&#8221; to back them up and create a new folder called &#8220;plugins&#8221; &#8211; this insures that there is on conflict with any plugins that are being run</li>
<li>Replace your current wp-login.php file with a new one</li>
<li>NOTE: You might get a header php error, and if you do follow this <a href="http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F" target="_blank">article</a> posted at WordPress</li>
</ul>
<p>Hopefully those steps can fix this problem for you. If something else works for you, feel free to post the results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryancoughlin.com/2009/09/16/wordpress-login-page-blank/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Display wordpress posts on a page</title>
		<link>http://www.ryancoughlin.com/2009/09/14/display-wordpress-posts-on-a-page/</link>
		<comments>http://www.ryancoughlin.com/2009/09/14/display-wordpress-posts-on-a-page/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 21:34:11 +0000</pubDate>
		<dc:creator>Ryan Coughlin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=509</guid>
		<description><![CDATA[I have been searching for various articles and help to use WordPress to display a page full of your blog posts. I finally found out a source and it is going to be creating a custom page template in WordPress. If you want to read more on this visit: creating custom page templates. The basic [...]]]></description>
			<content:encoded><![CDATA[<p>I have been searching for various articles and help to use WordPress to display a page full of your blog posts. I finally found out a source and it is going to be creating a custom page template in WordPress. If you want to read more on this visit: <a href="http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates" target="_blank">creating custom page templates</a>.</p>
<p>The basic concept, will go as follows:</p>
<ul>
<li>Create a new file and give it a name such as &#8220;allposts.php&#8221;</li>
<li>Paste the code below in the &#8220;allposts.php&#8221;</li>
<li>Upload the file to your theme directory</li>
<li>Create a new page in WordPress</li>
<li>To the right where you see Page Template, select the one you just created</li>
<li>Save and view the page. You should now be viewing your posts</li>
</ul>
<p>The code that goes in to the &#8220;allposts.php&#8221; is below, this is an example from my site. The XHTML can be customized to the theme of your website.<br />
The top section of code is where the name of the page template is defined. This will display on the page editor under the Page Template drop down.</p>
<pre class="brush: php; gutter: true">&lt;?php
/*
Template Name: Page of Posts
*/
?&gt;

&lt;?php get_header(); ?&gt;

			&lt;?php
				$wp_query = new WP_Query();
				$wp_query-&gt;query(&#039;showposts=4&#039;.&#039;&amp;paged=&#039;.$paged);
			?&gt;
&lt;section&gt;
	&lt;article&gt;
			&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;
				&lt;h1&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;
				&lt;h5&gt;written by: ryan coughlin&lt;/h5&gt;

				&lt;?php the_content(); ?&gt;

				&lt;?php edit_post_link(&#039;Edit this entry&#039;,&#039;&#039;,&#039;.&#039;); ?&gt;

				&lt;details&gt;
					&lt;ul class=&quot;tags&quot;&gt;
						&lt;?php the_category(&#039;, &#039;) ?&gt;
					&lt;/ul&gt;
				&lt;/details&gt;
			&lt;?php endwhile; endif; ?&gt;

			&lt;div class=&quot;page_navigation&quot;&gt;
				&lt;div id=&quot;p_next&quot;&gt;&lt;?php next_posts_link(&#039;« Read Older&#039;) ?&gt;&lt;/div&gt;
				&lt;div id=&quot;p_previous&quot;&gt;&lt;?php previous_posts_link(&#039;Read Newer »&#039;) ?&gt;&lt;/div&gt;
			&lt;/div&gt;

	&lt;/article&gt;
&lt;/section&gt;
&lt;?php get_footer(); ?&gt;</pre>
<pre class="php">&lt;!--?php query_posts(&quot;showposts=10&quot;); ?--&gt;</pre>
<p><strong>Lastly, once this file is saved and uploaded, go to your page you created and on the right side under &#8220;Page Templates&#8221; select &#8220;Page of Posts&#8221;</strong></p>
<p>To read more on the WordPress query_posts(), check out the <a href="http://codex.wordpress.org/Template_Tags/query_posts" target="_blank">reading</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryancoughlin.com/2009/09/14/display-wordpress-posts-on-a-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

