<?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: Extending Footer Contact Info Widget</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/extending-footer-contact-info-widget/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/extending-footer-contact-info-widget/feed/</link>
		<description></description>
		<pubDate>Fri, 28 Aug 2026 23:28:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/extending-footer-contact-info-widget/#post-28801</guid>
					<title><![CDATA[Extending Footer Contact Info Widget]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/extending-footer-contact-info-widget/#post-28801</link>
					<pubDate>Wed, 01 Jun 2016 20:27:13 +0000</pubDate>
					<dc:creator>rgruber</dc:creator>

					<description>
						<![CDATA[
						<p>I would like to add a couple of more custom lines to the Fortuna Contact Info widget. How would I extend this to create my own version in a child theme. I found the code I need to extend in fortuna/includes/boc_widgets.php but I don&#8217;t want to do it there and have it get overwritten in the next update.</p>
<p>I&#8217;d like to copy and re-name that piece of code that begins<br />
<code>class contact_info_widget extends WP_Widget {</code></p>
<p>Duplicate it somewhere in the child theme and re-name and extend it and have it get initialized and see it in the Widgets section as a new widget. Do I create a new functions.php file in the child theme to do this? Can I use an includes/my_widgets.php file in the child?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/extending-footer-contact-info-widget/#post-28816</guid>
					<title><![CDATA[Reply To: Extending Footer Contact Info Widget]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/extending-footer-contact-info-widget/#post-28816</link>
					<pubDate>Thu, 02 Jun 2016 08:24:05 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure, sounds like you want to declare your own class, then add the new features to it!<br />
So make sure you define your own class &#8230; for example contact_info_widget2  along with the hook that registers it:  register_widget(&#8216;contact_info_widget2&#8242;);</p>
<p>in your child theme&#8217;s functions.php or in some file included by it.<br />
Then in the class itself you can modify/add whatever you need! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

