<?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>wordpress Archives - Belchamber Web Tools &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/wordpress/</link>
	<description>Free Web Tools, Code Snippets, Tutorials and Conversions</description>
	<lastBuildDate>Sun, 30 Jul 2017 11:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>Upgrading to Mautic 2.8.2 bug encounter with fix recommendation, including Mautic WordPress plug-in</title>
		<link>https://tools.belchamber.us/upgrading-mautic-2-8-2-bug-encounter-fix-recommendation-including-mautic-wordpress-plug/</link>
					<comments>https://tools.belchamber.us/upgrading-mautic-2-8-2-bug-encounter-fix-recommendation-including-mautic-wordpress-plug/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 08 Jul 2017 17:08:32 +0000</pubDate>
				<category><![CDATA[Marketing Automation]]></category>
		<category><![CDATA[Mautic]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1080</guid>

					<description><![CDATA[<p>Recently, I updated a few instances of Mautic from 1.9 and 2.8.1 to 2.8.2 and encountered the following error message: It didn&#8217;t take long to realize for some reason the update was redirecting to a path and adding an additional forward slash before the &#8220;/s/update/&#8221; part of the URL.  Just manually remove the extra slash [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/upgrading-mautic-2-8-2-bug-encounter-fix-recommendation-including-mautic-wordpress-plug/">Upgrading to Mautic 2.8.2 bug encounter with fix recommendation, including Mautic WordPress plug-in</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/upgrading-mautic-2-8-2-bug-encounter-fix-recommendation-including-mautic-wordpress-plug/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1080</post-id>	</item>
		<item>
		<title>Create WordPress custom template based on category slug</title>
		<link>https://tools.belchamber.us/create-wordpress-custom-template-based-on-category-slug/</link>
					<comments>https://tools.belchamber.us/create-wordpress-custom-template-based-on-category-slug/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 12 Sep 2015 05:23:02 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=923</guid>

					<description><![CDATA[<p>To create a custom template in WordPress for specific categories based on the slug is not a built-in function.  Not sure why since it makes sense to build this capability without creating a new filter.  This could be plug-in, but it&#8217;s so simple, it&#8217;s one of those things you wonder why it&#8217;s taking so long [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/create-wordpress-custom-template-based-on-category-slug/">Create WordPress custom template based on category slug</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/create-wordpress-custom-template-based-on-category-slug/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">923</post-id>	</item>
		<item>
		<title>New update to WordPress &#8220;Insert Script&#8221; plug-in available for WordPress PHP developers</title>
		<link>https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/</link>
					<comments>https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 08 Aug 2015 14:12:52 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[symfony developer]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plug-in]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=903</guid>

					<description><![CDATA[<p>I added some new improvements to the &#8220;Insert Script&#8221; WordPress plug-in.  You can now declare a JSON string and it will parse it out as $json_vals_arr, an array that gets passed directly to your external PHP script. You can also declare &#8220;strings&#8221; instead of &#8220;vals&#8221; as a GET URL string like:  &#8220;strings=&#8217;variable1=value1&#38;variable2=value2&#38;etc=andSoOn'&#8221;. To download the [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/">New update to WordPress &#8220;Insert Script&#8221; plug-in available for WordPress PHP developers</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">903</post-id>	</item>
		<item>
		<title>WordPress:  Texturize shortcodes?!  I thought I heard it all</title>
		<link>https://tools.belchamber.us/wordpress-texturize-shortcodes-i-thought-i-heard-it-all/</link>
					<comments>https://tools.belchamber.us/wordpress-texturize-shortcodes-i-thought-i-heard-it-all/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 20 Jul 2015 12:37:56 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=879</guid>

					<description><![CDATA[<p>Sometimes, I wonder if the WordPress community doesn&#8217;t create some over-complication of things just because it can.  I came across the term &#8220;texturizing&#8221; when I was developing another WordPress plug-in.  I ignored the warning before but figured it warranted a second look.  After all, it sounds like it could affect something on one of our [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/wordpress-texturize-shortcodes-i-thought-i-heard-it-all/">WordPress:  Texturize shortcodes?!  I thought I heard it all</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/wordpress-texturize-shortcodes-i-thought-i-heard-it-all/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">879</post-id>	</item>
		<item>
		<title>Adding datepicker widget to Infusionsoft forms and what&#8217;s up with their primitive forms?!</title>
		<link>https://tools.belchamber.us/adding-datepicker-widget-to-infusionsoft-forms-and-whats-up-with-their-primitive-forms/</link>
					<comments>https://tools.belchamber.us/adding-datepicker-widget-to-infusionsoft-forms-and-whats-up-with-their-primitive-forms/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Fri, 29 May 2015 01:48:18 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CRMs]]></category>
		<category><![CDATA[Infusionsoft]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[infusionsoft]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=831</guid>

					<description><![CDATA[<p>Love Infusionsoft or hate it, if you are stuck using it, you want to be able to deploy useful forms with fields that optimize your visitors&#8217; UX.  If you are collecting date information, Infusionsoft forms don&#8217;t export the code with any built-in AJAX functionality.  None. Someone made a conscious decision there to do the bare [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/adding-datepicker-widget-to-infusionsoft-forms-and-whats-up-with-their-primitive-forms/">Adding datepicker widget to Infusionsoft forms and what&#8217;s up with their primitive forms?!</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/adding-datepicker-widget-to-infusionsoft-forms-and-whats-up-with-their-primitive-forms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">831</post-id>	</item>
		<item>
		<title>Updating WordPress footers when Jetpack infinite scroll is enabled</title>
		<link>https://tools.belchamber.us/updating-wordpress-footers-when-jetpack-infinite-scroll-is-enabled/</link>
					<comments>https://tools.belchamber.us/updating-wordpress-footers-when-jetpack-infinite-scroll-is-enabled/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 16 May 2015 21:14:59 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[jacksonville web developer]]></category>
		<category><![CDATA[jetpack]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=821</guid>

					<description><![CDATA[<p>It&#8217;s inevitable when you install Jetpack that some things on your site will need to be re-updated.  I found this out when I installed Jetpack and couldn&#8217;t find the footer overrides so the site was showing the &#8220;Proudly powered by WordPress&#8221; message at the bottom. Gotta love Jetpack by WordPress&#8216;s &#8220;infinite scroll&#8221; feature though &#8212; [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/updating-wordpress-footers-when-jetpack-infinite-scroll-is-enabled/">Updating WordPress footers when Jetpack infinite scroll is enabled</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/updating-wordpress-footers-when-jetpack-infinite-scroll-is-enabled/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">821</post-id>	</item>
		<item>
		<title>How to Bulk Upload Files to the WordPress Media Library with FTP without Writing Crazy CRON Jobs</title>
		<link>https://tools.belchamber.us/how-to-bulk-upload-files-to-the-wordpress-media-library-with-ftp-without-writing-crazy-cron-jobs/</link>
					<comments>https://tools.belchamber.us/how-to-bulk-upload-files-to-the-wordpress-media-library-with-ftp-without-writing-crazy-cron-jobs/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 08 Mar 2015 11:13:31 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress media]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=726</guid>

					<description><![CDATA[<p>I&#8217;ve seen some interesting solutions to making sure files that get uploaded outside of WordPress that are meant to be digested by WordPress get handled.  Scripts, plug-ins, etc.  The crux of the problem stems from the fact that if you FTP files into your WordPress site&#8217;s &#8220;uploads&#8221; directory, those files won&#8217;t show up.  That&#8217;s because [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/how-to-bulk-upload-files-to-the-wordpress-media-library-with-ftp-without-writing-crazy-cron-jobs/">How to Bulk Upload Files to the WordPress Media Library with FTP without Writing Crazy CRON Jobs</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/how-to-bulk-upload-files-to-the-wordpress-media-library-with-ftp-without-writing-crazy-cron-jobs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">726</post-id>	</item>
		<item>
		<title>Uploading .mpg/.mp4 Video Files to WordPress?  Be sure they have an audio track embedded</title>
		<link>https://tools.belchamber.us/uploading-mpg-mp4-video-files-be-sure-they-have-an-audio-track-embedded/</link>
					<comments>https://tools.belchamber.us/uploading-mpg-mp4-video-files-be-sure-they-have-an-audio-track-embedded/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 08 Mar 2015 03:33:43 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[mpg]]></category>
		<category><![CDATA[video production]]></category>
		<category><![CDATA[videos on the web]]></category>
		<category><![CDATA[web videos]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress issues]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=728</guid>

					<description><![CDATA[<p>The newest version of WordPress is 4.1 and it keeps getting better and more convenient to upload and embed videos on your website.  Just a note of caution, however! Be sure your .mpg/.mp4 video files have an audio track or it is likely your video will not be recognized or play in WordPress. I&#8217;m not [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/uploading-mpg-mp4-video-files-be-sure-they-have-an-audio-track-embedded/">Uploading .mpg/.mp4 Video Files to WordPress?  Be sure they have an audio track embedded</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/uploading-mpg-mp4-video-files-be-sure-they-have-an-audio-track-embedded/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">728</post-id>	</item>
		<item>
		<title>WordPress Debug Toolbar plug-in comes in handy for WordPress Developers</title>
		<link>https://tools.belchamber.us/wordpress-debug-toolbar-plug-comes-handy-wordpress-developers/</link>
					<comments>https://tools.belchamber.us/wordpress-debug-toolbar-plug-comes-handy-wordpress-developers/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 04 Jan 2015 22:20:28 +0000</pubDate>
				<category><![CDATA[Plug-Ins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plug-in]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=687</guid>

					<description><![CDATA[<p>I recently ran into some issues with a heavily customized WordPress site.  Something was overriding something else somewhere, somehow... The dreaded &#8220;find the problem then traverse back through the code&#8221; solution again raised its ugly head.  Oh, the futility, you time-sucking code bug.  Why didn&#8217;t the previous developer leave more DOCUMENTATION?!!!!! Sometimes, you can at [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/wordpress-debug-toolbar-plug-comes-handy-wordpress-developers/">WordPress Debug Toolbar plug-in comes in handy for WordPress Developers</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/wordpress-debug-toolbar-plug-comes-handy-wordpress-developers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">687</post-id>	</item>
	</channel>
</rss>
