<?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>48Web</title>
	<atom:link href="https://48web.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://48web.com</link>
	<description></description>
	<lastBuildDate>Wed, 11 Apr 2018 19:53:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Add Already Registered Custom Taxonomy To Custom Post Type</title>
		<link>https://48web.com/add-already-registered-custom-taxonomy-custom-post-type/</link>
		<comments>https://48web.com/add-already-registered-custom-taxonomy-custom-post-type/#respond</comments>
		<pubDate>Fri, 08 Aug 2014 20:18:24 +0000</pubDate>
		<dc:creator><![CDATA[Andy Brudtkuhl]]></dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[custom post type]]></category>
		<category><![CDATA[custom taxonomy]]></category>

		<guid isPermaLink="false">http://48web.com/?p=1020</guid>
		<description><![CDATA[<p>If you have already defined your custom taxonomy in another plugin and want to use it in a custom post type that you might register in a second plugin, you&#8217;ll need to add something like this in your custom post type definition. The &#8216;register_taxonomy_for_object_type($taxonomy, $object_type)&#8216; function is quite nifty. I&#8217;ve also used it to enable &#8230;</p>
<p>The post <a rel="nofollow" href="https://48web.com/add-already-registered-custom-taxonomy-custom-post-type/">Add Already Registered Custom Taxonomy To Custom Post Type</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>If you have already defined your custom taxonomy in another plugin and want to use it in a custom post type that you might register in a second plugin, you&#8217;ll need to add something like this in your custom post type definition.</p>
<p><script src="https://gist.github.com/abrudtkuhl/54437529367925aa2bca.js"></script></p>
<p>The &#8216;<a href="http://codex.wordpress.org/Function_Reference/register_taxonomy_for_object_type" target="_blank">register_taxonomy_for_object_type($taxonomy, $object_type)</a>&#8216; function is quite nifty. I&#8217;ve also used it to enable the standard Category taxonomy on Pages.</p>
<p><script src="https://gist.github.com/abrudtkuhl/7b70ad516c0388e5f47d.js"></script></p>
<p>The post <a rel="nofollow" href="https://48web.com/add-already-registered-custom-taxonomy-custom-post-type/">Add Already Registered Custom Taxonomy To Custom Post Type</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://48web.com/add-already-registered-custom-taxonomy-custom-post-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Permalinks On IIS</title>
		<link>https://48web.com/wordpress-permalinks-on-iis/</link>
		<comments>https://48web.com/wordpress-permalinks-on-iis/#respond</comments>
		<pubDate>Sat, 02 Aug 2014 08:27:28 +0000</pubDate>
		<dc:creator><![CDATA[Andy Brudtkuhl]]></dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[wordpress permalinks]]></category>

		<guid isPermaLink="false">http://48web.com/?p=1000</guid>
		<description><![CDATA[<p>We have an entire post on tips for running WordPress on IIS, but it seems one of the biggest questions that come up in forums is how to get WordPress permalinks on IIS working properly. The easiest way is to drop a web.config file in the root of your WordPress site running on IIS. Here is &#8230;</p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-permalinks-on-iis/">WordPress Permalinks On IIS</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>We have an entire post on tips for <a title="WordPress On IIS: Permissions, Updates, Permalinks" href="https://48web.com/wordpress-iis-permissions-updates-permalinks/">running WordPress on IIS</a>, but it seems one of the biggest questions that come up in forums is how to get WordPress permalinks on IIS working properly. The easiest way is to drop a web.config file in the root of your WordPress site running on IIS.</p>
<p>Here is the <a title="web.config permalinks on IIS" href="https://gist.github.com/abrudtkuhl/509ba171fdf6aa7291c0#file-web-config" target="_blank">web.config file to setup permalinks properly on IIS</a>.<script src="https://gist.github.com/abrudtkuhl/509ba171fdf6aa7291c0.js"></script></p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-permalinks-on-iis/">WordPress Permalinks On IIS</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://48web.com/wordpress-permalinks-on-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Gitignore</title>
		<link>https://48web.com/wordpress-gitignore/</link>
		<comments>https://48web.com/wordpress-gitignore/#respond</comments>
		<pubDate>Wed, 30 Jul 2014 18:06:59 +0000</pubDate>
		<dc:creator><![CDATA[Andy Brudtkuhl]]></dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://48web.com/?p=1008</guid>
		<description><![CDATA[<p>Wondering how git fits into your WordPress dev workflow? Here&#8217;s a great little file to help you get started &#8211; WordPress gitignore. Don&#8217;t know what a gitignore file is for? Read up on the gitignore file on the git manual. This version of my .gitignore for WordPress assumes you want to manage your WordPress git &#8230;</p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-gitignore/">WordPress Gitignore</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Wondering how git fits into your WordPress dev workflow? Here&#8217;s a great little file to help you get started &#8211; WordPress gitignore. Don&#8217;t know what a gitignore file is for? Read up on the <a title="gitignore details" href="http://git-scm.com/docs/gitignore" target="_blank">gitignore file on the git manual</a>.</p>
<p>This version of my .gitignore for WordPress assumes you want to manage your WordPress git repository from the root of the site <em>(there are arguments as to whether or not you really want to do this, but that&#8217;s for another post)</em>.</p>
<p>Basically it ignores WP core files and any themes and plugins not explicitly marked <em>to not ignore</em>. For example, you don&#8217;t want to check in the code for the Yoast SEO plugin&#8230; because you aren&#8217;t actively working on that code and it&#8217;s silly to waste space checking it in (plus it becomes a headache to manage updates from Yoast). But if you have a plugin you wrote specific to your site you can use the WordPress gitignore file to explicitly commit those files to your repository.</p>
<p>The same goes for themes. You don&#8217;t want the TwentyFourteen theme in your repository because it&#8217;s not code you are working on. However if you have created a TwentyFourteen child theme then you&#8217;ll want that included in the repository and you should tell the WordPress gitignore file to include it.</p>
<h2>WordPress Gitignore<br />
<script src="https://gist.github.com/abrudtkuhl/fdc2d299e53d20c32118.js"></script></h2>
<p>Do you use a different method in your WordPress gitignore file? Let us know how you work in the comments.</p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-gitignore/">WordPress Gitignore</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://48web.com/wordpress-gitignore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Filter Posts By Custom Field Value In Admin</title>
		<link>https://48web.com/wordpress-filter-posts-custom-field-value-admin/</link>
		<comments>https://48web.com/wordpress-filter-posts-custom-field-value-admin/#comments</comments>
		<pubDate>Mon, 28 Jul 2014 10:12:09 +0000</pubDate>
		<dc:creator><![CDATA[Andy Brudtkuhl]]></dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress admin]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://48web.com/?p=997</guid>
		<description><![CDATA[<p>Searching for posts or pages in the WordPress admin by default only includes titles and body content. If you want to search by custom fields in the WP Admin Edit Posts / Pages page then you can install this plugin or script. via Bainternet on WordPress StackExchange</p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-filter-posts-custom-field-value-admin/">WordPress Filter Posts By Custom Field Value In Admin</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Searching for posts or pages in the WordPress admin by default only includes titles and body content. If you want to search by custom fields in the WP Admin Edit Posts / Pages page then you can install this plugin or script.</p>
<p><script src="https://gist.github.com/abrudtkuhl/6a0218a742798564ef5f.js"></script></p>
<p><em>via <a href="http://wordpress.stackexchange.com/questions/16637/how-to-filter-post-listing-in-wp-dashboard-posts-listing-using-a-custom-field/16641#16641" target="_blank">Bainternet on WordPress StackExchange</a></em></p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-filter-posts-custom-field-value-admin/">WordPress Filter Posts By Custom Field Value In Admin</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://48web.com/wordpress-filter-posts-custom-field-value-admin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress Reset AUTO_INCREMENT ID In Posts</title>
		<link>https://48web.com/wordpress-reset-auto_increment-id-posts/</link>
		<comments>https://48web.com/wordpress-reset-auto_increment-id-posts/#respond</comments>
		<pubDate>Tue, 22 Jul 2014 20:08:38 +0000</pubDate>
		<dc:creator><![CDATA[Andy Brudtkuhl]]></dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://48web.com/?p=994</guid>
		<description><![CDATA[<p>I&#8217;ve been testing a massive migration from a proprietary CMS to WordPress (using my WordPress C# client). After about 20 different tests my post IDs in the WordPress MySQL database got out of control. I&#8217;d create 3,000 posts in one swoop and turn around and delete them while testing. This made my IDs something like 31,341 &#8230;</p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-reset-auto_increment-id-posts/">WordPress Reset AUTO_INCREMENT ID In Posts</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been testing a massive migration from a proprietary CMS to WordPress (using my <a title="WordPress C# XML-RPC Client" href="http://abrudtkuhl.github.io/WordPressSharp/" target="_blank">WordPress C# client</a>). After about 20 different tests my post IDs in the WordPress MySQL database got out of control. I&#8217;d create 3,000 posts in one swoop and turn around and delete them while testing. This made my IDs something like 31,341 after day. This isn&#8217;t a huge deal but it&#8217;s annoying to me.</p>
<p><em>Note: If you already have created posts / pages and attached them to categories and then change the post id then they will no longer be related properly.</em></p>
<p>A quick google search will likely lead you to <a title="Reset MySQL AUTO_INCREMENT" href="http://stackoverflow.com/questions/8923114/how-to-reset-auto-increment-in-mysql" target="_blank">How to reset AUTO_INCREMENT in MySQL</a> on Stackoverflow. However this won&#8217;t work if you are running on the InnoDB engine.</p>
<p>In my case I could just mass delete all the post with a SQL statement. If you have content and run the following commands bad stuff will happen.</p>
<p><strong>I&#8217;d only use this if you don&#8217;t care about dropping all your posts!</strong></p>
<p>&nbsp;</p>
<p><script src="https://gist.github.com/abrudtkuhl/f4f13bf2024f095250db.js"></script></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-reset-auto_increment-id-posts/">WordPress Reset AUTO_INCREMENT ID In Posts</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://48web.com/wordpress-reset-auto_increment-id-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress On IIS: Permissions, Updates, Permalinks</title>
		<link>https://48web.com/wordpress-iis-permissions-updates-permalinks/</link>
		<comments>https://48web.com/wordpress-iis-permissions-updates-permalinks/#comments</comments>
		<pubDate>Mon, 30 Jun 2014 22:45:02 +0000</pubDate>
		<dc:creator><![CDATA[Andy Brudtkuhl]]></dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress installation]]></category>
		<category><![CDATA[wordpress on iis]]></category>
		<category><![CDATA[wordpress permissions]]></category>
		<category><![CDATA[wordpress troubleshooting]]></category>

		<guid isPermaLink="false">http://48web.com/?p=986</guid>
		<description><![CDATA[<p>While it&#8217;s not ideal (I prefer NGINX), sometimes you do need to run a WordPress site on a Windows Server running IIS. Here are a few common problems and solutions for running WordPress on IIS. I don&#8217;t go through a full installation tutorial &#8211; the famous 5 minute install should get you rolling same as &#8230;</p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-iis-permissions-updates-permalinks/">WordPress On IIS: Permissions, Updates, Permalinks</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>While it&#8217;s not ideal <em>(I prefer NGINX)</em>, sometimes you do need to run a WordPress site on a Windows Server running IIS. Here are a few common problems and solutions for running WordPress on IIS. I don&#8217;t go through a full installation tutorial &#8211; the famous 5 minute install should get you rolling same as if you were on another OS.</p>
<p>This post is to address three common issues you&#8217;ll run into after you install WordPress on IIS &#8211; 1) Permissions, 2) Updates, 3) Permalinks.</p>
<p>Note: These particular instructions &amp; screenshots are from a Windows Server 2013 web server running IIS8. These instructions should work on most IIS sites and Azure VMs however may be in a different spot.</p>
<h2></h2>
<h2>WordPress Permissions on IIS</h2>
<p>A common problem after installing WordPress on IIS is file permissions. At first you won&#8217;t be able to upload pictures and then you will run into an issue changing the permalink structure or updating the wp-config file inside the dashboard. This due to file permissions and for the website to be able to write updates to itself on the server. This can be a rabbit hole fumbling around on permissions for every directory. While that may be fun for you, here&#8217;s a swift and simple way to globally update permissions in a safe manner on your WP site.</p>
<ol>
<li>Right click on your WordPress site in IIS &#8220;Sites&#8221; folder and select &#8220;Edit Permissions&#8221;</li>
<li>Click &#8220;Security&#8221; tab</li>
<li>Click &#8220;Edit&#8221; button to Edit Permissions for the site</li>
<li>Click &#8220;Add&#8230;&#8221; button to add the user you want to grant permissions, in this case &#8220;Authenticated Users&#8221;</li>
<li>Grant &#8220;Authenticated Users&#8221; Modify permissions</li>
</ol>
<p><strong>TL;DR &#8211; Grant &#8220;Authenticated Users&#8221; Modify permissions on your WordPress site in IIS</strong></p>
<p><a href="https://48web.com/wp-content/uploads/2014/06/Microsoft-Remote-Desktop-2.jpg"><img class="alignnone size-full wp-image-988" src="https://48web.com/wp-content/uploads/2014/06/Microsoft-Remote-Desktop-2.jpg" alt="WordPress IIS Permissions" width="404" height="524" srcset="https://48web.com/wp-content/uploads/2014/06/Microsoft-Remote-Desktop-2.jpg 404w, https://48web.com/wp-content/uploads/2014/06/Microsoft-Remote-Desktop-2-231x300.jpg 231w" sizes="(max-width: 404px) 100vw, 404px" /></a></p>
<p>&nbsp;</p>
<h2>WordPress Updates on IIS</h2>
<p>Now once you have your fancy WordPress install running on IIS and got your permissions applied so you can update the site &#8230; you&#8217;ll want to install a theme or plugin or run WordPress updates from inside the WordPress dashboard. Not so fast &#8211; you need to make a quick tweak on IIS to get WordPress updates and installs to work from the Dashboard.</p>
<ol>
<li>Go to the WordPress site&#8217;s Application Pool in IIS</li>
<li>Right-click on the Application Pool and select &#8220;Advanced Settings&#8221;</li>
<li>Scroll down under &#8220;Process Model&#8221; and select &#8220;Identity&#8221;. It will be set to &#8220;Application Pool Identity&#8221; by default and you want to change that</li>
<li>Click on &#8220;Application Pool Identity&#8221; and select &#8220;Local System&#8221; as the Built-in account.</li>
<li>Save and recycle the app pool</li>
</ol>
<p><strong>TL;DR &#8211; You need to run the WordPress site&#8217;s Application Pool under the LocalSystem Identity</strong></p>
<p><a href="https://48web.com/wp-content/uploads/2014/06/Microsoft-Remote-Desktop.jpg"><img class="alignnone wp-image-989 size-full" src="https://48web.com/wp-content/uploads/2014/06/Microsoft-Remote-Desktop-e1404167767104.jpg" alt="WordPress Updates on IIS" width="609" height="558" srcset="https://48web.com/wp-content/uploads/2014/06/Microsoft-Remote-Desktop-e1404167767104.jpg 609w, https://48web.com/wp-content/uploads/2014/06/Microsoft-Remote-Desktop-e1404167767104-300x274.jpg 300w" sizes="(max-width: 609px) 100vw, 609px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>WordPress Permalinks on IIS</h2>
<p>WordPress makes a great CMS for many reasons and pretty SEO-friendly permalinks are one of the reasons. In the WordPress admin dashboard you can set your own URL permalink structure. This is cool. But it doesn&#8217;t work quite right running on IIS. You&#8217;ve already solved a couple initial problems you&#8217;d likely have tried which grants WordPress permissions to update the .htaccess file. Well guess what &#8211; IIS does not care about that file and your permalinks won&#8217;t work and you won&#8217;t be sure why. Well, now you will be. Anyway, you just need to drop a web.config file in the root of your WordPress site on IIS.</p>
<p>TL;DR &#8211; you need to setup a web.config file in the root of your WordPress site on IIS. <a title="WordPress on IIS web.config file " href="https://gist.github.com/abrudtkuhl/509ba171fdf6aa7291c0" target="_blank">The gist</a> is available below.</p>
<p><script src="https://gist.github.com/abrudtkuhl/509ba171fdf6aa7291c0.js"></script></p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-iis-permissions-updates-permalinks/">WordPress On IIS: Permissions, Updates, Permalinks</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://48web.com/wordpress-iis-permissions-updates-permalinks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Move From Posterous To WordPress</title>
		<link>https://48web.com/how-to-move-from-posterous-to-wordpress/</link>
		<comments>https://48web.com/how-to-move-from-posterous-to-wordpress/#respond</comments>
		<pubDate>Sat, 16 Feb 2013 17:48:09 +0000</pubDate>
		<dc:creator><![CDATA[Andy Brudtkuhl]]></dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[posterous import]]></category>
		<category><![CDATA[wordpress import]]></category>

		<guid isPermaLink="false">http://48web.com/?p=966</guid>
		<description><![CDATA[<p>This week Posterous announced it would be shutting it&#8217;s doors. This leaves many bloggers (including this one) looking for another solution. I had setup my personal site and a podcast site on Posterous for ease of use and simple publishing. Now, it&#8217;s time to move them back into WordPress (where they really should have been &#8230;</p>
<p>The post <a rel="nofollow" href="https://48web.com/how-to-move-from-posterous-to-wordpress/">How To Move From Posterous To WordPress</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>This week <a href="http://blog.posterous.com/thanks-from-posterous" target="_blank">Posterous announced it would be shutting it&#8217;s doors</a>. This leaves many bloggers (including this one) looking for another solution. I had setup my personal site and a podcast site on Posterous for ease of use and simple publishing. Now, it&#8217;s time to move them back into WordPress <em>(where they really should have been all along)</em>. This is a good reminder &#8211; <strong>you should always own your site so this doesn&#8217;t happen to you</strong>.</p>
<p>We had issues moving some sites over to WordPress today using the importer plugin that&#8217;s out there now. So, we forked it, fixed it, tested it &#8211; and it works! So give it a try if you are having trouble with the original version of the plugin.</p>
<h2>1. Download Our WordPress Importer Plugin</h2>
<p>Download, Install, and activate our <a href="https://github.com/48Web/WordPress-Posterous-Import-Plugin" target="_blank">WordPress Importer Plugin</a>.</p>
<h2>2. Enter Your Posterous Info</h2>
<p>Then enter your information on the Import Posterous page by going to Tools-&gt;Import and selecting &#8220;Posterous&#8221; from the list.</p>
<h2></h2>
<p><img class="size-full wp-image-973 alignnone" alt="WordPress Posterous Importer" src="https://48web.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-16-at-10.58.51-AM.png" width="652" height="449" srcset="https://48web.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-16-at-10.58.51-AM.png 652w, https://48web.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-16-at-10.58.51-AM-300x206.png 300w" sizes="(max-width: 652px) 100vw, 652px" /></p>
<h2>3. Go Get Coffee</h2>
<p>Depending on the amount of posts you have, this could take awhile.</p>
<p><img class="alignnone size-full wp-image-974" alt="WordPress Import Posterous" src="https://48web.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-16-at-11.43.03-AM.png" width="563" height="432" srcset="https://48web.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-16-at-11.43.03-AM.png 563w, https://48web.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-16-at-11.43.03-AM-300x230.png 300w" sizes="(max-width: 563px) 100vw, 563px" /></p>
<p>This will finish and let you know when it&#8217;s done. Then go to Posts and check it out! Check out <a href="http://brudtkuhl.com" target="_blank">brudtkuhl.com</a> &#8211; I just ran the import!</p>
<p>The post <a rel="nofollow" href="https://48web.com/how-to-move-from-posterous-to-wordpress/">How To Move From Posterous To WordPress</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://48web.com/how-to-move-from-posterous-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Bootstrap Theme</title>
		<link>https://48web.com/wordpress-bootstrap-theme/</link>
		<comments>https://48web.com/wordpress-bootstrap-theme/#respond</comments>
		<pubDate>Thu, 14 Feb 2013 05:16:54 +0000</pubDate>
		<dc:creator><![CDATA[Andy Brudtkuhl]]></dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[bootstrap starter theme]]></category>
		<category><![CDATA[github]]></category>

		<guid isPermaLink="false">http://48web.com/?p=954</guid>
		<description><![CDATA[<p>When time permits I&#8217;ve been working on another WordPress starter theme based on Bootstrap, the super awesome CSS and JS framework originally released by Twitter. I use it on everything so it was natural to convert our base starter theme to use Bootstrap. And of course it&#8217;s open source (fork it and make it better &#8230;</p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-bootstrap-theme/">WordPress Bootstrap Theme</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>When time permits I&#8217;ve been working on another WordPress starter theme based on <a href="https://github.com/twitter/bootstrap" target="_blank">Bootstrap</a>, the super awesome CSS and JS framework originally released by Twitter. I use it on everything so it was natural to convert our base starter theme to use Bootstrap. And of course it&#8217;s open source (<a title="WordPress Bootstrap Theme" href="https://github.com/48Web/WordPress-Bootstrap-Starter-Theme" target="_blank">fork it and make it better </a>&#8211; <strong>please</strong>)</p>
<p>So far it&#8217;s got the basics and a couple treats. You can choose to make it fluid layout or standard (this could be better worded inside the theme&#8230; perhaps a future issue). It also features facebook comments and a blog page template.</p>
<p>More to come as we get the time. For now we are using it at <a href="https://48web.com" target="_blank">48web.com</a> and you can <a href="https://github.com/48Web/WordPress-Bootstrap-Starter-Theme" target="_blank">fork it and use it yourself on Github</a>.</p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-bootstrap-theme/">WordPress Bootstrap Theme</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://48web.com/wordpress-bootstrap-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Facebook Comments Responsive</title>
		<link>https://48web.com/how-to-make-facebook-comments-responsive/</link>
		<comments>https://48web.com/how-to-make-facebook-comments-responsive/#comments</comments>
		<pubDate>Wed, 08 Aug 2012 18:06:11 +0000</pubDate>
		<dc:creator><![CDATA[Andy Brudtkuhl]]></dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[responsive wordpress theme design]]></category>
		<category><![CDATA[wordpress theme design]]></category>

		<guid isPermaLink="false">http://48web.com/?p=936</guid>
		<description><![CDATA[<p>On most WordPress themes we develop the Facebook comment platform is used. Some like it because it&#8217;s social&#8230; Others like it because it&#8217;s the best way to keep comment spam out. At 48Web, we&#8217;ve made it the default comment system in our WordPress Bootstrap Starter Theme. When I got down to implementing Facebook comments in &#8230;</p>
<p>The post <a rel="nofollow" href="https://48web.com/how-to-make-facebook-comments-responsive/">How To Make Facebook Comments Responsive</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>On most WordPress themes we develop the Facebook comment platform is used. Some like it because it&#8217;s social&#8230; Others like it because it&#8217;s the best way to keep comment spam out. At 48Web, we&#8217;ve made it the default comment system in our <a href="https://github.com/48Web/WordPress-Bootstrap-Starter-Theme">WordPress Bootstrap Starter Theme</a>.</p>
<p>When I got down to implementing Facebook comments in our WordPress starter theme I immediately ran into an issue of responsiveness. The code Facebook gives you has a static width. This is good for 80% of the themes and is easy to change. But when you are creating a theme framework/starter theme you never know how someone else will implement the layout. Not to mention a 450px Facebook comments doesn&#8217;t look great when the browser is narrowed (like you would see on mobile).</p>
<p>So, here&#8217;s how we implemented it to be responsive, and simply grow to its container size.</p>
<h3>How to Make Facebook Comments Responsive In WordPress</h3>
<p>1. Add rules to your CSS file of choice (<em><a href="https://github.com/48Web/WordPress-Bootstrap-Starter-Theme/blob/master/css/theme.css" target="_blank">see ours</a></em>)<br />
2. Update comments.php to load Facebook Comments</p>
<p><a href="https://gist.github.com/abrudtkuhl/3297121" target="_blank">Here&#8217;s a gist</a> with everything you need to implement responsive Facebook comments in WordPress.</p>
<p><em>tip via http://wordpress.org/support/topic/making-facebook-comments-responsive</em></p>
<p>The post <a rel="nofollow" href="https://48web.com/how-to-make-facebook-comments-responsive/">How To Make Facebook Comments Responsive</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://48web.com/how-to-make-facebook-comments-responsive/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get Permalink By Page Name Or Slug</title>
		<link>https://48web.com/wordpress-get-permalink-by-page-name-or-slug/</link>
		<comments>https://48web.com/wordpress-get-permalink-by-page-name-or-slug/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 20:09:42 +0000</pubDate>
		<dc:creator><![CDATA[Andy Brudtkuhl]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://48web.com/?p=896</guid>
		<description><![CDATA[<p>We used to write custom functions to return these values until we discovered you can pass get_permalink a function that will return the ID. Examples.. Get Permalink By Page Name Get Permalink By Page Slug Note On Hierarchical Pages and The Slug If you have a page hierarchy you will have to pass the full &#8230;</p>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-get-permalink-by-page-name-or-slug/">Get Permalink By Page Name Or Slug</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>We used to write custom functions to return these values until we discovered you can pass get_permalink a function that will return the ID.</p>
<p>Examples..</p>
<p><strong>Get Permalink By Page Name</strong></p>
<pre class="brush: php; title: ; notranslate">
&lt;a href=&quot;&lt;?php echo get_permalink( get_page_by_path( 'Events' ) ) ?&gt;&quot;&gt;Events&lt;/a&gt;
</pre>
<p><strong>Get Permalink By Page Slug</strong></p>
<pre class="brush: php; title: ; notranslate">
&lt;a href=&quot;&lt;?php echo get_permalink( get_page_by_path( 'events' ) ) ?&gt;&quot;&gt;Events&lt;/a&gt;
</pre>
<p><strong>Note On Hierarchical Pages and The Slug</strong><br />
If you have a page hierarchy you will have to pass the full slug including the parent to the get_page_by_path function. </p>
<p>Example&#8230; To get the permalink using method with child page, you need to pass the full slug. In this case we have a child page called &#8220;Parties&#8221; with a parent page called &#8220;Events&#8221;.</p>
<pre class="brush: php; title: ; notranslate">
&lt;a href=&quot;&lt;?php echo get_permalink( get_page_by_path( 'events/parties' ) ) ?&gt;&quot;&gt;Parties&lt;/a&gt;
</pre>
<p>The post <a rel="nofollow" href="https://48web.com/wordpress-get-permalink-by-page-name-or-slug/">Get Permalink By Page Name Or Slug</a> appeared first on <a rel="nofollow" href="https://48web.com">48Web</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://48web.com/wordpress-get-permalink-by-page-name-or-slug/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/


Served from: 48web.com @ 2018-04-12 15:45:49 by W3 Total Cache
-->