<?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>Hacks! &#8211; WordPress 101</title>
	<atom:link href="https://wordpress101.imaginarytree.com/category/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress101.imaginarytree.com</link>
	<description>A site for learning WordPress</description>
	<lastBuildDate>Tue, 21 Feb 2012 14:23:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>NextGen Gallery hack</title>
		<link>https://wordpress101.imaginarytree.com/2010/08/20/nextgen-gallery-hack/</link>
					<comments>https://wordpress101.imaginarytree.com/2010/08/20/nextgen-gallery-hack/#respond</comments>
		
		<dc:creator><![CDATA[jegan]]></dc:creator>
		<pubDate>Fri, 20 Aug 2010 23:40:08 +0000</pubDate>
				<category><![CDATA[Hacks!]]></category>
		<guid isPermaLink="false">http://wordpress101.imaginarytree.com/?p=228</guid>

					<description><![CDATA[If you have installed the NextGen Gallery &#38; find it slightly annoying the page scrolls back to the top when you&#8217;re clicking back to the page, here is the fix you&#8217;re looking for: FTP to your site and find the following file: wp-content/nextgen-gallery/shutter/shutter-reloaded.js Search for and comment out the following two lines: document.documentElement.style.overflowX = ''; ... <a title="NextGen Gallery hack" class="read-more" href="https://wordpress101.imaginarytree.com/2010/08/20/nextgen-gallery-hack/" aria-label="Read more about NextGen Gallery hack">Read more</a>]]></description>
										<content:encoded><![CDATA[<p>If you have installed the NextGen Gallery &amp; find it slightly annoying the page scrolls back to the top when you&#8217;re clicking back to the page, here is the fix you&#8217;re looking for:</p>
<p><span id="more-228"></span>FTP to your site and find the following file:<br />
wp-content/nextgen-gallery/shutter/shutter-reloaded.js</p>
<p>Search for and comment out the following two lines:</p>
<pre>document.documentElement.style.overflowX = '';
</pre>
<pre>window.scrollTo(0,t.Top);
</pre>
<p>Unfortunately, if you auto-update the NextGen Gallery plug-in and this isn&#8217;t part of their update, you will need to re-do this.</p>
<p>Much thanks to the <a href="http://wordpress.org/support/topic/plugin-nextgen-gallery-firefox-36-compatbility-issue-clicking-on-gallery-scrolls-page-up-to-top" target="_blank">WordPress community</a> for finding and sharing a solution.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress101.imaginarytree.com/2010/08/20/nextgen-gallery-hack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lost access to your WordPress site?</title>
		<link>https://wordpress101.imaginarytree.com/2010/08/17/lost-access-to-your-wordpress-site/</link>
					<comments>https://wordpress101.imaginarytree.com/2010/08/17/lost-access-to-your-wordpress-site/#comments</comments>
		
		<dc:creator><![CDATA[jegan]]></dc:creator>
		<pubDate>Tue, 17 Aug 2010 05:43:43 +0000</pubDate>
				<category><![CDATA[Hacks!]]></category>
		<guid isPermaLink="false">http://wordpress101.imaginarytree.com/?p=198</guid>

					<description><![CDATA[If you&#8217;ve lost access to your WordPress site because you moved the WordPress files in or out of a subfolder or subdomain, made a mistake when filling out the WordPress &#8220;General Settings&#8221; or simply transferred your domain name and need access to the previous site, you&#8217;re not totally up the creek! The following is a ... <a title="Lost access to your WordPress site?" class="read-more" href="https://wordpress101.imaginarytree.com/2010/08/17/lost-access-to-your-wordpress-site/" aria-label="Read more about Lost access to your WordPress site?">Read more</a>]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;ve lost access to your WordPress site because you moved the WordPress files in or out of a subfolder or subdomain, made a mistake when filling out the WordPress &#8220;General Settings&#8221; or simply transferred your domain name and need access to the previous site, you&#8217;re not totally up the creek! The following is a hack that you can use to restore access to your blog.</p>
<p>Access your site files via FTP and edit the wp-config.php file. I generally place it just above where you define the database is, which makes it the first two uncommented lines in your wp-config.php file.</p>
<p>Add these two lines to your wp-config.php, where &#8220;example.com&#8221; is the NEW location of your site.</p>
<pre>define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');</pre>
<p>This is not the best fix: it&#8217;s just hardcoding the values. You won&#8217;t be able to edit them on the General settings page anymore when using this method, but when you&#8217;re desperate, this is a good hack to gain access!</p>
<p>Thanks so much to <a href="http://austinmatzko.com/2007/03/20/wordpress-relocation-without-editing-the-database/" target="_blank">filosofo</a> and <a href="http://codex.wordpress.org/Changing_The_Site_URL" target="_blank">WordPress.org</a> for sharing this hack!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress101.imaginarytree.com/2010/08/17/lost-access-to-your-wordpress-site/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
