<?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"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Social Media Icons</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/social-media-icons-2/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/social-media-icons-2/feed/</link>
		<description></description>
		<pubDate>Tue, 21 Jul 2026 04:51:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/social-media-icons-2/#post-31803</guid>
					<title><![CDATA[Social Media Icons]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/social-media-icons-2/#post-31803</link>
					<pubDate>Fri, 04 Aug 2017 01:56:53 +0000</pubDate>
					<dc:creator>haphoi2626</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>How could we add other social media icons on the header? For example WeChat or Email icon. Thank you so much!</p>
<p>Hugo</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/social-media-icons-2/#post-31807</guid>
					<title><![CDATA[Reply To: Social Media Icons]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/social-media-icons-2/#post-31807</link>
					<pubDate>Mon, 07 Aug 2017 07:15:58 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>The easiest way would be to override your header.php template in your child theme.<br />
Then after this section you can hardcode your own icon links:</p>
<pre><code>foreach($header_icons as $header_icon){
	echo &quot;&lt;a target=&#039;_blank&#039; 
			href=&#039;&quot;. ( $header_icon[&#039;icons_service&#039;]!=&#039;rss&#039; ? $header_icon[&#039;icons_url&#039;] : get_bloginfo(&#039;rss2_url&#039;) ).&quot;&#039; 
			class=&#039;header_soc_icon&#039;
			&quot;.(!$header_contacts_position_is_left? &quot; style=&#039;float: left;&#039;&quot;: &#039;&#039;).&quot;
			title=&#039;&quot;. esc_attr($header_icon[&#039;title&#039;]) .&quot;&#039;&gt;
			&lt;span class=&#039;icon &quot;. esc_attr($header_icon[&#039;icons_service&#039;]) .&quot;&#039;&gt;&lt;/span&gt;&lt;/a&gt;&quot;;			
}
}</code></pre>
<p>like so:</p>
<p><code>echo &quot;&lt;a target=&#039;_blank&#039; href=&#039;LINK&#039; class=&#039;header_soc_icon&#039; &quot;.(!$header_contacts_position_is_left? &quot; style=&#039;float: left;&#039;&quot;: &#039;&#039;).&quot; title=&#039;TITLE&#039;&gt;										&lt;span class=&#039;icon CLASS&#039;&gt;&lt;/span&gt;&lt;/a&gt;&quot;;</code></p>
<p>You would replace the LINK, TITLE, CLASS in there with your custom strings and you are good to go! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

