<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: 404.php - can&#039;t seem to change the content</title>
		<link>http://www.themolitor.com/forums/topic/404php-cant-seem-to-change-the-content</link>
		<description>THE MOLITOR FORUMS &#187; Topic: 404.php - can&#039;t seem to change the content</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:58:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/404php-cant-seem-to-change-the-content" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "404.php - can&#039;t seem to change the content"</title>
			<link>http://www.themolitor.com/forums/topic/404php-cant-seem-to-change-the-content#post-31628</link>
			<pubDate>Wed, 29 Oct 2014 14:40:31 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">31628@http://www.themolitor.com/forums/</guid>
			<description><p>You bet!
</p></description>
		</item>
		<item>
			<title>papsmc on "404.php - can&#039;t seem to change the content"</title>
			<link>http://www.themolitor.com/forums/topic/404php-cant-seem-to-change-the-content#post-31625</link>
			<pubDate>Wed, 29 Oct 2014 14:33:00 +0000</pubDate>
			<dc:creator>papsmc</dc:creator>
			<guid isPermaLink="false">31625@http://www.themolitor.com/forums/</guid>
			<description><p>thanks Chris!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "404.php - can&#039;t seem to change the content"</title>
			<link>http://www.themolitor.com/forums/topic/404php-cant-seem-to-change-the-content#post-31614</link>
			<pubDate>Wed, 29 Oct 2014 09:02:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">31614@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thanks for following up!</p>
<p>To change the background image, you'll want to edit this line in 404.php...</p>
<pre><code>jQuery.backstretch(&#34;&#60;?php echo get_template_directory_uri();?&#62;/images/Yield_Sign.jpg&#34;, {speed: 150});</code></pre>
<p>If you don't see your change take place, be sure that you properly put the image in the "images" folder of the theme and that you have cleared your browser cache and/or any caching plugin you might have installed.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>papsmc on "404.php - can&#039;t seem to change the content"</title>
			<link>http://www.themolitor.com/forums/topic/404php-cant-seem-to-change-the-content#post-31610</link>
			<pubDate>Wed, 29 Oct 2014 07:17:04 +0000</pubDate>
			<dc:creator>papsmc</dc:creator>
			<guid isPermaLink="false">31610@http://www.themolitor.com/forums/</guid>
			<description><p>Just to follow up - I've figured it out :)<br />
I modified the bottom part of archive.php to display what i was trying to put there.<br />
Hope this is the right way:<br />
Change the following:<br />
else { //IF NOT BLOG CATEGORY...<br />
		if (have_posts()) {<br />
			get_template_part('navigation');<br />
		} else { ?&#62;<br />
		&#60;h2&#62;&#60;?php _e('Not Found','themolitor');?&#62;&#60;/h2&#62;<br />
		&#60;p&#62;&#60;?php _e('The page you were looking for does not exist.','themolitor');?&#62;&#60;/p&#62;<br />
		&#60;?php }} ?&#62;</p>
<p>To:</p>
<p>else { //IF NOT BLOG CATEGORY...<br />
		if (have_posts()) {<br />
			get_template_part('navigation');<br />
		} else { ?&#62;<br />
		&#60;h2&#62;&#60;?php _e('I have not been there yet!','themolitor');?&#62;&#60;/h2&#62;<br />
		&#60;p&#62;&#60;?php _e('Well it looks like I have not been to this part of the world yet...Come back to this link in a 	while to see where I will have been!','themolitor');?&#62;&#60;/p&#62;<br />
		&#60;p&#62;&#60;?php _e('In the mean time you can click ','themolitor');?&#62;<br />
		<a>"&#62;here to see my latest entries!</a>&#60;/p&#62;</p>
<p>		&#60;?php }} ?&#62;</p>
<p>And this links back to my home page.<br />
Any advice if this is not efficient is more than welcome!
</p></description>
		</item>
		<item>
			<title>papsmc on "404.php - can&#039;t seem to change the content"</title>
			<link>http://www.themolitor.com/forums/topic/404php-cant-seem-to-change-the-content#post-31607</link>
			<pubDate>Wed, 29 Oct 2014 02:57:23 +0000</pubDate>
			<dc:creator>papsmc</dc:creator>
			<guid isPermaLink="false">31607@http://www.themolitor.com/forums/</guid>
			<description><p>So, I understand now :) that the link above is not showing 404.php.<br />
So my question then becomes: where do I change the text that get's displayed when a user clicks on a category menu item, such as the link above, and there's no content for that category?<br />
This may be a basic WP question, so I am searching in the WP guides, but if someone has a faster answer that would be great!<br />
Paul
</p></description>
		</item>
		<item>
			<title>papsmc on "404.php - can&#039;t seem to change the content"</title>
			<link>http://www.themolitor.com/forums/topic/404php-cant-seem-to-change-the-content#post-31605</link>
			<pubDate>Tue, 28 Oct 2014 14:20:35 +0000</pubDate>
			<dc:creator>papsmc</dc:creator>
			<guid isPermaLink="false">31605@http://www.themolitor.com/forums/</guid>
			<description><p>Chris,<br />
I've been trying to change the 404 page to add my own background image and text but I can't seem to get the changes to be visible.<br />
For example in the following linked I changed the image that's referenced from Yield_Sign.jpg to my own uploaded 404.png image which i uploaded to the same directory but it does not seem to load it.<br />
I also tried changing the text and that did not seem to work either. The code that gets executed still refers to Yield_Sign.jpg. What am I missing?<br />
Example:<br />
<a href="http://www.resetrebootrecord.com/category/locations/north-america/" rel="nofollow">http://www.resetrebootrecord.com/category/locations/north-america/</a><br />
Sorry if this is a numpty question :)<br />
Paul
</p></description>
		</item>

	</channel>
</rss>
