<?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: Flickr not showing since updating to 1.6</title>
		<link>http://www.themolitor.com/forums/topic/flickr-not-showing-since-updating-to-16</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Flickr not showing since updating to 1.6</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 13:08:36 +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/flickr-not-showing-since-updating-to-16" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Flickr not showing since updating to 1.6"</title>
			<link>http://www.themolitor.com/forums/topic/flickr-not-showing-since-updating-to-16#post-23801</link>
			<pubDate>Wed, 09 Oct 2013 14:08:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23801@http://www.themolitor.com/forums/</guid>
			<description><p>Version 1.6.1 now available. It includes the above fix as well as some general code improvements: <a href="http://www.themolitor.com/forums/topic/update-v161-for-wp-navigator" rel="nofollow">http://www.themolitor.com/forums/topic/update-v161-for-wp-navigator</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Flickr not showing since updating to 1.6"</title>
			<link>http://www.themolitor.com/forums/topic/flickr-not-showing-since-updating-to-16#post-23790</link>
			<pubDate>Wed, 09 Oct 2013 11:15:55 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23790@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>stevearmitage on "Flickr not showing since updating to 1.6"</title>
			<link>http://www.themolitor.com/forums/topic/flickr-not-showing-since-updating-to-16#post-23789</link>
			<pubDate>Wed, 09 Oct 2013 10:23:06 +0000</pubDate>
			<dc:creator>stevearmitage</dc:creator>
			<guid isPermaLink="false">23789@http://www.themolitor.com/forums/</guid>
			<description><p>Excellent - worked a treat. Thank you.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Flickr not showing since updating to 1.6"</title>
			<link>http://www.themolitor.com/forums/topic/flickr-not-showing-since-updating-to-16#post-23787</link>
			<pubDate>Wed, 09 Oct 2013 10:12:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23787@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>There's a typo with the Facebook text. Sorry about that. That link still works though.</p>
<p>Regarding Flickr, I see a typo there as well. Double sorry :-/ </p>
<p>Here's the fix: Open functions.php and locate the following on lines 538-546...</p>
<pre><code>//FLIKr
$wp_customize-&#62;add_setting( &#039;themolitor_customizer_flikr&#039;);
$wp_customize-&#62;add_control(&#039;themolitor_customizer_flikr&#039;, array(
   	&#039;label&#039;   =&#62; __( &#039;Flikr URL&#039;, &#039;themolitor&#039;),
    	&#039;section&#039; =&#62; &#039;themolitor_customizer_footer_section&#039;,
    	&#039;settings&#039;   =&#62; &#039;themolitor_customizer_flikr&#039;,
    	&#039;type&#039; =&#62; &#039;text&#039;,
    	&#039;priority&#039; =&#62; 8
));</code></pre>
<p>As you can see, I omitted the "c" anytime Flickr is mentioned. Just change that block to this...</p>
<pre><code>//FLICKr
$wp_customize-&#62;add_setting( &#039;themolitor_customizer_flickr&#039;);
$wp_customize-&#62;add_control(&#039;themolitor_customizer_flickr&#039;, array(
   	&#039;label&#039;   =&#62; __( &#039;Flickr URL&#039;, &#039;themolitor&#039;),
    	&#039;section&#039; =&#62; &#039;themolitor_customizer_footer_section&#039;,
    	&#039;settings&#039;   =&#62; &#039;themolitor_customizer_flickr&#039;,
    	&#039;type&#039; =&#62; &#039;text&#039;,
    	&#039;priority&#039; =&#62; 8
));</code></pre>
<p>While you're in there, you can change the Facebook text on line 531 from this...</p>
<pre><code>&#039;label&#039;   =&#62; __( &#039;Footer URL&#039;, &#039;themolitor&#039;),</code></pre>
<p>...to this...</p>
<pre><code>&#039;label&#039;   =&#62; __( &#039;Facebook URL&#039;, &#039;themolitor&#039;),</code></pre>
<p>Let me know if you have any trouble with that or if it works for you.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>stevearmitage on "Flickr not showing since updating to 1.6"</title>
			<link>http://www.themolitor.com/forums/topic/flickr-not-showing-since-updating-to-16#post-23784</link>
			<pubDate>Wed, 09 Oct 2013 10:05:16 +0000</pubDate>
			<dc:creator>stevearmitage</dc:creator>
			<guid isPermaLink="false">23784@http://www.themolitor.com/forums/</guid>
			<description><p>I updated to 1.6 today. Can this be automated in the future like WP updates?</p>
<p>I've been going through the settings the values - noticed that the FB link is labeled Footer URL as in other posts<br />
I have entered a URL into the flickr element - and the icon does not display in the footer of the web pages.</p>
<p>Flickr URL: <a href="http://www.flickr.com/photos/stephen-armitage/sets/72157635295172477/" rel="nofollow">http://www.flickr.com/photos/stephen-armitage/sets/72157635295172477/</a><br />
Website: <a href="http://armitage.ws/" rel="nofollow">http://armitage.ws/</a></p>
<p>Steve
</p></description>
		</item>

	</channel>
</rss>
