<?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>Ryan Coughlin &#124; Web and Graphic Designer &#187; nextgen</title>
	<atom:link href="http://www.ryancoughlin.com/tag/nextgen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryancoughlin.com</link>
	<description></description>
	<lastBuildDate>Fri, 26 Mar 2010 00:07:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>
		<category><![CDATA[nextgen]]></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: mhttp://alexrabe.de/wordpress-plugins/nextgen-gallery/
All was smooth and working until, I removed [...]


Related posts:<ol><li><a href='http://www.ryancoughlin.com/2009/09/16/wordpress-login-page-blank/' rel='bookmark' title='Permanent Link: WordPress Login Page Blank'>WordPress Login Page Blank</a> <small>Trying to login to your WordPress blog and after submit...</small></li>
</ol>]]></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: mhttp://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="php" title="code">&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 rel="external" href="http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head">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>


<p>Related posts:<ol><li><a href='http://www.ryancoughlin.com/2009/09/16/wordpress-login-page-blank/' rel='bookmark' title='Permanent Link: WordPress Login Page Blank'>WordPress Login Page Blank</a> <small>Trying to login to your WordPress blog and after submit...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ryancoughlin.com/2009/10/01/nextgen-gallery-not-loading-cssjavascript/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
