<?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 &#8211; Digital Marketing Through Content &amp; Influence</title>
	<atom:link href="https://notagrouch.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://notagrouch.com</link>
	<description>Digital Marketing Blog and other Shennanigans from Oscar Gonzalez.</description>
	<lastBuildDate>Wed, 21 Jul 2021 05:56:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>When Almost Every KB Counts</title>
		<link>https://notagrouch.com/when-almost-every-kb-counts/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Wed, 21 Oct 2020 07:11:23 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://notagrouch.com/?p=54716</guid>

					<description><![CDATA[<p>A quick update about my eCommerce project and a follow up to my previous post about speed. I didn't mention that I also activated the Performance/CDN feature from Jetpack. I didn't think to mention it because it was active when I ran the test and before I installed WP Fastest Cache. At that point, the...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/when-almost-every-kb-counts/">When Almost Every KB Counts</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A quick update about my <a href="https://notagrouch.com/ecommerce-here-i-go/" class="rank-math-link">eCommerce project</a> and a follow up to my <a href="https://notagrouch.com/ecommerce-with-wordpress-update-questions-speed/" class="rank-math-link">previous post about speed</a>. I didn't mention that I also activated the Performance/CDN feature from <a href="https://jetpack.com/" class="rank-math-link" target="_blank" rel="noopener">Jetpack</a>. I didn't think to mention it because it was active when I ran the test and before I installed WP Fastest Cache. At that point, the site was loading between 2 and 5 seconds so I didn't think that Jetpack was making a huge impact. </p>



<p>But as I was trying to come up with some new graphics for the homepage, I noticed that my images were being served from a Jetpack-based URL. This served as a good reminder to be mindful of the size of the new banner I was making. </p>



<p>I thought I'd share some thoughts about image size with you if you're interested. After I finished my design, I went to export the image from Photoshop and this is what I found:</p>



<h3 class="wp-block-heading">Using PNG</h3>



<p>The image is 680px by 358px. Initially, I wanted to export it as a PNG to take advantage of the transparency in case I decide to change the background color where the image is going to be displayed. This means that If I changed the background on the website, I wouldn't have to update the banner image to match. But this made the total image size <strong>167KB</strong>. This image alone would be almost as heavy as the homepage without it, as you can see in the <a href="https://notagrouch.com/ecommerce-with-wordpress-update-questions-speed/" class="rank-math-link">previous post</a> the homepage is only 228KB right now and I'd love to keep it under 1MB ?.</p>



<h3 class="wp-block-heading">Using JPEG</h3>



<p>The easiest answer to reducing the size of this image was to use the JPEG export option instead of PNG. JPEG has better compression and the size difference is a significant gain. Compromising on making the background a solid color, white in this case isn't a big deal, so I tested that out. Using JPEG reduced the image by over 50% to a size of <strong>89 KB</strong>. Huge difference! </p>



<p>But then if I'm going to use JPEG I also should also reduce the quality during export. I remember reading years ago somewhere that people can't tell the difference between an image exported at 100% quality vs one exported at 85% to 87% quality so I turned the quality down to 85%. This brought down the size by another 36KB  for a total size of <strong>52KB</strong>; that's a little bit less than one third from the original PNG size. Can't complain about that!</p>



<h3 class="wp-block-heading">But what about WebP</h3>



<p>Ideally, I should use WebP if I want the smallest size, but for the sake of expediency, I'll leave that for a round of fine-tuning that I can do after launch. Doing this right now could add more work, more time, more plugins, or all of the above. And I'm already late in launching this. Besides, I did a quick test by converting the full-size PNG that I mentioned to WebP and it turned out to be 47KB, not a huge difference between that and the JPEG.</p>



<h2 class="wp-block-heading">TL;DR</h2>



<p>If that was too geeky for you, or too long for you, when you create images you need to keep quality high but also mind the size of the images so your visitors can have the best and fastest experience you're able to offer. <strong>In this example, I reduced an image from about 167KB to 52KB, a size savings of about 70%.</strong> If you're using Photoshop, use the <em>export</em> to JPEG feature, <strong>not</strong> the <em>save as</em> feature, and reduce your original image quality to 85%. If you're not using Photoshop, maybe you're using something like <a class="thirstylink" rel="nofollow" target="_blank" title="Canva" href="https://notagrouch.com/goto/canva/" data-shortcode="true">Canva</a>, you can find a ton of <a href="https://duckduckgo.com/?q=optimize+image+online&t=brave&ia=web" class="rank-math-link" target="_blank" rel="noopener">image optimizer sites</a> out there.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/when-almost-every-kb-counts/">When Almost Every KB Counts</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>eCommerce with WordPress Update. Questions. Speed!</title>
		<link>https://notagrouch.com/ecommerce-with-wordpress-update-questions-speed/</link>
					<comments>https://notagrouch.com/ecommerce-with-wordpress-update-questions-speed/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Tue, 20 Oct 2020 04:31:21 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://notagrouch.com/?p=54687</guid>

					<description><![CDATA[<p>I'm almost ready to do a soft launch on my new eCommerce site. Life has gotten in the way a bit so I'm behind by a few days. I'm not making excuses, simply explaining. But now, moving upward and onward. I'm super excited about the speed of the website. That's the main reason I'm doing...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/ecommerce-with-wordpress-update-questions-speed/">eCommerce with WordPress Update. Questions. Speed!</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>I'm almost ready to do a soft launch on my <a href="https://notagrouch.com/ecommerce-here-i-go/" class="rank-math-link">new eCommerce site</a>. Life has gotten in the way a bit so I'm behind by a few days. I'm not making excuses, simply explaining. But now, moving upward and onward.</p>



<p>I'm super excited about the speed of the website. That's the main reason I'm doing this update, so check out the screenshot at the end. And stay tuned, since I will detail everything I'm doing to build this site.</p>



<p>There were a couple of things I didn't really think about until a few days ago. Refunds and returns.</p>



<p>I didn't think much about returns and refunds because I'm just excited about starting this. However, as an internet marketer and affiliate marketer, I'm very familiar with refunds and chargebacks. One of the rules of thumb you must follow in my business is not to count your money until the time period for chargebacks has expired.</p>



<p>This is easy with affiliate marketing because most of the time, your commissions don't get paid out until said time period has expired. For example, you don't get paid until 30 - 90 days after a sale has been made.</p>



<p>Since this ecommerce store involves physical products, I just didn't think about how I would handle returns and refunds. This is the first time I sell a physical product directly as the seller, so by nature I am on the hook for providing a return system or mechanism for my customers.</p>



<p>I would like to offer a <strong>no questions asked</strong> 30-day return policy, so part of setting up this new business requires I set up a mailing address for customers to return products when needed. I believe I need to upgrade my PO Box from a regular personal PO Box to a business PO Box so I can receive mail under the website name instead of my personal name.</p>



<p>I don't believe I can afford to offer to cover shipping costs for returns, we'll see how that goes. As far as refunds go, the payment processor (Stripe) should make it easy for me to issue refunds. </p>



<h2 class="wp-block-heading">Now, about that speed.</h2>



<p>I think this is pretty amazing. <strong>Load time is under one second</strong>, I'm pretty happy about this. I know that I have to add a few more things to the home page and possibly add one or two more plugins that will inevitably add to the page size and the load time, but I'm pretty happy starting at this point.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://notagrouch.com/wp-content/uploads/speed-test-great-results-1800x1164.jpg" alt="" class="wp-image-54696"/></figure>



<h2 class="wp-block-heading">What  is running on the new ecommerce site?</h2>



<h3 class="wp-block-heading">First, hosting.</h3>



<p>Hosting is provided by <a class="thirstylink" rel="nofollow" target="_blank" title="greengeeks" href="https://notagrouch.com/goto/greengeeks/" data-shortcode="true">GreenGeeks</a>, they haven't really let me down and obviously they can deliver a solid experience. The website is built with <a class="thirstylink" rel="nofollow" target="_blank" title="Kadence WP" href="https://notagrouch.com/goto/kadence-wp/" data-shortcode="true">Kadence</a> and although I haven't done my own testing, Adam from WP Crafter says it's one of the fastest and leanest themes out there right now. </p>



<p>There are 20 active plugins at the moment. But the one that really made the load time and speed results you see above is WP Fastest Cache. Prior to installing and configuring this caching plugin, the site was loading at about 2.7 to 3.5 seconds. I was extremely surprised at the difference it made to setup WP Fastest Cache.</p>



<h3 class="wp-block-heading">Plugins running</h3>



<p>On my previous post I said I was doing this for almost $0.0. I think that's a bit inaccurate since some of the stuff I'm using costs quite a bit of money. But when I wrote that I was just thinking about not spending any money out of pocket.</p>



<p>In a <a href="https://www.tiktok.com/@notagrouch/video/6885209423145438469" class="rank-math-link" target="_blank" rel="noopener">recent post on Tiktok</a>, I said I'm going to show you how to do this for about $100.00 to start. So I'm going to try to do that.</p>



<p>With that said, the actual list of plugins is this:</p>



<ul class="wp-block-list"><li>Elementor&nbsp;by&nbsp;Elementor.com (free).</li><li>Elementor Pro&nbsp;by&nbsp;Elementor.com.<ul><li><strong>Get <a class="thirstylink" rel="nofollow" target="_blank" title="Elementor" href="https://notagrouch.com/goto/elementor/" data-shortcode="true">Elementor</a> here.</strong></li></ul></li><li><a class="thirstylink" rel="nofollow" target="_blank" title="Monsterinsights" href="https://notagrouch.com/goto/monsterinsights/" data-shortcode="true">Google Analytics for WordPress by MonsterInsights</a>&nbsp;by&nbsp;MonsterInsights (free).</li><li><a rel="noreferrer noopener" href="https://jetpack.com/" target="_blank">Jetpack by WordPress.com</a>&nbsp;by&nbsp;Automattic (free).</li><li>Kadence Blocks - PRO Extension&nbsp;by&nbsp;Kadence WP.</li><li>Kadence Blocks – Gutenberg Blocks for Page Builder Features&nbsp;by&nbsp;Kadence WP.</li><li>Kadence Pro - Premium addon for the Kadence Theme&nbsp;by&nbsp;Kadence WP.</li><li>Kadence WooCommerce Elementor&nbsp;by&nbsp;Kadence WP.</li><li>Kadence Woocommerce Elementor Pro&nbsp;by&nbsp;Kadence WP.</li><li>Kadence WooCommerce Extras&nbsp;by&nbsp;Kadence WP.<ul><li><strong>Check out all the <a class="thirstylink" rel="nofollow" target="_blank" title="Kadence WP" href="https://notagrouch.com/goto/kadence-wp/" data-shortcode="true">Kadence WP</a> products here, Kadence has a great free suite.</strong></li></ul></li><li>Printful Integration for WooCommerce&nbsp;by&nbsp;<a class="thirstylink" rel="nofollow" target="_blank" title="Printful" href="https://notagrouch.com/goto/printful/" data-shortcode="true">Printful</a> (free).</li><li>Printify Shipping Method&nbsp;by&nbsp;<a class="thirstylink" rel="nofollow" target="_blank" title="Printify" href="https://notagrouch.com/goto/printify/" data-shortcode="true">Printify</a> (free).</li><li><a rel="noreferrer noopener" href="https://s.rankmath.com/home" target="_blank">Rank Math SEO</a>&nbsp;by&nbsp;Rank Math (free). </li><li><a rel="noreferrer noopener" href="https://www.really-simple-ssl.com/" target="_blank">Really Simple SSL</a>&nbsp;by&nbsp;Really Simple Plugins (free).</li><li><a rel="noreferrer noopener" href="https://woocommerce.com/" target="_blank">WooCommerce</a>&nbsp;by&nbsp;Automattic (free). </li><li><a rel="noreferrer noopener" href="https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/" target="_blank">WooCommerce PayPal Checkout Gateway</a>&nbsp;by&nbsp;WooCommerce (free). </li><li><a rel="noreferrer noopener" href="https://woocommerce.com/" target="_blank">WooCommerce Shipping & Tax</a>&nbsp;by&nbsp;Automattic (free).</li><li><a rel="noreferrer noopener" href="https://wordpress.org/plugins/woocommerce-gateway-stripe/" target="_blank">WooCommerce Stripe Gateway</a>&nbsp;by&nbsp;WooCommerce (free).</li><li><a rel="noreferrer noopener" href="http://wordpress.org/plugins/wp-fastest-cache/" target="_blank">WP Fastest Cache</a>&nbsp;by&nbsp;Emre Vona (free).</li></ul>



<p>I know I will be adding <a class="thirstylink" rel="nofollow" target="_blank" title="Optinmonster" href="https://notagrouch.com/goto/optinmonster/" data-shortcode="true">Optinmonster</a> and possibly <a class="thirstylink" rel="nofollow" target="_blank" title="WP Forms" href="https://notagrouch.com/goto/wp-forms/" data-shortcode="true">WP Forms</a> soon, but since I don't want to annoy visitors by implementing the wrong pop-up, and I don't have a clear vision of how I would use WP Forms yet I'm going to hold off  on those two for now. They're also not free.</p>



<h2 class="wp-block-heading">Why aren't you using Inmotion Hosting?</h2>



<p>As you know <a class="thirstylink" rel="nofollow" target="_blank" title="Inmotion" href="https://notagrouch.com/goto/inmotion-standard-hosting/" data-shortcode="true">Inmotion hosting</a> is my host. I've been with them for about 7 or 8 years and they are great. But my hosting account with them is based on a VPS and I wanted to keep this new project separate from my other projects. </p>



<p>I also want to demonstrate that it can be set up on any hosting, from basic shared hosting like the entry-level plans at Greengeeks (they also have VPS and dedicated servers), all the way to fancy setups like a VPS, dedicated or WordPress managed hosting like WP Engine.</p>



<h2 class="wp-block-heading">One last word about "Free"</h2>



<p>Like many Internet users, I often fall into the trap of expecting things to be free. But as a business owner, I can tell you that free isn't necessarily the best way to go about it. In many cases I've tried doing things for free, or with free options, free software, etc and then I come to find out, that for a nominal fee all the issues I've been going through are simply washed away.</p>



<p>Please keep this in mind when you're trying to start a blog, or an ecommerce site like I am. Sometimes plugins are totally free, and amazing, like Woocommerce, Rankmath or even the free Kadence WP version. But sometimes plugins, or extensions cost $50 or $100 and they save you dozens, if not hundreds of hours in the long term so consider paying if the solution is right for you.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/ecommerce-with-wordpress-update-questions-speed/">eCommerce with WordPress Update. Questions. Speed!</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/ecommerce-with-wordpress-update-questions-speed/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress is Better Than Other Platforms</title>
		<link>https://notagrouch.com/wordpress-is-better-than-other-platforms/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Tue, 02 Jun 2020 18:49:50 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Driving With Oscar]]></category>
		<category><![CDATA[wordpress video]]></category>
		<guid isPermaLink="false">https://notagrouch.com/?p=54174</guid>

					<description><![CDATA[<p>Don't be fooled by the idea that using WordPress is just a matter of choice. While WordPress is a choice, you simply can't really compare it to the other options out there. Let me explain.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordpress-is-better-than-other-platforms/">WordPress is Better Than Other Platforms</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="swp_social_panel swp_horizontal_panel swp_shift  swp_default_custom_color_outlines swp_other_custom_color_outlines swp_individual_full_color scale-100 scale-left" data-min-width="1100" data-float-color="#ffffff" data-float="none" data-float-mobile="none" data-transition="slide" data-post-id="54174" ><div class="nc_tweetContainer swp_share_button swp_facebook" data-network="facebook"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.facebook.com/share.php?u=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares" data-link="https://www.facebook.com/share.php?u=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_facebook_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_linkedin" data-network="linkedin"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dlinkedin%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares" data-link="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dlinkedin%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_linkedin_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_pinterest" data-network="pinterest"><a rel="nofollow noreferrer noopener" class="nc_tweet swp_share_link noPop" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F" onClick="event.preventDefault(); 
							var e=document.createElement(&#039;script&#039;);
							e.setAttribute(&#039;type&#039;,&#039;text/javascript&#039;);
							e.setAttribute(&#039;charset&#039;,&#039;UTF-8&#039;);
							e.setAttribute(&#039;src&#039;,&#039;//assets.pinterest.com/js/pinmarklet.js?r=&#039;+Math.random()*99999999);
							document.body.appendChild(e);
						"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_pinterest_icon"></i><span class="swp_share">Pin</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_twitter" data-network="twitter"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://twitter.com/intent/tweet?text=WordPress+is+Better+Than+Other+Platforms&url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dtwitter%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares&via=notagrouch" data-link="https://twitter.com/intent/tweet?text=WordPress+is+Better+Than+Other+Platforms&url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dtwitter%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares&via=notagrouch"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_twitter_icon"></i><span class="swp_share">Tweet</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_buffer" data-network="buffer"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://bufferapp.com/add?url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dbuffer%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares&text=WordPress+is+Better+Than+Other+Platforms" data-link="https://bufferapp.com/add?url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dbuffer%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares&text=WordPress+is+Better+Than+Other+Platforms"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_buffer_icon"></i><span class="swp_share">Buffer</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_whatsapp" data-network="whatsapp"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://api.whatsapp.com/send?text=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dwhatsapp%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares" data-link="https://api.whatsapp.com/send?text=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dwhatsapp%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_whatsapp_icon"></i><span class="swp_share">WhatsApp</span></span></span></span></a></div></div></p>
<p>I've heard something similar a dozen times, sometimes even a WordPress expert will say this. "WordPress is just a choice, like any other website platform."&nbsp;</p>
<p>That is wrong and inaccurate. And in this video I tell you why. I have worked with WordPress since 2004. I have also worked with dozens of other website and content platforms. Sharepoint, Joomla, Mambo, Netsuite, Concrete5, Blogger, Medium, Wix, Squarespace, Drupal, Shopify.</p>
<h2>The Main Reason WordPress is Better</h2>
<div class="entry-content-asset videofit"><iframe title="The Main Reason WordPress is Better Than Shopify, Blogger, Squarespace and Others." width="720" height="405" src="https://www.youtube.com/embed/dnTky9QpX1o?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<h2>Video Timecodes</h2>
<p>0:00 Why talk about this<br />
0:40 Inaccurate comparisons<br />
1:25 Analogy to car buying<br />
2:20 WordPress in a class of its own<br />
2:57 WordPress' DNA is world-changing<br />
4:30 Free and Open Source<br />
6:40 Turn it into a profitable site<br />
7:30 WordPress resources are available<br />
8:45 A matter of function<br />
9:12 Principle, functionality, freedom.</p>
<h2>Video Transcript</h2>
<p><em>Video transcript and closed captioning for the video provided by <a href="http://oglink.it/otter" target="_blank" rel="noopener">Otter.ai</a></em></p>
<p>Hey guys, what's up Oscar here for Notagrouch, Notagrouch dot com go visit, go check it out, click like, subscribe, all that good stuff. And Whoa! They're making big changes here. I just drove by a Trader Joe's they're remodeling.</p>
<p>So in any case, I want to talk to you a little bit about WordPress yet again, what a surprise, right? So the reason I want to talk to you about it is because some people say, Well, isn't, isn't this better? And isn't this better how come these people use this. And that's really just... it's a normal question I get all the time. The analogy someone said... I was in a conversation and one person said, "Well, why can I just use this" or "why can I just use that?"</p>
<p>I mentioned names a minute but the other person said something that is completely inaccurate. And I want to make sure that if you hear this you know that that person is doesn't know what they're talking about at all. The person said, "Oh, you know, it's just a matter of preference. It's like, when you go buy a car, some people like to buy a Toyota Camry and other people like to buy a Honda Accord."</p>
<p>And that's absolutely not the case. using WordPress versus other systems is not just a matter of choice. There are so many different layers of why WordPress is better, that it doesn't really compare in that way.</p>
<p>For example, some you know, if you go get a Honda, or Toyota or, you know, if you're looking between, say a Honda Accord and a Toyota Camry, the two most popular cars for each of those brands, you are going to get more or less the same thing, just different brands, slightly different features. The buttons are going to look different, where the shifting gear is maybe different. Maybe one has a little bit of technology that the other one doesn't have and things like that.</p>
<p>At the end of the day, it's a vehicle that sits five people that takes you from A to B, with really good gas mileage, really good reliability, outstanding warranty support all that stuff. Price may be a little bit different, but they're in the same class.</p>
<p><div class="swp_social_panel swp_horizontal_panel swp_shift  swp_default_custom_color_outlines swp_other_custom_color_outlines swp_individual_full_color scale-100 scale-left" data-min-width="1100" data-float-color="#ffffff" data-float="none" data-float-mobile="none" data-transition="slide" data-post-id="54174" ><div class="nc_tweetContainer swp_share_button swp_facebook" data-network="facebook"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.facebook.com/share.php?u=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares" data-link="https://www.facebook.com/share.php?u=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_facebook_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_linkedin" data-network="linkedin"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dlinkedin%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares" data-link="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dlinkedin%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_linkedin_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_pinterest" data-network="pinterest"><a rel="nofollow noreferrer noopener" class="nc_tweet swp_share_link noPop" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F" onClick="event.preventDefault(); 
							var e=document.createElement(&#039;script&#039;);
							e.setAttribute(&#039;type&#039;,&#039;text/javascript&#039;);
							e.setAttribute(&#039;charset&#039;,&#039;UTF-8&#039;);
							e.setAttribute(&#039;src&#039;,&#039;//assets.pinterest.com/js/pinmarklet.js?r=&#039;+Math.random()*99999999);
							document.body.appendChild(e);
						"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_pinterest_icon"></i><span class="swp_share">Pin</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_twitter" data-network="twitter"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://twitter.com/intent/tweet?text=WordPress+is+Better+Than+Other+Platforms&url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dtwitter%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares&via=notagrouch" data-link="https://twitter.com/intent/tweet?text=WordPress+is+Better+Than+Other+Platforms&url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dtwitter%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares&via=notagrouch"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_twitter_icon"></i><span class="swp_share">Tweet</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_buffer" data-network="buffer"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://bufferapp.com/add?url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dbuffer%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares&text=WordPress+is+Better+Than+Other+Platforms" data-link="https://bufferapp.com/add?url=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dbuffer%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares&text=WordPress+is+Better+Than+Other+Platforms"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_buffer_icon"></i><span class="swp_share">Buffer</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_whatsapp" data-network="whatsapp"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://api.whatsapp.com/send?text=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dwhatsapp%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares" data-link="https://api.whatsapp.com/send?text=https%3A%2F%2Fnotagrouch.com%2Fwordpress-is-better-than-other-platforms%2F%3Futm_source%3Dwhatsapp%26utm_medium%3Dsocial%26utm_campaign%3Dsocialshares"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_whatsapp_icon"></i><span class="swp_share">WhatsApp</span></span></span></span></a></div></div></p>
<p>WordPress is in a class of its own, because it is both free, but also profitable. If you run a website with WordPress, you can make a profit. And it's not WordPress that does it is what you do with it. If you run a website with, say, Blogger, your profits are going to be very, very hard to find. It's just very hard to get a Blogger website to last a long time and also be profitable. They're great for some things, but not as flexible as WordPress. There's also the principle of how WordPress is built that makes us so important. WordPress has changed the world. Some of the other things like Shopify...</p>
<p>take Shopify, for example, Shopify is a good example of a very specific purpose. Shopify does e commerce. And you can do e commerce in a matter of minutes. You can be up and running, and you're ready to go.</p>
<p>But if you want to deviate from that just a little bit you can't. Is difficult. If you want to add custom code, you're going to find it's very expensive to find a good developer that will do not only what you need, but that will do it right. It's also it also costs money up front you have to have, you have to be paid for it right away on a monthly basis, ongoing, whether you're selling your stuff or not. I've seen so many people have a great idea to sell a product. "So I just start a Shopify store" and they start a Shopify store and three months later, they quit because they haven't made money and they paying into their monthly fee.</p>
<p>And they give up. There's nothing wrong with Shopify, there's nothing wrong with Blogger. There's nothing wrong with any of it. Well, I mean, there are some things wrong with some platforms. But for the most part, all of them have their strengths and their weaknesses. WordPress included. But the reason why you use WordPress, for me, from my perspective is because it's free, free beer like free beer, you download it, and now it's yours. You can use it, do whatever you want with it. It's also free and open source, which is critical. Open Source is one of the most important things that people don't know or understand.</p>
<p>Open Source is the idea that you can look at the code of the software that you're using for review or modification. And you can make modifications with that restriction that is crucial to humanity as a whole. Other big open source projects that you may know about and not realize they're Open Source, are Firefox, the underlying operating system for Mac, you know, OS X is built around open source. Windows is now doing a lot of open source stuff.</p>
<p>And the reason why that's so important is because it prevents people from doing malicious stuff with your code from taking over and doing a tech monopoly, like, you see Facebook, Twitter, Instagram, all those people have a hold on their audience. And you don't really know what's going on. You don't know how the algorithm works. You don't know how the code works. You don't know if the code is tracking you. How far is tracking you what the extent of it is tracking you and all those things.</p>
<p>That's because it's a closed source. Open Source means you can review the code, you can change it you can say, Oh, you know what, I don't want this piece of code here. You can remove it. Of course, you have to have the ability to do that. But any PHP developer can do that. PHP is a language in which most of WordPress is written. Now they're introducing a lot of other stuff. But it's still open source. You can go and read the code, understand what it does modify it, you can build a new edition for it and say I want WordPress to do this this way.</p>
<p>And you do it without asking anybody for permission, you simply just do it. And that is what is so beautiful about WordPress. That is why I recommend WordPress, more than any other piece of software out there in the part that is profitable. That is really up to you just like it is up to you to make Shopify profitable. It is up to you to make WordPress profitable, you can install a plugin named WooCommerce. And you can start running a web shop just like Shopify, maybe even better and it didn't really cost you anything.</p>
<p>You can start putting content out there and put some links to affiliate products and start selling that you could start a website where you collect payments for whatever type of service you offer, the list goes on about all the things that you can do with WordPress. But if you go into Shopify or say Squarespace, now you you're stuck with them, you can't really change a lot of the stuff in there, you don't know how the code works. So you don't know what kind of things you can do to improve that code or to modify it to suit your own needs.</p>
<p>And that is what really gives you a lot of freedom with WordPress that I think is the best thing that you could have. WordPress takes a little bit of learning. But there are so many there are so many resources out there that help you get started, how to post, how to do basically everything. And all you have to do is watch some YouTube videos. When you say "Oh, how do I make a link?" You go to YouTube and say how do I make a link on WordPress? You will find a three minute video on how to do that.</p>
<p>Say "how do I post a picture on WordPress" you go to YouTube and look for that somebody has a video teaching you how to post a picture on YouTube on WordPress, whatever example I can come up with. There is somebody out there that shows your own WordPress. For some of the most advanced things that you can do with WordPress, or maybe I should say sophisticated, like how do I build an affiliate marketing website that may require you to watch a few videos, or even buy a training course that tells you how to do that.</p>
<p>So it all depends what you want to do, but the knowledge is out there for you to just use it. With Shopify, they may or may not have a knowledge base, or they want you to do things certain way, not necessarily the best way for you. So the analogies are not the same. It's more like saying, oh, the difference between WordPress and all this other platforms. It's not just a matter of preference, it's a matter of function.</p>
<p>It would be more like saying It's like buying a Honda versus buying an 18-wheeler. Yeah, they both take you around and they both take fuel have wheels to move, but they're not the same. So don't let people tell you that is just a matter of choice. No, it's a matter of principle. It's a matter of functionality. It's a matter of freedom. It's matter of a lot more than just a choice. So, consider WordPress next time you use this and as I mentioned before, use wordpress.org not wordpress.com.</p>
<p>Talk to you guys later. Bye.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordpress-is-better-than-other-platforms/">WordPress is Better Than Other Platforms</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Bye Bye Genesis Themes, It&#8217;s Been Good.</title>
		<link>https://notagrouch.com/bye-bye-genesis-themes-its-been-good/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Tue, 19 May 2020 03:25:10 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://notagrouch.com/?p=53881</guid>

					<description><![CDATA[<p>Over the past seven or eight years, Genesis themes have been my default to-go themes for any WordPress website I've built. But this post marks the moment I ditched the Studiopress collection of themes. Maybe you are wondering why. I've been a proponent of those themes for such a long time and this decision may...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/bye-bye-genesis-themes-its-been-good/">Bye Bye Genesis Themes, It&#8217;s Been Good.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Over the past seven or eight years, Genesis themes have been my default to-go themes for any WordPress website I've built. But this post marks the moment I ditched the Studiopress collection of themes.</p>



<p>Maybe you are wondering why. I've been a proponent of those themes for such a long time and this decision may seem puzzling to some, especially if I built a site for you.</p>



<p>But the truth is that WordPress has evolved a lot since I first made Studiopress my main home for WordPress themes. They no longer serve my goals and unfortunately, they aren't keeping up with current trends in technology, or design.</p>



<p>For a long time, I ignored the quasi-documented themes with missing information or the little quirks and glitches you face with every single installation of any Genesis based theme. The documentation is incomplete and the themes aren't consistent from one to the next. Some haven't been updated in years.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://notagrouch.com/wp-content/uploads/oldest-genesis-themes-659x870.jpg" alt="" class="wp-image-53887"/><figcaption>The oldest themes in the Studiopress collection haven't been updated in six years!</figcaption></figure>



<p>In their defense, It's worth noting that for a while I really loved the Genesis themes. I told everybody to use them, I promoted them as an affiliate. But this feeling of being left out to dry has been lingering for some time. They do have about 23 themes that have been updated in 2020, but you would think that after all this time they could have figured out a way to make the themes share the main code and make update them all every few months. Little details like this matter, in my opinion. In fact, I don't think these details are so "little" and they also speak volumes about the business decisions behind the brand; we won't get into that for now.</p>



<p>About two years ago, <a href="https://wpengine.com/blog/wp-engine-acquires-studiopress/" target="_blank" rel="noopener">Studiopress was acquired by WP Engine</a>. A questionable move by WP Engine my opinion, but I'm sure they had a good reason. I thought this would re-invigorate the theme collection, maybe standardize them and give them a refresh, but that didn't happen. They have since added them for free if you are a <a href="http://oglink.it/wpengine" target="_blank" rel="noopener">customer with WP Engine</a>.</p>



<p>I thought I needed to move off of Genesis when I saw this acquisition,  but I didn't. Call it procrastination or life just getting in the way. But then COVID 19 happened. That's the main catalyst that brought this change.</p>



<p>With some of my clients going out of business or scaling back their digital marketing spending, and some of my income decreasing due to the lockdown, I decided to go back to building more sophisticated websites for clients.</p>



<p>I still offer the free website setup and configuration to anybody that needs it, but as I pursue new high-end clients, I needed something more robust and modern to offer as a product and service.</p>



<h2 class="wp-block-heading">What's Next?</h2>



<p>Over time, this will happen again, things change and what's great today may not be great tomorrow. </p>



<p>I tried using Genesis one more time a few weeks ago, and frankly the process of getting the theme to look remotely close to my wireframe, let alone what the client actually wanted was a total nightmare. It was soul-draining and I knew there had to be a better way.</p>



<p>I had watched some of WPCrafter's videos about Elementor and it looked great. Based on a <a href="https://www.youtube.com/watch?v=tIFWOw2Wqww" target="_blank" rel="noopener">video from Adam Preiser</a>, I decided to go with Blocksy, a free minimalistic but highly configurable theme, paired with <a href="http://oglink.it/elementor" target="_blank" rel="noopener">Elementor</a>. </p>



<p>After a day or so playing around with the Blocksy and Elementor combination, I had most of the things I needed figured out for a facelift I needed to do for a client. Shortly thereafter I delivered a the new site to the client. You <a href="https://samcarterart.com/" target="_blank" rel="noopener">can see it live here</a>. </p>



<p>We have a phase two coming soon that addresses the e-commerce part, but it was critical that we revamp the front page and main portfolio. It would have taken me weeks and weeks to do this with Studiopress, and only if I didn't call it quits half way through.</p>



<h2 class="wp-block-heading">Right Now...</h2>



<p>Notagrouch.com has always been my website playground, and with a little more time on my hands right now, it was time to refresh this site. At the moment of this writing, the site is running on a plain vanilla Blocksy setup. </p>



<p>I haven't integrated Elementor into it yet, but I thought I would start with the theme first, complete a content and plugin audit, delete plugins, clean up other content, then layer Elementor on top. Thanks, Adam for the great recommendation!</p>



<p>Thank you for reading and I'll update you soon to show you how it goes.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/bye-bye-genesis-themes-its-been-good/">Bye Bye Genesis Themes, It&#8217;s Been Good.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Beautiful State of a Virgin WordPress Installation.</title>
		<link>https://notagrouch.com/the-beautiful-state-of-a-virgin-wordpress-installation/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sat, 17 Aug 2019 01:46:59 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://notagrouch.com/?p=53405</guid>

					<description><![CDATA[<p>When you're deep into WordPress, you tend to load up every installation with all the stuff you think you need. 42 plugins, your bloated theme, and all kinds of stuff all over the widget areas. I have a WordPress "kit" which I normally use to set up a new site, then I remove the stuff...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/the-beautiful-state-of-a-virgin-wordpress-installation/">The Beautiful State of a Virgin WordPress Installation.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">When you're deep into WordPress, you tend to load up every installation with all the stuff you think you need. 42 plugins, your bloated theme, and all kinds of stuff all over the widget areas.</p>



<p>I have a WordPress "kit" which I normally use to set up a new site, then I remove the stuff I don't need. This process saves me time and effort and I do it mostly to get my clients' sites up and running within 48-72 hours.</p>



<p>I highly recommend you do something like this if you're setting up more than one site each day. But sometimes, check yourself too.</p>



<p>Just recently I started working on the revival of an old blog I had, and this time I decided to do it all from scratch, and one small step at a time. Instead of using my go-to kit.</p>



<p>The joy of seeing a blank slate, unencumbered by dashboard pop-ups, and admin notices that scream I should <em>do this</em>, and <em>go here</em>, and <em>upgrade that</em> and the other was refreshing.</p>



<p>Out of curiousity, I headed over to <a href="https://tools.pingdom.com" target="_blank" rel="noopener">Pingdom</a> to test this fresh WordPress install plus Wordfence, and it just made me rejoice. Check it out.</p>



<figure class="wp-block-image"><img decoding="async" src="https://notagrouch.com/wp-content/uploads/fresh-wordpress-install-speed-870x361.jpg" alt="" class="wp-image-53406"/></figure>



<p>I wonder how it will be when the site is "ready" for public consumption, with the plugins I need, widgets in place and whatever theme I decide to go with. But if I can keep the site loading under 2 seconds, and the page size under 1.5-2 MB.</p>



<p>I'll post an update when that happens.</p>



<p><em>Update ( a few hours later)</em></p>



<p>After I started added new content and trying to backfill the archives, I decided to add a theme. I went with Maker Pro, from the Genesis collection by Studiopress.</p>



<p>I was pleasantly surprised with the results. Performance grade went up one point, page size dropped almost by a factor of 5, load time went up by 0.03 seconds which is negligible, and there were 5 fewer requests than before.</p>



<p>This just reaffirms my affinity for the Genesis themes. </p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/the-beautiful-state-of-a-virgin-wordpress-installation/">The Beautiful State of a Virgin WordPress Installation.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The 1 Reason Genesis Themes Makes It Easier to Get Started With WordPress Quickly.</title>
		<link>https://notagrouch.com/genesis-themes/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Fri, 01 Mar 2019 17:20:50 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://notagrouch.com/?p=52769</guid>

					<description><![CDATA[<p>Have you ever activated a WordPress theme and been disappointed by that first impression? I've been using WordPress for a long time, and I still feel this way sometimes. The theme just doesn't look or feel like the demo. I can imagine if you're new to WordPress, this is even a bigger issue for you....</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/genesis-themes/">The 1 Reason Genesis Themes Makes It Easier to Get Started With WordPress Quickly.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Have you ever activated a WordPress theme and been disappointed by that first impression?</p>



<p>I've been using WordPress for a long time, and I still feel this way sometimes. The theme just doesn't look or feel like the demo. I can imagine if you're new to WordPress, this is even a bigger issue for you.</p>



<p class="has-medium-font-size">Sometimes starting from scratch is too intimidating – or too time-consuming.</p>



<p>The latest <a class="thirstylink" rel="nofollow" target="_blank" title="Genesis Framework" href="https://notagrouch.com/goto/genesis-framework/" data-shortcode="true">Genesis themes</a>, using version 2.8 or above when running on WordPress 5.0 or later, include a new "onboarding" tool. This allows Genesis theme users to import some homepage demo content, just to help get things started.</p>



<figure class="wp-block-image"><img decoding="async" src="https://notagrouch.com/wp-content/uploads/studiopress-870x444.png" alt="Screenshot of Studiopress' site highlighting the All-in-one package, their premium themes and the Genesis themes for WordPress." class="wp-image-52770"/><figcaption>My site is powered by Genesis, and so are thousands of other sites. In my opinion, they are the best themes out there. Simple, but powerful designs, secure, easy to use and they come with great support.</figcaption></figure>



<p>This means that you can make your site look like the demo really quick and then you can build from there and customize your site to your heart's content.</p>



<p>I'm slowly embracing the new Gutenberg editor, or as WordPress is referring to it, the new "block editor." And the StudioPress folk being the smart people that they are designed the latest Genesis themes so you can build your home page with the new editor. </p>



<p>The way to take advantage of these new features with Genesis is really simple. Just install the theme as you normally would, and the onboarding tool will walk you through the process.</p>



<p>This new feature only requires a config file (loaded using the new config loader), and <strong>no special code!</strong></p>



<p>You can check out the onboarding feature in action by using the Genesis themes, <a href="http://oglink.it/studiopress" target="_blank" rel="noopener">available here</a>. </p>



<p>In case you didn't know, I love and use Genesis for almost every project I work on, this includes my WordPress sites and those I build for clients.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/genesis-themes/">The 1 Reason Genesis Themes Makes It Easier to Get Started With WordPress Quickly.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Gutenberg. The New Block Editor in WordPress. Expect Rough Weather.</title>
		<link>https://notagrouch.com/gutenberg-the-new-block-editor-in-wordpress-expect-rough-weather/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Wed, 13 Feb 2019 03:15:00 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://notagrouch.com/?p=52714</guid>

					<description><![CDATA[<p>For a little over a year, maybe two, people that keep track of the pulse with WordPress have known of a new editor for WordPress. It was released officially a few months ago and it wasn't received well. The ratings for the plugin in the official WordPress repository are dismal with an average rating of...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/gutenberg-the-new-block-editor-in-wordpress-expect-rough-weather/">Gutenberg. The New Block Editor in WordPress. Expect Rough Weather.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>For a little over a year, maybe two, people that keep track of the pulse with WordPress have known of a new editor for WordPress.</p>



<p>It was released officially a few months ago and it wasn't received well. The ratings for the plugin in the official WordPress repository are dismal with an average rating of 2 stars.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://notagrouch.com/wp-content/uploads/gutenberg-2-star-rating.jpg" alt="" class="wp-image-52715"/><figcaption>Lots of installations, and an overwhelming amount of 1-star ratings.</figcaption></figure></div>



<p>The ratings are one thing, but then if you look, the comments aren't positive either.</p>



<p>That's rough. As someone that has been part of software projects and various website launches etc, it's really rough when your userbase dislikes or outright rejects your new update or your new development.</p>



<p>It hurts.</p>



<p>It has sparked so much backlash in some circles that a group of people even <a href="https://www.classicpress.net/" target="_blank" rel="noopener">started a fork of WordPress</a>. </p>



<p>If you don't know what a fork is, in short, a fork means someone has split the original source code and decided to develop it further in its own separate path.</p>



<p>It's easy to see why people aren't receiving the new WordPress block editor well.</p>



<p>At first, glance, when you try Gutenberg, you'll notice that your writing canvas, has been dramatically changed. You no longer have a blank canvas to start typing on. <g class="gr_ gr_6 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" id="6" data-gr-id="6">Instead</g> you add content in terms of "blocks."</p>



<p>What used to be a straight forward proposition, you know, writing, is no longer that simple. Now you have to add a block and then start typing, but if you press return then it creates a new block.</p>



<div class="affbox"><em>This post contains affiliate links. If you use these links, you'll be supporting my work. By visiting these links and buying the recommended products, I may get a commission. You will never pay more, and in some cases you'll actually get a discount by using my links or discount codes. In advance, thank you for following this guide and using the links I provided here. <a href="https://notagrouch.com/sponsor-affiliate-disclosure/">click here for more info about my affiliate disclosure</a>.</em></div>



<p>Adding a new block as you press enter may seem logical within the context of <em>this</em> UI, but it isn't. If you think about the places where people write, and how they do it, you'll think of Gutenberg as being totally alien.</p>



<p>When you write an email on Gmail, it's just text. You can add fancy formatting later. When you write a document on Word, it's just text, you can then add fancy formatting. When you use Google Docs, same thing.</p>



<p>This new design, and maybe even paradigm breaks the process of writing. It's distracting and inefficient. </p>



<p>If you want to add an image, you also <g class="gr_ gr_19 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins replaceWithoutSep" id="19" data-gr-id="19">need</g> to add a block. And each block has its own properties and settings. At first, this can be maddening.</p>



<p>After some time with it, maybe you'll figure out how it works. The problem right now is that the learning curve is so steep that people are simply giving up and moving back to the classic editor.</p>



<p>If you are feeling like this is what you want to do, you just need to install <a href="https://wordpress.org/plugins/classic-editor/" target="_blank" rel="noopener">the Classic Editor</a> as a plugin and activate it. This will then revert the editing window in WordPress back to the way it used to be before Gutenberg.</p>



<p>The WordPress development team has said they will support the classic editor for years to come.</p>



<h2 class="wp-block-heading">Credit where credit is due</h2>



<p>As someone who has been involved with software development, <g class="gr_ gr_3 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="3" data-gr-id="3">qa</g>, testing, and training, I can appreciate the work that the WordPress dev team has put into this. It shows.</p>



<p>For example, a few months ago you couldn't even delete text that spanned several blocks. You had to select each block, then press <g class="gr_ gr_8 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" id="8" data-gr-id="8">delete</g> to erase what you wanted. That is fixed now and if you just press your backspace key, it'll keep deleting stuff until you stop, even jumping to the block above, and continuing on. </p>



<p>That's how you expect that to work. But so many things are still quirky.</p>



<h2 class="wp-block-heading">Not Out of The Woods Yet</h2>



<p>Though many things work, and many bugs have been squashed, we're not out of the woods on editing problems just yet. You can't seem to be able to select several paragraphs of text and delete them at once. </p>



<p>When you try that, the browser seems to take over and instead of deleting the paragraphs, it tries to jump back to whatever previous page you were on before you started editing.</p>



<p>? #annoying</p>



<p>No, you now have to delete one block at a time, through some multi-click process to delete a block.</p>



<p>Let's not even go into the annoying toolbar that appears over every block when you click on a block. This is fucking frustrating because it blocks the content you have added on the block above. Look at this screenshot to get an idea what I mean.</p>



<figure class="wp-block-image"><img decoding="async" src="https://notagrouch.com/wp-content/uploads/gutenberg-bug-blocking-bar.jpg" alt="" class="wp-image-52728"/><figcaption>This is what my editing window looks like for this post you're reading. Notice the boxes around each paragraph, those are "blocks" and some of it gets blocked.</figcaption></figure>



<p>The main gripe with Gutenberg, I think is that it breaks the flow of writing. Gutenberg has a strong focus on the layout. It has a lot of facilities for media-heavy content and lots of emphasis <g class="gr_ gr_80 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" id="80" data-gr-id="80">in</g> the presentation of content.</p>



<p>Gutenberg, in a way, it feels more like a desktop publisher app. It makes me think of it like a hybrid between <a class="thirstylink" rel="nofollow" target="_blank" title="Squarespace" href="https://notagrouch.com/goto/squarespace/" data-shortcode="true">Squarespace</a> and <a href="http://oglink.it/clickfunnels" target="_blank" rel="noopener">Clickfunnels</a>. And both of those are great applications, but they're not centered around the writing process or blogging. </p>



<p>I have tons of friends that blog, many do it for a living and their answer to this new editor for WordPress has been unequivocally a big fat no.</p>



<p>I can't blame them. The only reason I'm trying it out is because I want to know how it works and find the good things about it. Also it is the default editor for new WordPress installations, so I need to know how it works and be able to teach people how to use it and how to get the most out of it.</p>



<figure class="wp-block-image"><img decoding="async" src="https://notagrouch.com/wp-content/uploads/e034b90a20fd1c3e81584d04ee44408be272e7d419b6174297f3_640_storm-ocean.jpg" alt="" class="wp-image-52732"/><figcaption>After a storm, weather tends to be amazing.<br></figcaption></figure>



<h2 class="wp-block-heading">What is Next?</h2>



<p>Gutenberg is definitely rough for most people, but it may be really great once you get the hang of it. I want to remain positive and think that the peacefulness after the storm will be really great. </p>



<p>Right now, I'm diving into Gutenberg, and it feels like that picture above, this is my first post written 100% with Gutenberg. I hope to bring you some great tutorials around Gutenberg, but for now I need to learn it.</p>



<p>Remember, if you have to go back to normal, <a href="https://wordpress.org/plugins/classic-editor/" target="_blank" rel="noopener">just get the classic editor</a>. If you are feeling a little adventurous and maybe even progressive, then give Gutenberg a try. I'd love to hear your thoughts on it, your feedback, what you love about it, what you hate about it and stuff like that.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/gutenberg-the-new-block-editor-in-wordpress-expect-rough-weather/">Gutenberg. The New Block Editor in WordPress. Expect Rough Weather.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Better Than WordPress? That&#8217;s Blasphemous!</title>
		<link>https://notagrouch.com/better-than-wordpress-thats-blasphemous/</link>
					<comments>https://notagrouch.com/better-than-wordpress-thats-blasphemous/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sun, 18 Nov 2018 17:08:53 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tools and Resources]]></category>
		<guid isPermaLink="false">https://notagrouch.com?p=52141&#038;preview=true&#038;preview_id=52141</guid>

					<description><![CDATA[<p>In today's driving with Oscar video, I talk about a system that is arguably better than WordPress. In some cases, where you don't need a blog or a platform to extend with plugins and special themes or custom development, this is better than WordPress. I think this is particularly true today, especially with some of...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/better-than-wordpress-thats-blasphemous/">Better Than WordPress? That&#8217;s Blasphemous!</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In today's driving with Oscar video, I talk about a system that is arguably better than WordPress. In some cases, where you don't need a blog or a platform to extend with plugins and special themes or custom development, this is better than WordPress.</p>
<p>I think this is particularly true today, especially with some of WordPress' latest "political" internal issues and conflicts like the Gutenberg debacle. But we're not going to get into that part right now although I have more to say on the matter.</p>
<p>But I want you to check out this and learn a little bit more about it on this link, and see how you could utilize this system to improve your current business.</p>
<p>Not just the <em>next level</em> but in the words of <a href="https://twitter.com/GrantCardone" target="_blank" rel="noopener">Grant Cardone</a>, <strong>10x your business</strong>. Whether you run a blog, a beauty salon, a software company, a plumbing service or you sell arts and crafts at your local flea market, this can help you increase your revenue.</p>
<p><strong>Now, I get it, Grant Cardone isn't for everybody</strong> but his success is undeniable. You owe it to yourself to at least learn about the 10x secrets and the whole 10x funnel system it's by ClickFunnels so it's good.</p>
<p>I've been using <a class="thirstylink" rel="nofollow" target="_blank" title="ClickFunnels General Link" href="https://notagrouch.com/goto/clickfunnels-general-link/" data-shortcode="true">ClickFunnels</a> for 2 or 3 years and it works wonders on productivity and efficiency because its purpose is to drive revenue for your business.</p>
<p>With ClickFunnels, there is no need to update, patch, secure or maintain anything, no distracting plugins, widgets or stats.</p>
<p>ClickFunnels just works, whether you need to build one page to promote your latest product or service, or an entire website or campaign.</p>
<p>Yes I still love WordPress, but sometimes it is not the right tool. In the case where you already have WordPress, you should know that you can integrate the two very easily since ClickFunnels has a plugin for WordPress.</p>
<p>Check out the Driving with Oscar video below and give <a class="thirstylink" rel="nofollow" target="_blank" title="ClickFunnels General Link" href="https://notagrouch.com/goto/clickfunnels-general-link/" data-shortcode="true">Clickfunnels a try</a>. You can thank me later.</p>
<p>&nbsp;</p>
<div class="entry-content-asset videofit"><iframe title="Better Than WordPress?" width="720" height="405" src="https://www.youtube.com/embed/xV7NjckFbLo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<p>The post <a rel="nofollow" href="https://notagrouch.com/better-than-wordpress-thats-blasphemous/">Better Than WordPress? That&#8217;s Blasphemous!</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/better-than-wordpress-thats-blasphemous/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Plugin to Keep Track of Time Spent Blogging &#8211; Worktime Logger</title>
		<link>https://notagrouch.com/wordpress-plugin-to-keep-track-of-time-spent-blogging-worktime-logger/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Mon, 27 Aug 2018 12:15:15 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<guid isPermaLink="false">https://notagrouch.com/?p=51908</guid>

					<description><![CDATA[<p>I found this cool plugin and I thought I'd share it with you. Along the same lines as using Time Doctor for your day to day activities, Post Worktime Logger for WordPress can give you a good estimation of how much time you have spent creating a blog post. I like knowing a few blogging statistics...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordpress-plugin-to-keep-track-of-time-spent-blogging-worktime-logger/">WordPress Plugin to Keep Track of Time Spent Blogging &#8211; Worktime Logger</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I found this cool plugin and I thought I'd share it with you. Along the same lines as using <a href="https://notagrouch.com/control-time-productivity/">Time Doctor</a> for your day to day activities, Post Worktime Logger for WordPress can give you a good estimation of how much time you have spent creating a blog post.</p>
<p>I like knowing a few blogging statistics about my blogging habits. Things like how many words I've typed using <a href="https://notagrouch.com/one-half-million-words/">Word Count Pro</a>, which type of grammatical errors and spelling errors I make with Grammarly, and specifically for this plugin, how much time spent actually editing a specific blog post.</p>
<h2>It is really simple</h2>
<p>Install it just like any other plugin. Search for <strong>Worktime Logger</strong> in your dashboard from your WordPress blog to install automatically, or go directly to <a href="https://wordpress.org/plugins/post-worktime-logger/" target="_blank" rel="noopener">the plugin's page to download and install manually</a>.</p>
<p><a href="https://notagrouch.com/wp-content/uploads/post-worktime-logger-add-plugins.png"><img fetchpriority="high" decoding="async" class="aligncenter size-large wp-image-51923" src="https://notagrouch.com/wp-content/uploads/post-worktime-logger-add-plugins-870x373.png" alt="Screenshot of the plugin installation screen and search" width="870" height="373" /></a></p>
<p>Once you install it and activate it, the default settings are fine for most cases.</p>
<p>The moment you start a new blog post and while it's being edited, the plugin keeps track in minutes and it provides you that information directly on the edit screen or in the "all posts" listing in its own column. Just make sure you do a quick save as soon as you start a blog post.</p>
<h2>Easy to configure</h2>
<p>If you'd like to adjust the settings, you'll find them really straightforward. Here's a screenshot of the settings available and my actual current configuration.</p>
<p>If you don't like the idea of the plugin tracking your time automatically, you can change the settings to manually start, stop and pause the timer as you wish.</p>
<p><figure id="attachment_51912" aria-describedby="caption-attachment-51912" style="width: 870px" class="wp-caption aligncenter"><a href="https://notagrouch.com/wp-content/uploads/post-worktime-logger-settings-page.jpg"><img decoding="async" class="size-large wp-image-51912" src="https://notagrouch.com/wp-content/uploads/post-worktime-logger-settings-page-870x659.jpg" alt="Screenshot of the settings for the WordPress plugin Post Worktime Logger" width="870" height="659" /></a><figcaption id="caption-attachment-51912" class="wp-caption-text">Pretty clear settings available without overwhelming you with options.</figcaption></figure></p>
<p>&nbsp;</p>
<div class="tipbox"><strong>By the way, a quick side tip</strong>. That thing I just mentioned of saving your blog post right away also helps ensure your auto-save feature in WordPress starts working right away, so you should always save your new blog posts the moment you start editing it for the first time, give a title to the blog post and click save, then go on with your work.</div>
<div></div>
<div class="tipbox">Even if you end up changing the blog post title later on, at least this way, WordPress will begin autosaving every few minutes or when you make major changes to the text. If you happen to lose your work or your browser crashes or your computer gets stolen, or whatever scenario you can think of where you lose access to your editing screen, you know that the latest version of your post is saved along with many checkpoints in between since you started working on it.</div>
<h2>Current worktime on your blog post</h2>
<p>But in the case of this plugin, what will happen is that it will show you how long you've been working on the post under the edit window. At the time of writing this sentence, this is what it said I had spent working on this blog post:</p>
<p><a href="https://notagrouch.com/wp-content/uploads/post-worktime-screenshot-current-worktime.png"><img decoding="async" class="aligncenter size-full wp-image-51911" src="https://notagrouch.com/wp-content/uploads/post-worktime-screenshot-current-worktime.png" alt="Screenshot of Post Worktime plugin in action with current work timer" width="449" height="116" /></a></p>
<h2>All view shows in a column</h2>
<p>And if you want to see the "all posts" view or "all pages" then you'll see the time tracked for each blog post. It looks something like this:</p>
<p><a href="https://notagrouch.com/wp-content/uploads/Posts_‹_An_Online_Marketing_and_Affiliate_Marketing_Blog_—_WordPress.png"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-51918" src="https://notagrouch.com/wp-content/uploads/Posts_‹_An_Online_Marketing_and_Affiliate_Marketing_Blog_—_WordPress-870x379.png" alt="Screenshot for Post Worktime Logger plugin view in All Posts, or &quot;column view&quot;" width="870" height="379" /></a></p>
<p>If you install the pluginWorktime Logger right now, the plugin can't tell how much time you spent on posts created prior to the installation, although it would be cool if it could give a rough estimation based on the revisions time.</p>
<p>Each time you save or WordPress autosaves a post, that is timestamped, so I suppose it would be cool if this plugin could calculate that for posts created prior to its installation, but for the time being that's what it is.</p>
<p>Maybe the author will read this and consider that an update for a future release. Which leads me to one more thing.</p>
<p><strong>A small warning</strong> the plugin hasn't been updated in a few releases of WordPress and it has a very low numbers of people using it. This could be just because it's not very well marketed or cataloged or maybe people just don't see the need for this yet. But it can also be that the author has abandoned it. I'll ask and see if the author replies.</p>
<p>In any case, I think it's a useful plugin to give you an idea of how much time you spent working on a blog post. This is especially important if you're writing sponsored posts or editing for multiple authors. I also checked and it works just the same with custom post types in case you need that functionality.</p>
<h2>In Conclusion</h2>
<p>I think this is useful and well done. Easy to install and configure, it keeps track of time spent writing a blog post or a page on a WordPress website or blog. There's one small warning about the reliability of this plugin as future releases of WordPress are made available. I also think there could be a neat feature added to the plugin in regards to the calculation of time.</p>
<p>But If I can pass this over to you, <strong>Do you find this plugin useful? Do you already use it and would you use it now that you know about it?</strong></p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordpress-plugin-to-keep-track-of-time-spent-blogging-worktime-logger/">WordPress Plugin to Keep Track of Time Spent Blogging &#8211; Worktime Logger</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Gripes with Jetpack and Alternatives to Akismet Plugin</title>
		<link>https://notagrouch.com/gripes-with-jetpack-and-alternatives-to-akismet-plugin/</link>
					<comments>https://notagrouch.com/gripes-with-jetpack-and-alternatives-to-akismet-plugin/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Tue, 10 Jul 2018 12:05:42 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<guid isPermaLink="false">https://notagrouch.com/?p=51487</guid>

					<description><![CDATA[<p>I've grown a bit weary of the WordPress.com approach to things, especially when it comes to the overlap with WordPress.org. One of the issues I have is Jetpack, the massive multi-module plugin that provides WordPress.org installations with some of the functionality available to WordPress.com websites. WordPress.com vs WordPress.org If you don't know what the difference...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/gripes-with-jetpack-and-alternatives-to-akismet-plugin/">Gripes with Jetpack and Alternatives to Akismet Plugin</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I've grown a bit weary of the WordPress.com approach to things, especially when it comes to the overlap with WordPress.org. One of the issues I have is Jetpack, the massive multi-module plugin that provides WordPress.org installations with some of the functionality available to WordPress.com websites.</p>
<h2>WordPress.com vs WordPress.org</h2>
<p>If you don't know what the difference is between the two, WordPress.com is the commercial version of the free and open source software provided in WordPress.org. The goal of WordPress.com is to get you to sign up for a free account which provides a free basic blogging experience.</p>
<p><figure style="width: 546px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="" title="Photo by RobinHiggins" src="https://notagrouch.com/wp-content/uploads/eb33b90e2df4063ecd0b470de7444e90fe76e7d618b311409df8c7_640_confusion.jpg" alt="confusion photo" width="546" height="364" /><figcaption class="wp-caption-text">This is how most people feel when they're told WordPress.com is not the same as WordPress.org</figcaption></figure></p>
<p>Eventually you'll realize you can't do much with it and you'll need to upgrade, or better yet move to WordPress.org which is a self-hosted solution.</p>
<p>Self-hosted means you need to get a web hosting account and setup WordPress yourself, have someone like me help you or have the web host do it for you. The benefits is that you can do whatever you want with it and aren't restricted too much.</p>
<p>A few years ago, Automattic, which is the parent company of WordPress.com and the biggest contributor to WordPress.org started merging little plugins into Jetpack. But Jetpack sucks. I've always thought that and even years after it came out, I still dislike it a lot.</p>
<p>I wish they'd leave the plugins as standalone modules. There's quite a few plugins and functionality that have fallen "victims" to the Jetpack beast.</p>
<h2>Getting Rid of Jetpack and Reliance on WordPress.com</h2>
<p>I've decided to get rid of Jetpack in my sites after I went through a catastrophic website crash where I had to deactivate all plugins and carefully fix the problem before reactivating plugins.</p>
<p>My entire site was only partially functional for two or three days. This wasn't the fault of Jetpack, but Jetpack added to the headaches when restoring it.</p>
<p>I'm still fixing things now, but the process of reactivating Jetpack was painful and frustrating so I decided that it was enough and I started to find replacements for any of the modules that I use which Jetpack provides.</p>
<p>I also want to replace any plugin that requires a WordPress.com account.</p>
<p>There are two main plugins that I care about. Jetpack stats, formerly known as WP Stats. And Akismet a plugin designed to prevent comment spam. Akismet is actually standalone plugin but still requires a WordPress.com account.</p>
<p>I might also address the caching module and the "better search module soon.</p>
<h2>But First, Akismet.</h2>
<p>The first plugin I want to replace is Akismet. Akismet is great at preventing spam, and it's by far the biggest anti-spam comment plugin for WordPress, but it isn't the only player in town.</p>
<p>Furthermore, the terms of service clearly state that Akismet is NOT free if you're monetizing your site or if your site is a business site.</p>
<p>I've never heard of Automattic going after someone for using the free plan of Akismet in a commercial site, but the terms are pretty clear:</p>
<p><figure id="attachment_51490" aria-describedby="caption-attachment-51490" style="width: 600px" class="wp-caption aligncenter"><a href="https://docs.akismet.com/getting-started/free-or-paid/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-51490 size-full" src="https://notagrouch.com/wp-content/uploads/akismet-is-not-free.jpg" alt="" width="600" height="392" /></a><figcaption id="caption-attachment-51490" class="wp-caption-text">The terms for Akismet are unequivocal. If your site is business related or you're making money, you have to pay for Akismet.</figcaption></figure></p>
<h3>Akismet Is Not Free</h3>
<p>If you want to do the right thing, you will not use Akismet for your money-making blogs. That's just what the terms say. But you can find other plugins that are free and you can use without paying.</p>
<p>I'm going to try the plugin that is the most popular and seems to cover what I need. Even though I don't get a lot of comments on this blog, when I had Akismet deactivated for two days or so, I received over 150 spam comments so it's necessary to have something in place to prevent comment spam.</p>
<h2>Free Alternatives to Akismet</h2>
<p>There is a trend where the best plugins are getting converted into a hybrid model of free and paid features. Many of the alternatives to Akismet aren't free either, but there are still some. That was one of the requirements I have for this type of service.</p>
<p>Other things I considered were wether the plugin is actively updated and how many active users it has.</p>
<p>I consider it active if it has been updated within the past few months or up to a year, and it should have about 10,000 active installations or more (Akismet has over 5 million).</p>
<h2>Here's are the alternatives I found:</h2>
<h3><img loading="lazy" decoding="async" class="alignright wp-image-51550" src="https://notagrouch.com/wp-content/uploads/cleantalk-180x180.png" alt="logo for Cleantalk" width="150" height="150" />Spam protection, AntiSpam, FireWall by CleanTalk</h3>
<p>No CAPTCHA, no questions, no animal counting, no puzzles, no math and no spam bots. Universal AntiSpam plugin.</p>
<p><em>Free trial, then yearly subscription</em> (<a href="https://wordpress.org/plugins/cleantalk-spam-protect/" target="_blank" rel="noopener">link</a>)</p>
<h3><img loading="lazy" decoding="async" class="alignright wp-image-51551" src="https://notagrouch.com/wp-content/uploads/Shield_Security_for_WordPress-180x53.jpg" alt="ShieldSecurity plugin logo" width="231" height="68" />Shield Security for WordPress</h3>
<p>Shield is easy to setup – you simply activate it. Then a step-by-step wizard will walk you through the basic configuration. Shield Security does it what it needs to do, and alerts you if and when you need to informed.</p>
<p><em>Free version and Pro version with extra features</em> (<a href="https://wordpress.org/plugins/wp-simple-firewall/" target="_blank" rel="noopener">link</a>)</p>
<h3>Stop Spammers</h3>
<p><img loading="lazy" decoding="async" class="alignright wp-image-51553" src="https://notagrouch.com/wp-content/uploads/Stop_Spammers-180x180.jpg" alt="Stop spam icon" width="150" height="150" />Stop Spammers is an aggressive WordPress defense plugin against comment spam and login attempts. It is capable of performing more than 20 different checks for spam and malicious events and can block spam from over 100 different countries. Stop Spammers uses multiple methods for detecting spam and may be too aggressive for some websites.</p>
<p><em>Free</em>  (<a href="https://wordpress.org/plugins/stop-spammer-registrations-plugin/" target="_blank" rel="noopener">link</a>)</p>
<h3>Anti-Spam</h3>
<p><img loading="lazy" decoding="async" class="alignright wp-image-51555 size-thumbnail" src="https://notagrouch.com/wp-content/uploads/Anti-spam-180x146.jpg" alt="Anti-spam icon" width="180" height="146" />Anti-spam plugin blocks automatic spam in comments section. No captcha required. The plugin is easy to use: just install it and it should just work.</p>
<p><em>Free and Pro version available</em> (<a href="https://wordpress.org/plugins/anti-spam/" target="_blank" rel="noopener">link</a>)</p>
<h3>Antispam Bee</h3>
<p>Say Goodbye to comment spam on your WordPress blog or website. Antispam Bee blocks spam comments and trackbacks without captchas and without sending personal information to third party services.</p>
<p><em>Free</em> (<a href="https://wordpress.org/plugins/antispam-bee/" target="_blank" rel="noopener">link</a>)</p>
<h2>I Decided to Go with Antispam Bee.</h2>
<p><img loading="lazy" decoding="async" class="alignright wp-image-51493 size-full" src="https://notagrouch.com/wp-content/uploads/free-anti-comment-plugin-antispam-bee.jpg" alt="Anti-spam Bee" width="348" height="334" />Antispam Bee has a good number of downloads and active installations at a little over 300,000. It also gets regular updates.</p>
<p>The plugin was easy to install through the regular dashboard, and after activating it the settings page is really simple and straight forward.</p>
<p>So far it seems to be good and working as expected. I haven't received any spam comments in a few days but it caught about 65 of them so it seems promising. In a few months I might come back and do an update to this or a proper review.</p>
<p>Let me know in the comments if you think there's anything I should add or if you have any questions!</p>
<h2>In Conclusion</h2>
<p>Despite what some people will tell you, Akismet isn't technically free. I also don't like the reliance on WordPress.com so I decided to do away with it.</p>
<p>I evaluated a bunch of plugins first, and decided to go with Antispam Bee. It seems reliable, it's free, and it has a good amount of usage. It also gets regular updates.</p>
<p>I'll run with this for a while and post back if I find any problems with it, but if you're looking for an alternative to Akismet, then this should be a good place to start.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/gripes-with-jetpack-and-alternatives-to-akismet-plugin/">Gripes with Jetpack and Alternatives to Akismet Plugin</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/gripes-with-jetpack-and-alternatives-to-akismet-plugin/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to Get Free SSL Certificate from Inmotion Hosting</title>
		<link>https://notagrouch.com/get-free-ssl-certificate-inmotion-hosting/</link>
					<comments>https://notagrouch.com/get-free-ssl-certificate-inmotion-hosting/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Mon, 25 Sep 2017 23:19:25 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=50501</guid>

					<description><![CDATA[<p>One of the somewhat recent developments on the web is that Google is starting to prefer content that is secured with an SSL certificate. It started in 2014 with an announcement by Google and it has been getting coverage by most SEO authorities for a while, like here, here and here. Now, 3 years later,...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/get-free-ssl-certificate-inmotion-hosting/">How to Get Free SSL Certificate from Inmotion Hosting</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>One of the somewhat recent developments on the web is that Google is starting to prefer content that is secured with an SSL certificate. It started in 2014 with an <a href="https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html" target="_blank" rel="noopener">announcement by Google</a> and it has been getting coverage by most SEO authorities for a while, like <a href="http://searchengineland.com/google-starts-giving-ranking-boost-secure-httpsssl-sites-199446" target="_blank" rel="noopener">here</a>, <a href="https://neilpatel.com/blog/does-a-ssl-certificate-affect-your-seo-a-data-driven-answer/" target="_blank" rel="noopener">here</a> and <a href="https://www.brightedge.com/blog/http-https-and-seo/" target="_blank" rel="noopener">here</a>.</p>
<p>Now, 3 years later, 2017 has been deemed <a href="https://www.sangfroidwebdesign.com/search-engine-optimization-seo/google-https-ranking/" target="_blank" rel="noopener">the year of SSL</a>, and it even seems that maybe it will be <a href="https://blog.sucuri.net/2017/08/google-warning-text-input-forms-october-https-ssl.html" target="_blank" rel="noopener">required for some sites</a>. Heck, Moz shows that at least <a href="https://moz.com/blog/half-page-one-google-results-https" target="_blank" rel="noopener">half of first page results are served via https</a>.</p>
<h2>SSL is no longer for Ecommerce and geeks only</h2>
<p>It used to be that you really only needed SSL if you were collecting or providing sensitive information. Personal, financial or healthcare data. But due to problems with phishing, spoofing, and the growing number of vulnerabilities, it makes sense that all websites should be "verified" through an SSL certificate.</p>
<p>Until the past couple of years, SSL was really only an option that bloggers would consider if they were making money because it was an added cost to hosting, domain registration and any other paid service they needed like Vimeo, or Aweber and similar.</p>
<p><figure style="width: 800px" class="wp-caption alignnone"><img decoding="async" title="https by Sean MacEntee" src="https://notagrouch.com/wp-content/uploads/15944989872_b958dc5552_b_SSL.jpg" alt="SSL photo" width="800" /><figcaption class="wp-caption-text"><small>photo by <a href="http://www.flickr.com/photos/18090920@N07/15944989872" target="_blank" rel="noopener">Sean MacEntee</a> <a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank" rel="nofollow noopener"><img decoding="async" src="https://notagrouch.com/wp-content/plugins/wp-inject/images/cc.png" /></a></small></figcaption></figure></p>
<p>There was also a technical challenge with setting up an SSL certificate in a shared hosting environment. I won't get into the details of it but it's a bit of a challenge to make a certificate work when there are shared accounts under one IP address --the way that most shared hosting works.</p>
<h2>SSL is now free... mostly</h2>
<p>But recently a few companies have surfaced that provide free SSL certificates, and they take care of the technical issues regarding multiple websites under one IP address and one server.</p>
<p>For the free SSL certificates offered by these companies to work, your host has to support their process. Both of my preferred hosting companies did not support this fully, until recently. <a href="http://oglink.it/greengeeks" target="_blank" rel="noopener">Greengeeks</a> and <a href="http://oglink.it/inmotion" target="_blank" rel="noopener">Inmotion</a> required that you have a dedicated IP and at least a virtual server in order to install an SSL certificate, and you had to purchase it from them or from a 3rd party.</p>
<p>But to my delight and yours, Inmotion has just enabled the use of free SSL certificates in all of their service plans.</p>
<p><img decoding="async" src="https://media.giphy.com/media/26tPo1I4XyWzIBjFe/giphy.gif" /></p>
<h2>Quick guide on how to set up free SSL for your Inmotion hosting</h2>
<p>If you have a shared hosting account, you'll find detailed instructions on <a href="http://inmotion-hosting.evyy.net/c/393218/260033/4222?subId1=nagblog&u=http%3A%2F%2Fwww.inmotionhosting.com%2Fsupport%2Fwebsite%2Fcpanel%2Fauto-ssl-guide" target="_blank" rel="noopener">how to setup the SSL certificate here</a>. If you have a VPS account then you'll need to <a href="http://inmotion-hosting.evyy.net/c/393218/260033/4222?subId1=nagblog&u=http%3A%2F%2Fwww.inmotionhosting.com%2Fsupport%2Fedu%2Fwhm%2Fcreating-and-managing-accounts%2Fusing-auto-ssl" target="_blank" rel="noopener">follow this guide instead</a>.</p>
<p>In the process of doing this for my own VPS, I only had an issue with the guide because I had forgotten how to login to WHM as the root user. I tend to use SSH and I have that setup without the need for a password. But I was able to look up my password on <a href="http://oglink.it/lastpass" target="_blank" rel="noopener">LastPass</a> and a few moments later, I was logged in.</p>
<p>To login as the root user, you need to go to the WHM address for your server directly and enter the root username and password. The URL for your WHM panel should be something like this: https://serverid.inmotionhosting.com:2087.</p>
<p>If you have any trouble with this, just open up a support chat with them and they'll help you right away. After I enabled auto SSL in my account, it took about 30 minutes for the SSL certificates to be ready.</p>
<p><img decoding="async" src="https://media.giphy.com/media/NaboQwhxK3gMU/giphy.gif" /></p>
<p>I was expecting the process to be more complicated than this, but it wasn't. The next step was to activate the certificate on my WordPress blog, here at Notagrouch.com.</p>
<p>To "turn on" the certificate for WordPress, I used a popular plugin that takes care of most of it. The plugin is <a href="http://oglink.it/simplessl" target="_blank" rel="noopener">Really Simple SSL</a>. If you want to follow my steps, then install and activate the plugin (<a href="http://howtoblogtutorials.com/how-to-install-and-activate-a-plugin-for-your-blog/" target="_blank" rel="noopener">instructions here</a>).</p>
<p>Once the plugin is active, go to the Settings area in your WordPress dashboard and click on SSL. Then click on enable SSL.</p>
<p>Your settings screen should look like this afterwards:</p>
<p><a href="https://notagrouch.com/wp-content/uploads/really-simple-ssl-enabled.jpg"><img loading="lazy" decoding="async" class="size-large wp-image-50507 aligncenter" src="https://notagrouch.com/wp-content/uploads/really-simple-ssl-enabled-870x266.jpg" alt="" width="870" height="266" /></a></p>
<p>The settings tab in the configuration screen also has a few options. Ideally, you should make the plugin work by using the htaccess configuration instead of the WordPress or Javascript options.</p>
<p>If everything works fine, you may want to try switching to using htaccess for a slight performance boost.</p>
<p>Once everything is installed and configured, you may get kicked out of the WordPress dashboard. This is expected, and you just need to log back in. Notice that when you log back in, you'll be accessing your site via "https" instead of regular "http."</p>
<p>To verify the plugin is working, just visit any page on your blog and look to make sure your browser shows that the connection is secure and the protocol (the part before the URL) says https.</p>
<h2>Conclusion</h2>
<p>Inmotion introduced free SSL for all plans. It's easy to install, follow the instructions for shared hosting accounts or VPS accounts. You can then use a plugin to activate the SSL on your WordPress website. Voila!</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/get-free-ssl-certificate-inmotion-hosting/">How to Get Free SSL Certificate from Inmotion Hosting</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/get-free-ssl-certificate-inmotion-hosting/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Server Performance Improvements for WordPress &#8211; Turning off Services</title>
		<link>https://notagrouch.com/server-performance-improvements-wordpress-turning-off-services/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Mon, 03 Jul 2017 15:15:33 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=50255</guid>

					<description><![CDATA[<p>My site is proudly hosted with Inmotion Hosting, I use their VPS3000 plan which means I have almost full control over my server. It's a virtual server, but I have full root access, and technically I can do anything I want on it. This also means that I could easily break something. As I've been...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/server-performance-improvements-wordpress-turning-off-services/">Server Performance Improvements for WordPress &#8211; Turning off Services</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>My site is proudly hosted with <a href="http://oglink.it/inmotion" target="_blank" rel="noopener">Inmotion Hosting</a>, I use their VPS3000 plan which means I have almost full control over my server. It's a virtual server, but I have full root access, and technically I can do anything I want on it. This also means that I could easily break something.</p>
<p>As I've been working on optimizing WordPress, I decided to take a look at the server side of things. If you're looking to improve the performance of your website, this may be useful for you. Please keep in mind the things in here are exclusive for VPS or Dedicated type of servers, they will not work with shared hosting or managed hosting, but may work for other hosts besides Inmotion Hosting.</p>
<p>If you haven't done so yet, you may need to configure SSH first so you can access your server from the command line and do the stuff I talk about here. Check if your host allows you to do that, and how to set it up. If you have a VPS with InmotionHosting, you can <a href="http://inmotion-hosting.evyy.net/c/393218/260033/4222?u=http%3A%2F%2Fwww.inmotionhosting.com%2Fsupport%2Fwebsite%2Fssh%2Fhow-to-login-ssh" target="_blank" rel="noopener">setup SSH as explained here</a>.</p>
<p>Most web hosts allow you to ssh into your VPS.</p>
<p>As a quick disclaimer, I run all the commands listed here as root. This can be risky so be careful when you're running this on your server; you should always run commands with your own username and use <a href="https://www.sudo.ws/intro.html" target="_blank" rel="noopener">sudo</a> to run commands as root when needed. But I'm awesome, and I live dangerously, so I run as root, deal with it.</p>
<h2>Turning off unnecessary services.</h2>
<p>The first thing you should do with any server if you're going to optimize it for performance is to turn off unnecessary services. There are usually a half dozen or more services that run on every server but aren't needed, they're there for your convenience and just in case.</p>
<p>Conversely, you should know and remember that if you turn these services off and you need them later, you'll need to turn them back on.</p>
<h3>How to find out what services are running.</h3>
<p>Depending on the operating system your server is running, you'll need to run some commands to see what services are running. In my case, my server is running CentOS which is a spinoff from RedHat. To find out what's running on a RedHat server, you can  run these commands:</p>
<pre class="lang:sh decode:true">service --status-all</pre>
<p>To narrow down to a much smaller and useful list of stuff you can run this command:</p>
<pre class="lang:sh decode:true">chkconfig</pre>
<p>And to eliminate even more noise, we can filter the output of the chkconfig command to just the stuff that is running right now at our <a href="https://wiki.debian.org/RunLevel" target="_blank" rel="noopener">runlevel</a>, like this:</p>
<pre class="lang:sh decode:true">root@servername [~]# chkconfig |grep 3\:on

</pre>
<p>That command shows only what's running right now under runlevel 3. Let's take a look:</p>
<pre class="lang:sh decode:true">root@servername [~]# chkconfig |grep 3\:on
apf            	0:off	1:off	2:off	3:on	4:on	5:on	6:off
atd            	0:off	1:off	2:off	3:on	4:on	5:on	6:off
cpanel         	0:off	1:off	2:off	3:on	4:on	5:on	6:off
crond          	0:off	1:off	2:on	3:on	4:on	5:on	6:off
exim           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
fastmail       	0:off	1:off	2:off	3:on	4:on	5:on	6:off
filelimits     	0:off	1:off	2:on	3:on	4:on	5:on	6:off
httpd          	0:off	1:off	2:on	3:on	4:on	5:on	6:off
ip6tables      	0:off	1:off	2:on	3:on	4:on	5:on	6:off
ipaliases      	0:off	1:off	2:on	3:on	4:on	5:on	6:off
iptables       	0:off	1:off	2:on	3:on	4:on	5:on	6:off
mailman        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
messagebus     	0:off	1:off	2:on	3:on	4:on	5:on	6:off
modules_dep    	0:off	1:off	2:on	3:on	4:on	5:on	6:off
mysql          	0:off	1:off	2:on	3:on	4:on	5:on	6:off
named          	0:off	1:off	2:on	3:on	4:on	5:on	6:off
netfs          	0:off	1:off	2:off	3:on	4:on	5:on	6:off
network        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
nscd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
psacct         	0:off	1:off	2:on	3:on	4:on	5:on	6:off
pure-ftpd      	0:off	1:off	2:on	3:on	4:on	5:on	6:off
ror            	0:off	1:off	2:on	3:on	4:on	5:on	6:off
rpcbind        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
rsyslog        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
saslauthd      	0:off	1:off	2:off	3:on	4:off	5:off	6:off
sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
sysstat        	0:off	1:on	2:on	3:on	4:on	5:on	6:off
udev-post      	0:off	1:on	2:on	3:on	4:on	5:on	6:off
vzquota        	0:on	1:on	2:on	3:on	4:on	5:on	6:on</pre>
<p>From the services listed (notice the <em>3:0n</em> column) that are running, most of them are necessary for the proper operation of the server. The ones I am questioning are exim, fastmail, mailman and ror.</p>
<p>My server doesn't work as an email server and I don't want it to be a relay, the first 3 services I listed are related to mailserver stuff. If I know my stuff, then I'm willing to bet that those services aren't needed for my WordPress site to operate properly.</p>
<p>But what about email sending from WordPress? WordPress sends email out sometimes, like when there are updates, or sometimes certain plugins send updates and alerts. I believe that the sendmail script is all that's needed for that, but I decided to test this theory.</p>
<p>Then the 4th service I found suspect is ror which is the Ruby on Rails service. I don't have any ROR apps running so I don't know why that would even be active.</p>
<h3>Turning services on and off</h3>
<p>You can turn a service off and on with a simple command:</p>
<pre class="lang:sh decode:true">root@servername [~]# chkconfig servicename off</pre>
<p>That turns off a service named <em>servicename</em>. Changing "off" to "on" turns it back on. Note that this command is temporary until the server restarts, so if you make a mistake or shut down a service that you shouldn't have turned off, you may need to reboot the server and the service will restart automatically.</p>
<p>This is how I test to see if I need a service. I first turn it off and then check the site, then if all works fine, I make the service permanently turned off, so it stays that way even after the server restarts. You can see more information on how to use the <a href="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-services-chkconfig.html" target="_blank" rel="noopener">chkconfig utility here</a>.</p>
<p>To make a service stay turned off permanently, I use this command:</p>
<pre class="lang:sh decode:true">root@servername [~]# chkconfig --level 3 servicename off

</pre>
<h3>Testing services before making permanent changes</h3>
<p>To verify that the services I want to disable will not affect my WordPress site and prevent it from sending email, I'll turn off each one at a time and then test my site's ability to send an email. In this case, I'm using a basic contact form from <a href="http://oglink.it/wpforms" target="_blank" rel="noopener">WP Forms</a> to make sure sending email still works.</p>
<p>So I run this command to turn off exim:</p>
<pre class="lang:sh decode:true">root@servername [~]# chkconfig exim off</pre>
<p>I then use the test contact form to confirm the site can still send email, I also check the inbox to make sure I received the message. If you're going to follow my steps, I also recommend you test all this before you make any changes to the services running to make sure it's all working fine to begin with.</p>
<p>After I turned off exim, I could send messages just fine. Next up fastmail.</p>
<pre class="lang:sh decode:true">root@servername [~]# chkconfig fastmail off</pre>
<p>This also resulted in being able to send emails fine. Next is mailman.</p>
<pre class="lang:sh decode:true">root@servername [~]# mailman mailman off</pre>
<p>I turned off all four services, fastmail, mailman, exim, and ror without any adverse side effects. So the next step is to permanently turn off each of those services, like this:</p>
<pre class="lang:sh decode:true">root@servername [~]# chkconfig --level 3 fastmail off
root@servername [~]# chkconfig --level 3 exim off
root@servername [~]# chkconfig --level 3 mailman off
root@servername [~]# chkconfig --level 3 ror off</pre>
<p>To confirm that all the changes are permanent, I rebooted my VPS using the restart server button from my Inmotion account dashboard. I don't use the built in reboot or shutdown command from the command line because the server never seems to come back up if I do that. There must be a routine that happens when the server is rebooted from the dashboard instead of the command line so keep that in mind if you feel like restarting your server from the command line.</p>
<p><a href="http://notagrouch.com/wp-content/uploads/inmotion-hosting-restart-vps.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-50269" src="http://notagrouch.com/wp-content/uploads/inmotion-hosting-restart-vps.jpg" alt="" width="826" height="463" /></a></p>
<p>I confirm one more time with the chkconfig command to list what is running on runlevel 3:</p>
<pre class="lang:sh decode:true">root@servername [~]# chkconfig |grep 3\:on
apf            	0:off	1:off	2:off	3:on	4:on	5:on	6:off
atd            	0:off	1:off	2:off	3:on	4:on	5:on	6:off
cpanel         	0:off	1:off	2:off	3:on	4:on	5:on	6:off
crond          	0:off	1:off	2:on	3:on	4:on	5:on	6:off
filelimits     	0:off	1:off	2:on	3:on	4:on	5:on	6:off
httpd          	0:off	1:off	2:on	3:on	4:on	5:on	6:off
ip6tables      	0:off	1:off	2:on	3:on	4:on	5:on	6:off
ipaliases      	0:off	1:off	2:on	3:on	4:on	5:on	6:off
iptables       	0:off	1:off	2:on	3:on	4:on	5:on	6:off
messagebus     	0:off	1:off	2:on	3:on	4:on	5:on	6:off
modules_dep    	0:off	1:off	2:on	3:on	4:on	5:on	6:off
mysql          	0:off	1:off	2:on	3:on	4:on	5:on	6:off
named          	0:off	1:off	2:on	3:on	4:on	5:on	6:off
netfs          	0:off	1:off	2:off	3:on	4:on	5:on	6:off
network        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
nscd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
psacct         	0:off	1:off	2:on	3:on	4:on	5:on	6:off
pure-ftpd      	0:off	1:off	2:on	3:on	4:on	5:on	6:off
rpcbind        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
rsyslog        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
saslauthd      	0:off	1:off	2:off	3:on	4:off	5:off	6:off
sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
sysstat        	0:off	1:on	2:on	3:on	4:on	5:on	6:off
udev-post      	0:off	1:on	2:on	3:on	4:on	5:on	6:off
vzquota        	0:on	1:on	2:on	3:on	4:on	5:on	6:on</pre>
<p>Notice the services are not listed as being "on" for runlevel 3, success! There are a few other services that other sysadmins would question, like named. In my case, I'm pretty sure that I need everything else listed here for now.</p>
<p>While the active resources that these services may not be very significant, I don't need any mail services running. I also noticed in my mail logs that spammers have been trying to use my server as an email relay, turning off all mail related services should help minimize this activity. To be sure that gets shut down as well, I should turn off all ports that aren't needed. I will tackle that in another post soon.</p>
<h2>Conclusion</h2>
<p>If you want to start squeezing every bit of performance out of your VPS server, this is an example of some of the things you can do. In this case, I showed you how I turned off 4 services that were running but not being utilized. They may not impact your server significantly, but every bit counts and this is easy to do so why not start with this. You may have other unused services running, but this should be a good guide to show you how to find said services, test them and then turn it off if they're not needed.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/server-performance-improvements-wordpress-turning-off-services/">Server Performance Improvements for WordPress &#8211; Turning off Services</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>One Half Million Words!</title>
		<link>https://notagrouch.com/one-half-million-words/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Mon, 05 Jun 2017 12:15:18 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=50097</guid>

					<description><![CDATA[<p>I published the blog post the other day announcing my 100 Day challenge and I got a nice little notice on my dashboard. This is a notice I wasn'' even expecting but it came in as a nice surprise. I use a plugin called WP Word Count Pro. This keeps track of how many words...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/one-half-million-words/">One Half Million Words!</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I published the blog post the other day announcing my 100 Day challenge and I got a nice little notice on my dashboard. This is a notice I wasn'' even expecting but it came in as a nice surprise.</p>
<p>I use a plugin called WP Word Count Pro. This keeps track of how many words there are on your blog and it gives you nice little statistics. In a way, this plugin makes blogging a bit of a game. There is also WP Word Count, which is the free version of the plugin.</p>
<p>WP Word Count Pro comes with built-in achievements to encourage you to write more and to give you analytics on your word count. The achievement that caught my attention was that I've now written 500,000 words!</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-50099" src="http://notagrouch.com/wp-content/uploads/online-marketing-half-million.jpg" alt="" width="604" height="311" /></p>
<p>Other interesting statistics and achievements are shown below.</p>
<p>Thre are 15 achievements that escalate as you write blog posts with more words on each one. It starts with writing a post with 500 words and it increases by 500 words until you write a 10,000 word post. I don't know if I'll get to a 10,000 word post but I might if I write a comprehensive guide or something like that.</p>
<p>The most I've written in one post is 3,500 words for <a href="http://notagrouch.com/get-traffic-blog-part-2/">How Do You Get Traffic to your Blog Part 2</a>.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-50100" src="http://notagrouch.com/wp-content/uploads/content-piece-sizes.jpg" alt="" width="536" height="531" /></p>
<p>The overall word count achievements start counting at 500 words and go all the way up to 4,000,000 words. As you know by now, I just achieved half a million.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-50101" src="http://notagrouch.com/wp-content/uploads/total-content-500000-word-count-pro.jpg" alt="" width="535" height="632" /></p>
<p>I also have about 30,000 words in drafts. I wonder if I can get to 1 million words written by this time next year. I don't know, maybe the <a href="http://notagrouch.com/100-day-challenge/">100 day challenge</a> will help.</p>
<p>I had a quick email conversation with the author of Word Count Pro because he was asking for feedback about the plugin, I told him hit would be nice to have the ability to customize some of the achievements. He's working on a lot of improvements but he responded to my feedback to learn more and to tell me how he's prioritizing his development.</p>
<p>Another cool thing is that he sent me a coupon code for you to use if you want. Unfortunately, he doesn't have an affiliate program, but if you want to give it a try, you can use coupon code <strong>NOTAGROUCH</strong> to get 30% off from WP Count Pro. It costs $12.00, but for $8.00, why wouldn't you get it and see how you're doing and progressing with your writing?</p>
<p>Oh yeah, there is also a limited free version of the plugin if you want it. You <a href="https://linksoftwarellc.com/wp-word-count/" target="_blank" rel="noopener">can find it here</a>.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/one-half-million-words/">One Half Million Words!</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Wp Security Audit Log Tracks Activity on Your Blog</title>
		<link>https://notagrouch.com/wp-security-audit-log-tracks-activity-blog/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Fri, 31 Mar 2017 11:43:26 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=49204</guid>

					<description><![CDATA[<p>Whenever I used to work on a website with other administrators, we always ran into the same question. Who did this? or Who updated the plugins without running a backup first? Or just, who updated the About page without talking to the marketing team? If you ever wondered that, then this post is for you....</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wp-security-audit-log-tracks-activity-blog/">Wp Security Audit Log Tracks Activity on Your Blog</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignright wp-image-49206" src="http://notagrouch.com/wp-content/uploads/wordpress-plugin-wp-security-audit-log-480x356.jpg" alt="" width="301" height="223" />Whenever I used to work on a website with other administrators, we always ran into the same question. Who did this? or Who updated the plugins without running a backup first? Or just, who updated the About page without talking to the marketing team?</p>
<p>If you ever wondered that, then this post is for you. Even if you work by yourself on your blog, this may be useful when you need to review some of the work you've done recently.</p>
<p>I want to showcase a WordPress plugin for you. This plugin helps you find out what has been happening on your blog. It lets you know who ran an update, who published a page and who changed something on your site. This plugin is ideal for any WordPress blog or website that has more than one admin, or multiple authors, but can be beneficial for you even if you're the only one that works on your blog.</p>
<p>As the <a href="http://notagrouch.com/new-partnership-with-the-o-c-writers-community/">new "tech resident expert" at O.C. Writers</a>, I thought it would be useful to have something like this to keep track of changes made to the site since we have several admins.</p>
<p>When you work with enterprise software, activity tracking is an expected feature, but for years, WordPress didn't have anything like this. Unless you went into the server logs and trudged through thousands of log entries, it was almost impossible to find out who did what at any given time. But WP Security Audit is one of the plugins that allows you to find this information.</p>
<p>WP Security Audit keeps a log of most of the activity on your WordPress blog or website. Let's take a look.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-49215" src="http://notagrouch.com/wp-content/uploads/wordpress-track-activity.png" alt="" width="735" height="1102" /></p>
<p>You'll find the plugin in the <a href="https://wordpress.org/plugins/wp-security-audit-log/" target="_blank" rel="noopener">WordPress plugin repository</a>. Install it any way you prefer and activate it like any other plugin.</p>
<p>Once activated, the plugin creates a menu item on your dashboard. This menu is how you access settings and various options for the plugin. You'll notice some options are only available to the premium version, but this post focuses on the free version only.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-49211" src="http://notagrouch.com/wp-content/uploads/audit-log-viewer-wordpress-plugin.jpg" alt="" width="583" height="376" /></p>
<p>At first, you'll see a blank log because you just installed the plugin, so head over to the settings page to review your options and set some parameters to fit your needs. In the settings page, you'll find options to set an email address from which the notices will be sent.</p>
<p>You can adjust the permissions to access the plugin and turn it on or off. You can also change some of the display settings, as well as set exclusions based on WordPress roles, specific WordPress users or IP addresses.</p>
<p>The other section that will be interesting is the <em>Enable/Disable Alerts section</em>. Here is where you can select what activity to capture and display in the logs.</p>
<p>I turned off the 404 alerts because we keep track of them elsewhere and I don't want to clutter the log with these. My primary focus for this plugin is to keep track of administrative changes.</p>
<p>The alerts are broken down by section, and each alert gets classified into a notice, a warning or a critical event. You'll need to decide if you want to turn any of these off; they are all turned on by default.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-49212" src="http://notagrouch.com/wp-content/uploads/wordpress-alerts-plugin.jpg" alt="" width="633" height="475" /></p>
<p>Some of the alerts may be too "nosey" or unnecessary, like when a user views a page, but many of the other ones are critical if you're trying to figure out why something changed or how to revert a change that is causing unintended consequences. The primary alerts that come to mind are updating plugins or WordPress; adding, removing, or modifying pages and posts; changing permalink structure, installing or removing plugins and modifying widgets.</p>
<p>Event though you can figure out what went wrong by looking at these logs, you should always have a backup procedure in place to help you revert if a major catastrophe happens. You can and should use something like <a href="http://oglink.it/backupbuddy" target="_blank" rel="noopener">Backupbuddy</a>, <a href="https://wordpress.org/plugins/updraftplus/" target="_blank" rel="noopener">Updraft</a>, or even <a href="https://wordpress.org/plugins/vaultpress/" target="_blank" rel="noopener">Vaultpress</a>.</p>
<p>The plugin has explicit tracking of activity for some other major plugins, namely BBpress and Woocommerce; it can also track activity on a WordPress multisite installation.</p>
<p>You can see that after a few minutes of running the plugin and doing some basic routine maintenance tasks, the log started showing activity. That's the kind of information I was looking for.</p>
<p><figure id="attachment_49213" aria-describedby="caption-attachment-49213" style="width: 1075px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-49213" src="http://notagrouch.com/wp-content/uploads/audit-log-viewer.jpg" alt="" width="1075" height="483" /><figcaption id="caption-attachment-49213" class="wp-caption-text">After you configure the settings on WP Security Audit, you'll get exactly what you want in the logs.</figcaption></figure></p>
<p>If you run a blog that has more than one administrator, or more than one author, this plugin should help you keep tabs on what's happening and who's working on what.</p>
<p>WP Security Audit can also help during development or when you're designing your blog because it will tell you if a plugin modified a post or a page, or what impact some of your changes have on the site. As any good webmaster will tell you when you come to them with a problem: "Did you check the logs?"</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wp-security-audit-log-tracks-activity-blog/">Wp Security Audit Log Tracks Activity on Your Blog</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>GreenGeeks Web Hosting Review – First Impressions</title>
		<link>https://notagrouch.com/greengeeks-web-hosting-review-first-impressions/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sun, 26 Feb 2017 21:03:51 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=49049</guid>

					<description><![CDATA[<p>This is the first time I write about Greengeeks web hosting from a blogger's perspective. Greengeeks recently approached me to test out their system and I agreed. The only way to really put it to the test would be to put a real website on it. I decided to move How To Blog Tutorials to the...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/greengeeks-web-hosting-review-first-impressions/">GreenGeeks Web Hosting Review – First Impressions</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is the first time I write about Greengeeks web hosting from a blogger's perspective. <a href="http://oglink.it/greengeeks" target="_blank" rel="noopener">Greengeeks</a> recently approached me to test out their system and I agreed.</p>
<p>The only way to really put it to the test would be to put a real website on it. I decided to move <a href="http://howtoblogtutorials.com/" target="_blank" rel="noopener">How To Blog Tutorials</a> to the hosting to put it to the test.</p>
<p>The move was easy but I had a couple problems. I tried moving the site exactly as it was and that wasn't very smart.</p>
<p>I cleaned up unused plugins, updated all existing plugins, theme and WordPress core. I also optimized the database and generally cleaned up the site.</p>
<p>After I went back to the site and properly prepared for it, the move was very simple and went through smoothly.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1004" src="http://howtoblogtutorials.com/wp-content/uploads/green-geeks-reivew-first-impressions-1024x576.png" alt="" width="1024" height="576" /></p>
<p>I will be doing further testing and sharing that with you. The basic steps were simple:</p>
<p>Once I cleaned up and prepared the site for the move, the basic steps to move this site were simple:</p>
<ul>
<li>Backup the files from the original host.</li>
<li>Backup the database using Phpmyadmin.</li>
<li>Import the files to the Greengeeks hosting account using the web file manager, no FTP needed.</li>
<li>Create the database by hand at Greengeeks using the MySQL database wizard.</li>
<li>Import the database to the newly created database using Phpmyadmin.</li>
<li>Adjust the wp-config file to the new database information.</li>
<li>Change the DNS settings from Godaddy to point to the Greengeeks hosting account.</li>
</ul>
<p>I have moved this site over and I'm now using Greengeeks to host it. Next I will move another site and create a tutorial to walk you step by step how to migrate. Perhaps I will move my daddy blog, Papidaddy.com.</p>
<h2>Here are some of the benefits that Greengeeks offers:</h2>
<p>Greengeeks claims to be <strong>powered by 300% renewable energy</strong>. I'm not sure how that number works, but I do think that it is important for companies to use sustainable energy systems. I will be asking what exactly the 300% means. I would be happy knowing that the hosting is powered by 100% renewable energy.</p>
<p>One of the earlier benefits that Greengeeks boasted was that it was optimized for Drupal, and while that is still the case they've now branched out into WordPress as well as other types of applications and web-hosting so they should be able to service most people's needs.</p>
<p>Their three core competencies are <strong>WordPress</strong>, <strong>Drupal</strong>, and <strong>Joomla</strong>. If you've read any of my tutorials on this blog, I recommend and favor WordPress.</p>
<p>The hosting plans are managed with Cpanel and provide industry standard solutions. I've been exploring their dashboard and it's easy to use, easy to navigate and they use standard applications you have come to expect on shared, vps and dedicated hosting services. You can install software by hand, or using Softaculous, Cpanel lets you manage all aspects of your hosting account.</p>
<p><figure id="attachment_1002" aria-describedby="caption-attachment-1002" style="width: 1024px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large wp-image-1002" src="http://howtoblogtutorials.com/wp-content/uploads/GreenGeeks®_Account_Manager-1024x445.jpg" alt="" width="1024" height="445" /><figcaption id="caption-attachment-1002" class="wp-caption-text">The main account dashboard gives you easy access to your information or the cPanel control system.</figcaption></figure></p>
<h2>What about support?</h2>
<p>While the software capabilities and the green aspect of their company are great and shouldn't be understated, for me and my readers and customers, the most important thing is reliability and customer support.</p>
<p>Things are going to go wrong, and it is important to know that your hosting account will help you recover from problems that may arise, tomorrow or in a year.</p>
<p>These are the customer support promises from Greengeeks:</p>
<ul>
<li>99.9% Uptime Guarantee</li>
<li>24/7 Email Support</li>
<li>Live Telephone & Live Chat Support</li>
<li>Complete satisfaction, or your money back within the money back period.</li>
<li>30-Day Money Back Guarantee</li>
</ul>
<p>In the web hosting world we call that uptime guarantee a <em>3-nines</em> guarantee. That is about the best you're going to get with this type of hosting at these price levels.</p>
<p>24/7 email support is expected and I never recommend a host that doesn't provide live chat AND phone support.</p>
<p>When I migrate the other site, I'll put the chat support to the test by creating a common problem the average blogger may run into and see how they handle that.</p>
<p>As far as their money back guarantee, I can't really test it since my account has been provided at no cost for the purpose of testing and reviewing it.</p>
<h2>Customer experience</h2>
<p>The dashboard of the Greengeeks account is clean and easy to navigate and as I mentioned earlier, the control panel is powered by Cpanel so it should be familiar to most people that have had a website before, and it's easy enough for beginners to get around.</p>
<p>In addition to the aforementioned, <a href="http://oglink.it/greengeeks" target="_blank" rel="noopener">Greengeeks</a> has a large collection of information and resources available to help you get the most out of your account.</p>
<p><figure id="attachment_1001" aria-describedby="caption-attachment-1001" style="width: 1024px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large wp-image-1001" src="http://howtoblogtutorials.com/wp-content/uploads/customer-experience-1024x345.jpg" alt="" width="1024" height="345" /><figcaption id="caption-attachment-1001" class="wp-caption-text">There is a knowledge base and video tutorials to help you leverage your account better.</figcaption></figure></p>
<p>Overall, so far I'm very happy with Greengeeks and I look forward to moving another site and doing further testing. But I'm comfortable recommending Greengeeks to you for your blog or website. You can <a href="http://oglink.it/greengeeks" target="_blank" rel="noopener">check out their plans here</a>.</p>
<p><em>This post was <a href="http://howtoblogtutorials.com/greengeeks-web-hosting-review-first-impressions/" target="_blank" rel="noopener">originally published at: How to Blog Tutorials.com</a></em></p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/greengeeks-web-hosting-review-first-impressions/">GreenGeeks Web Hosting Review – First Impressions</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Envira Gallery Pro Replacing NextGen Gallery</title>
		<link>https://notagrouch.com/envira-gallery-pro-replacing-nextgen-gallery/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sat, 30 Jan 2016 05:15:00 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Optinmonster]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=47146</guid>

					<description><![CDATA[<p>Photo management in WordPress can be tricky. But this photo gallery plugin is the best thing to happen to WordPress since 2.4</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/envira-gallery-pro-replacing-nextgen-gallery/">Envira Gallery Pro Replacing NextGen Gallery</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The other day I decided to start replacing the NextGen Gallery plugin with a new one called Envira. <a href="http://enviragallery.com" target="_blank" rel="noopener">Envira Gallery</a> is made by the same folks that make <a href="http://optinmonster.com" target="_blank" rel="noopener">Optinmonster</a> and <a href="http://soliloquywp.com/" target="_blank" rel="noopener">Soliloquy</a> slideshow.</p>
<p>This move was a bittersweet experience because I've used <a href="http://www.nextgen-gallery.com/" target="_blank" rel="noopener">NextGen</a> for every single photo project and for all my blogs since it came out.  I used it for client sites too, but over the past couple of years and since they were acquired by <a href="http://www.photocrati.com/" target="_blank" rel="noopener">Photocrati</a>, I've had many problems. It served me well for many years.</p>
<p>For a while, my publish button would disappear if the plugin was activated so I had to play this game of deactivating the plugin, publishing my posts and then reactivating it. Then it started getting really complicated to use. On top of that, <a href="https://wordpress.org/plugins/p3-profiler/" target="_blank" rel="noopener">P3 profiler</a> would report that it was taking over 30% of my server's resources.</p>
<p>Even though I have a dedicated server with <a href="http://inmotionhosting.com/" target="_blank" rel="noopener">Inmotion Hosting</a>, 30% of resources for a photo gallery plugin is not acceptable. Actually that's not acceptable for any type of plugin unless it's doing some really active heavy lifting, all the time.</p>
<p>Configuration wasn't simple, neither was user adoption whenever I installed it for a client. That part was great because the client would have to hire me again to help them learn it or customize it, but it certainly didn't help the client much to have to pay every time they needed something changed. That kind of defeats the purpose of using WordPress.</p>
<p>The plugin used to have really high ratings, but lately they've decreased to around 3 in the WordPress.org codex so <a href="https://wordpress.org/support/view/plugin-reviews/nextgen-gallery?filter=1" target="_blank" rel="noopener">I'm not alone in the feeling that NextGen needs a good kick in the ass</a> to get it back on track, or it just needs a good replacement. I was not in the mood to do any ass-kicking so a new plugin was in order.</p>
<h2>The time to move to a new plugin came</h2>
<p>Unfortunately there were no good plugins available to replace NextGen, that is until <a href="http://oglink.it/enviragallery" target="_blank" rel="noopener">Envira Gallery</a> came along. Even then, I waited until now to make the transition.</p>
<p>I wanted to see how the WordPress community would react to it, and how the market would react to yet another photo manager plugin, and a paid one at that.</p>
<p>Then I saw enough good things that I decided to jump on it. It had everything I think I wanted and then some, and a great pedigree. One of the features I like is that it is lightweight but extensible with a huge collection of addons.</p>
<p><figure id="attachment_47165" aria-describedby="caption-attachment-47165" style="width: 870px" class="wp-caption aligncenter"><a href="http://notagrouch.com/wp-content/uploads/envira-gallery-addons.jpg" rel="attachment wp-att-47165"><img loading="lazy" decoding="async" class="size-large wp-image-47165" src="http://notagrouch.com/wp-content/uploads/envira-gallery-addons-870x458.jpg" alt="screenshot of the addons screen for Envira Gallery Pro" width="870" height="458" /></a><figcaption id="caption-attachment-47165" class="wp-caption-text">There are over 25 addons available for Envira Gallery</figcaption></figure></p>
<p>I'm still working through migrating all my photos over to it and recreating some of my galleries and albums. Most of my previous albums and galleries were broken already anyway so I'm in no rush to fix all that. But I tried using the NextGen to Envira migration tool and it worked flawlessly, it took a looong time, but it worked great.</p>
<p>You can see some of my <a href="http://notagrouch.com/photos">photo galleries over here</a>. Let me know what you think.</p>
<h2>My experience with Envira has been awesome so far</h2>
<p>Before, managing photos on my blog was a dreadful proposition. This is why I don't have many recent photos. But now, it is different.</p>
<p>I like how well integrated Envira Gallery is with WordPress. It uses the built in media library to hold your photos so even if you create a new gallery and upload the photos directly to a new gallery, they will still be available in your media library. The opposite is true too, you can create a gallery from existing photos in your media library.</p>
<p>Creating galleries and albums is really easy. Drag and drop type of stuff, and you can customize the galleries very easily through a few screens available to decide how your pictures should be displayed.</p>
<p><figure id="attachment_47166" aria-describedby="caption-attachment-47166" style="width: 870px" class="wp-caption aligncenter"><a href="http://notagrouch.com/wp-content/uploads/image-gallery-management.jpg" rel="attachment wp-att-47166"><img loading="lazy" decoding="async" class="size-large wp-image-47166" src="http://notagrouch.com/wp-content/uploads/image-gallery-management-870x517.jpg" alt="Screenshot showing photo management in Envira Gallery Pro" width="870" height="517" /></a><figcaption id="caption-attachment-47166" class="wp-caption-text">Drag and drop to re-arrange photos, clear and intuitive icons let you dig deeper into the photos.</figcaption></figure></p>
<p>This is very handy because you can use one of the photos from a gallery as a featured image on your post. NextGen never got this right. They tried to give you a "featured image from gallery" option but that never worked for me.</p>
<p>It's very easy to add galleries to your posts and pages too, you create your gallery in the Envira Gallery section in WordPress, then you click on the icon to add it to your post. But you can also use WordPress shortcodes or even PHP functions to add your galleries to your website.</p>
<p><figure id="attachment_47170" aria-describedby="caption-attachment-47170" style="width: 870px" class="wp-caption aligncenter"><a href="http://notagrouch.com/wp-content/uploads/envira-gallery-shortcode-php.jpg" rel="attachment wp-att-47170"><img loading="lazy" decoding="async" class="size-large wp-image-47170" src="http://notagrouch.com/wp-content/uploads/envira-gallery-shortcode-php-870x519.jpg" alt="screenshot showing the php functions and shortcodes for Envira Gallery" width="870" height="519" /></a><figcaption id="caption-attachment-47170" class="wp-caption-text">It's easy to add the galleries to your posts using shortcodes or PHP functions</figcaption></figure></p>
<p>One feature I'm really excited about is the dynamic galleries feature. This feature is available through the addons, and it allows you to tag photos or designate certain rules that will automatically place photos into a gallery. This way, whenever you upload a photo, if it matches the desired parameters then it will automatically show up in the gallery. Pretty neat huh?</p>
<h2>It is not just for bloggers</h2>
<p>You can also use it to run a full blown photography ecommerce site. First, setup your WordPress site (I can do that for you at no cost - <a href="http://notagrouch.com/contact">ask me how</a>), then add the <a href="https://wordpress.org/plugins/woocommerce/" target="_blank" rel="noopener">Woocommerce plugin</a>.</p>
<p>After that, add and configure <a href="http://oglink.it/enviragallery" target="_blank" rel="noopener">Envira Gallery Pro</a>, then get the <a href="http://oglink.it/egwoocommerce" target="_blank" rel="noopener">Envira Gallery Woocommerce addon</a>. If you are a portrait or event photographer then you might want the <a href="http://oglink.it/egproofing" target="_blank" rel="noopener">proofing addon</a> so your clients can review the photos. If you feel particularly feisty about copyright then you'll need the <a href="http://oglink.it/egwatermark" target="_blank" rel="noopener">watermark addon</a>.  After that, give yourself a high-five, because that is basically all you need to setup a photography ecommerce site with WordPress. Boom!</p>
<p><a href="http://notagrouch.com/wp-content/uploads/high-five.jpg" rel="attachment wp-att-47174"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-47174" src="http://notagrouch.com/wp-content/uploads/high-five-480x480.jpg" alt="high-five" width="480" height="480" /></a></p>
<p>I am taking Envira Gallery for a spin, and I will give you a full review and all the notes I can about the plugin, including some of its addons.</p>
<p>Should you get Envira Gallery Pro or Lite? Anything that is worth doing, is worth overdoing so go all the way and get <a href="http://oglink.it/enviragallery" target="_blank" rel="noopener">Envira Gallery Pro</a>.  It is the best premium WordPress Gallery Plugin I could find so far and I'm not just saying that because I got it for free. Stay tuned for a full writeup about it.</p>
<p>If you're interested in a side by side comparison to NextGen, then I might do it if enough people ask for it in the comments.</p>
<p><em>I should disclose to you that I received Envira Gallery Pro at no cost. In fact if I haven't told you before, most of the plugins you see me using here or on any of my blogs are usually given to me for free in exchange for serious QA & feedback and to tell you about them. So there, that's my disclosure. The FTC thinks I should tell you this stuff, I think you're smart enough to understand this.</em></p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/envira-gallery-pro-replacing-nextgen-gallery/">Envira Gallery Pro Replacing NextGen Gallery</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Genesis Theme $100 Off Summer Sale!</title>
		<link>https://notagrouch.com/genesis-theme-100-off-summer-sale/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Mon, 24 Aug 2015 14:33:29 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=45174</guid>

					<description><![CDATA[<p>You know I really like the Genesis theme, the guys at Studiopress don't have sales very often but when they do, they're pretty awesome. As is this sale for which I just received notice. You can get an amazing deal if you want to get ALL of the Genesis themes. Just have to get it...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/genesis-theme-100-off-summer-sale/">Genesis Theme $100 Off Summer Sale!</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You know I really like the Genesis theme, the guys at Studiopress don't have sales very often but when they do, they're pretty awesome. As is this sale for which I just received notice.</p>
<p>You can get an amazing deal if you want to get ALL of the Genesis themes. Just have to get it before Wednesday!</p>
<p>The clock is ticking on your opportunity to get the Pro Plus All-Theme Pack for the best price it will ever be available for, so we wanted to send you this quick reminder email.</p>
<p style="padding-left: 30px;"><strong>Here’s the reminder:</strong></p>
<p style="padding-left: 30px;"><strong>You only have two more days to lock in the lowest possible price on the Pro Plus Pack, because on Wednesday, August 26, 2015 at 5:00 p.m. Pacific Time, the current $100 discount* goes away.</strong></p>
<p style="padding-left: 30px;">*Note that you still receive your returning customer discount as well.</p>
<p style="padding-left: 30px;">So, your price for the Pro Plus All-Theme Pack, with everything above included, is just $224.96, a savings of nearly $2,000 if you were to purchase everything separately.</p>
<p style="padding-left: 30px;"><a href="http://shrsl.com/?~9mc5" target="_blank" rel="noopener">http://my.studiopress.com/pro-plus-offer/</a></p>
<p style="padding-left: 30px;"><strong>Also of note:</strong></p>
<p style="padding-left: 30px;">At the end of August, the normal price for the Pro Plus Pack goes up from $399 to $499.<br />
Then, at the end of this year, new Pro Plus customers will be required to pay a recurring annual fee to maintain access to support and new themes.<br />
But those of you who grab your Pro Plus Pack prior to Wednesday at 5:00 p.m. Pacific Time will get every single StudioPress theme available now, and that we release in the future, all bundled with world-class support, for just $224.96.</p>
<p style="padding-left: 30px;">Don’t wait and pay more later.</p>
<p style="padding-left: 30px;">To get started today, click here:</p>
<p style="padding-left: 30px;"><a href="http://shrsl.com/?~9mc5" target="_blank" rel="noopener">http://my.studiopress.com/pro-plus-offer/ </a></p>
<p>For the price of three to four themes, you get all of them. That's hard to beat. Take advantage of it if you want to have all the flexibility offered by ALL of the themes from Genesis. This is not a coupon but a direct link that will get you the  sale price.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/genesis-theme-100-off-summer-sale/">Genesis Theme $100 Off Summer Sale!</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>It Takes Money to Make Money</title>
		<link>https://notagrouch.com/takes-money-make-money/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Thu, 18 Dec 2014 16:31:32 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=40979</guid>

					<description><![CDATA[<p>Have you heard that before? Sure you have. It's a cliche that gets thrown around without much thought behind it. People often misuse it, but many times it is absolutely true. I wanted to show you my latest bill for my web hosting. You can see the amount on the screenshot below. This is a...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/takes-money-make-money/">It Takes Money to Make Money</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Have you heard that before? Sure you have. It's a cliche that gets thrown around without much thought behind it. People often misuse it, but many times it is absolutely true.</p>
<p>I wanted to show you my latest bill for my web hosting. You can see the amount on the screenshot below.</p>
<p>This is a perfect example of using that phrase in great context. A website can be started for free. Sure you can start one at Blogspot or WordPress.com or anywhere else that offers "free" websites.</p>
<p>You may even be able to sell a few things and make some money.</p>
<p>I prefer to start a website with the resources ready for "the next step" and I then migrate from that to the next and so on. But I'm always one step ahead.</p>
<p>It is because of this that I always recommend that you pay for 2 things. Webhosting and your own domain. These two things could be the "next step" for your blog or business if you were to tart with a free website that you don't control 100% like it is the case with blogspot or WordPress.com. </p>
<p>But believe me, it is really complicated and difficult to move from one of those services to a system you own and control fully. So why not start there and be ready for the next step from the beginning!</p>
<p><a href="http://notagrouch.com/wp-content/uploads/webhosting-bill.jpg"><img loading="lazy" decoding="async" src="http://notagrouch.com/wp-content/uploads/webhosting-bill-480x368.jpg" alt="webhosting-bill" width="480" height="368" class="alignright size-medium wp-image-40980" /></a>That's how I see it. If you believe in yourself enough to even start, then start off right. That's how I started. I've had web hosting accounts since 2002. I have used dozens of companies and still use many now. Why because when oen of my site gets a lot of traffic or continues to grow I can just grow my hosting plan accordingly.</p>
<p>I don't need to move my site, or migrate to a new platform that is more capable. I literally need to just request more resources be added to my hosting account.</p>
<p>So check out my latest invoice and then tell me that "it's too expensive to get my own hosting." Inmotion Hosting has plans that are perfect to start and they cost less than $5.00 a month! I started in a plan just like that, and with time as I grow and add more websites and resources are needed, my plan has grown.</p>
<p>It doesn't mean that you have to keep moving up, but I run some specialized stuff for clients so I need specific resources. That's why it costs me that much. But even just my blogs use a higher plan than the base one because I am already for the next step.</p>
<p>Look at my bill again... yours could be $5.00 a month or less. Look at my bill again... $5.00 a month. Look... $5.00.</p>
<p>Seriously you have no excuse. For less than my favorite drink at Starbucks, you could start a business. Right now. Go visit <a href="http://oglink.it/inmotion" target="_blank" rel="nofollow noopener">Inmotion Hosting</a> and get a website started. </p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/takes-money-make-money/">It Takes Money to Make Money</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OptinMonster Features and Exit Intent</title>
		<link>https://notagrouch.com/optinmonster-features-exit-intent/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Fri, 23 May 2014 16:23:32 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Youtube and Videos]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[Optinmonster]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">http://notagrouch.com?p=40204&#038;preview_id=40204</guid>

					<description><![CDATA[<p>Optinmonster features lots of awesome tools for you to increase your email subscriptions. It's pretty much awesome, really check it out at http://oglink.it/optinmonster-notagrouch I cover some of the features Optinmonster has for you there. My favorite is the exit intent feature, but they have added quite a few others that are worth checking out, so...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/optinmonster-features-exit-intent/">OptinMonster Features and Exit Intent</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Optinmonster features lots of awesome tools for you to increase your email subscriptions. It's pretty much awesome, really check it out at http://oglink.it/optinmonster-notagrouch</p>
<p> I cover some of the features Optinmonster has for you there. </p>
<p>My favorite is the exit intent feature, but they have added quite a few others that are worth checking out, so I show you a few in the video. More info about this whole thing on the link after the video too, where I published this originally. But here's the video in case you missed it.</p>
<div class="entry-content-asset videofit"><iframe title="Optinmonster and Exit Intent - Why You Do Want it? +tutorial +examples" width="720" height="405" src="https://www.youtube.com/embed/-axb8iSd-Qw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<p>This video originally published here: <a href="http://wp.me/p3Sinl-lr" target="_blank" rel="noopener">http://wp.me/p3Sinl-lr</a></p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/optinmonster-features-exit-intent/">OptinMonster Features and Exit Intent</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>It&#8217;s official, my new theme is Customizr.</title>
		<link>https://notagrouch.com/its-official-my-new-theme-is-customizr/</link>
					<comments>https://notagrouch.com/its-official-my-new-theme-is-customizr/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Fri, 02 Aug 2013 16:30:20 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=36748</guid>

					<description><![CDATA[<p>I was going to do a review of three themes and tell you why I picked one over the others. I had quite a few problems with my previous theme so I had to do this. But truth be told, I don't have a lot of time to muck around with testing, reviewing and testing...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/its-official-my-new-theme-is-customizr/">It&#8217;s official, my new theme is Customizr.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I was going to do a review of three themes and <a href="http://notagrouch.com/canvas-theme-by-woothemes-buh-bye-welcome-new-themes/">tell you why I picked one over the others</a>. I had quite a few problems with my previous theme so I had to do this.</p>
<p><figure id="attachment_36750" aria-describedby="caption-attachment-36750" style="width: 336px" class="wp-caption alignright"><a href="http://notagrouch.com/wp-content/uploads/2013/08/notagrouch-com-new-homepage.png"><img loading="lazy" decoding="async" class=" wp-image-36750 " alt="snapshot of the front page. missing a logo and a bit more polish." src="http://notagrouch.com/wp-content/uploads/2013/08/notagrouch-com-new-homepage-480x387.png" width="336" height="271" /></a><figcaption id="caption-attachment-36750" class="wp-caption-text">snapshot of the front page. missing a logo and a bit more polish.</figcaption></figure></p>
<p>But truth be told, I don't have a lot of time to muck around with testing, reviewing and testing again. I started working with the Customizr theme and I will stick with it for the time being.</p>
<p><a href="http://wordpress.org/themes/customizr" target="_blank" rel="noopener">Customizr is free</a> and you can find it on the WordPress.org repository and it has quickly become one of the more popular themes on there. It is built by Nikeo and it seems that this may be his first public theme. Good for him, it works great so far.</p>
<p>For being a free theme, it's pretty cool because it is responsive and it has a lot of configuration options to help you adjust sidebars, the slideshow and other elements. One of the things I like about it is that it uses the built-in wordpress customization system instead of some unique higher-than-thou I-do-my-own-way approach to customizations like most other themes do.</p>
<p>After about two hours of adjusting it, customizing a few images and placing things where I wanted, this is what my homepage looks like. I'm still working on it and will probably finalize it in the next week or so but it's a start and it's way better than the canvas theme I was using before.</p>
<p>I'm still using quite a few plugins to do some of my special customizations and configurations but I will cover those in an upcoming blogpost. This theme is good for advanced users because everything will be easy to find and you can also customize it further by using CSS. And if you're a beginner, this is a great theme because it offers a way to customize most of the parts of the theme without having to code anything. It's a great theme for beginners or advanced users that don't want to spend a lot of time polishing little details or designing layouts from scratch.</p>
<p>It's good enough that it will be added to the themes available for my free website service. So if it's good enough for that, it should be good enough for you too!</p>
<p><figure id="attachment_36751" aria-describedby="caption-attachment-36751" style="width: 336px" class="wp-caption alignright"><a href="http://notagrouch.com/wp-content/uploads/2013/08/customizr-easy-wordpress-theme.png"><img loading="lazy" decoding="async" class="wp-image-36751 " alt="Easy to customize and see changes in real-time" src="http://notagrouch.com/wp-content/uploads/2013/08/customizr-easy-wordpress-theme-480x364.png" width="336" height="255" /></a><figcaption id="caption-attachment-36751" class="wp-caption-text">Easy to customize and see changes in real-time</figcaption></figure></p>
<p>If you're looking for a new fresh theme for your blog, you may want to check it out. I like it and will be using it for now. The only thing I'm not sure about yet is whether I will keep the slideshow on the front page. I'm thinking I should remove it since most people don't stick around in one place just to see 3 or 4 slides fly through.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/its-official-my-new-theme-is-customizr/">It&#8217;s official, my new theme is Customizr.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/its-official-my-new-theme-is-customizr/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to Customize the Menus on your WordPress website</title>
		<link>https://notagrouch.com/how-to-customize-the-menus-on-your-wordpress-website/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sun, 12 May 2013 18:47:50 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Free Website]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=35994</guid>

					<description><![CDATA[<p>Soon after you get your free website setup, you will want to change the theme or customize the one that is there. You'll want to add your own content to the prebuilt pages. Most of the other important things have already been done for you when you receive your site. But menus are special because...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/how-to-customize-the-menus-on-your-wordpress-website/">How to Customize the Menus on your WordPress website</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Soon after you get your free website setup, you will want to change the theme or customize the one that is there. You'll want to add your own content to the prebuilt pages. Most of the other important things have already been done for you when you receive your site.</p>
<p><img loading="lazy" decoding="async" src="http://notagrouch.com/wp-content/uploads/2013/05/customize-wordpress-640x360.jpg" alt="customize-wordpress" width="640" height="360" class="aligncenter size-large wp-image-35995" /></p>
<p>But menus are special because they can be organized very differently based on the website owner's vision or the needs of the company or product. Thankfully, WordPress makes it very easy to customize the menus on the themes. At least the order and naming of each menu tab, or menu item. Things like colors or font or other design-type of cusomizations may or may not be available on your particular theme. You could always customize a lot of those elements using CSS, but we're not going into CSS today. </p>
<p>So the menus on WordPress can be arranged in whatever order you want, simply by clicking and dragging. If you want a menu that has other sub-menus that appear only when you move your mouse over them, then you just click and drag that menu so it is indented in the menu structure. If you want to change the "About us" Page, to "Learn About Us" or simply "About" you just click on the name and edit it. It's that simple. </p>
<p>Go ahead and give it a try, or watch this video and see how it's done.</p>
<div class="entry-content-asset videofit"><iframe title="How to customize the menus on your Free Website" width="720" height="405" src="https://www.youtube.com/embed/9nOx-Z0KD30?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<p>The post <a rel="nofollow" href="https://notagrouch.com/how-to-customize-the-menus-on-your-wordpress-website/">How to Customize the Menus on your WordPress website</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What is Responsive Design?</title>
		<link>https://notagrouch.com/what-is-responsive-design/</link>
					<comments>https://notagrouch.com/what-is-responsive-design/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sat, 04 May 2013 04:07:41 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=35894</guid>

					<description><![CDATA[<p>Responsive design is all the rage as of lately and just like I explained to you What is inbound marketing, I want to answer another question for you today: What is responive design? So let's get to it. First, an intro to the problem Ever since the beginning of the Internet, websites have been displayed...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/what-is-responsive-design/">What is Responsive Design?</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Responsive design is all the rage as of lately and just like I explained to you <a title="What is Inbound Marketing? " href="http://notagrouch.com/what-is-inbound-marketing-video/">What is inbound marketing</a>, I want to answer another question for you today: <strong>What is responive design?</strong> So let's get to it.</p>
<h2>First, an intro to the problem</h2>
<p>Ever since the beginning of the Internet, websites have been displayed in a variety of screens. Mostly different sizes, but eventually we'll have other display mechanisms, like a 3d system or a virtual display, we'll get into that later.</p>
<p>Almost everyone that visits a website now does so on a tablet, a phone, or a traditional monitor like your desktop monitor or even a tv. Back in the day, the sizes for screens were more or less uniform. You had a uniform ratio of maybe 4:3 (like old-school televisions). Then wide-aspect became popular and over time, we've added <a href="http://en.wikipedia.org/wiki/Display_resolution" target="_blank" rel="noopener">so many different sizes and ratios to our display systems</a> that it has become nearly impossible to keep track.</p>
<p>As a designer, this can be a nightmare because something that you built and looks awesoem on your screen may not look so good on someone eles's screen. Put aside color variances, and pixel sizes and resolution, the size of the screen makes a huge difference. I've experienced this first hand. I have a big 27" monitor with a high-resolution. So when I make graphics, they look awesome, but if I then go to a smaller screen or one with less pixels then it may not look so good.</p>
<h2>Previous attempts at solving this problem</h2>
<p>Designers, programmers and web geeks have known about this problem for a while and several solutions have been put in place to address it. For example, you could have your webserver detect if someone is coming from a mobile device, and instead of showing them your normal website at http://www.example.com you could show them  or . Functionally this is an acceptable solution and many current website do this; Facebook, Twitter, and others. But this approach requires a lot of technical ability and resources to maintain.</p>
<p>Another approach is to have your website serve an entirely different website but on the same domain. You can accomplish this easily with a plugin if you are using WordPress and the plugin pretty much takes care of all the technical details for you. You just need to configure the plugin, adjust the settings to your liking and you're done. It's also a good approach but the downside is that you require some expert level knowledge if you want to customize the experience for mobile as much as you have for your desktop.</p>
<p>There are also other less popular approaches to fixing the problem, like having javascript re-write the page on the fly when a mobile device is detected, or having a totally different application serve as the website in certain scenarios. But these aren't very popular and they're so laser focused on a specific issue that I won't talk about them much.</p>
<p>Both the first two  solutions I mentioned are still in use today and I don't think there's anything wrong with them. I use them from time to time depending on the application. But <em>responsive design</em> offers another layer of customization.</p>
<h2>So finally, what is responsive design?</h2>
<p>So the newest solution to the problem I mentioned earlier is to make your web applications or websites be responsive. This in short, as the title implies means that the design isn't static but instead it "responds" to its context. Primarily and today, the context is really just the size of the screen. One day when we have a different system for viewing or interacting with websites and applications, the experience may be totally different but the idea will be the same. The application and or website will adjust to the location where it is being accessed from.</p>
<p>[pullquote position="right"]One website, multiple versions. - Copyblogger[/pullquote]</p>
<p>To explain a little bit more in detail, when you find a website that is responsive, you'll notice that the overall look and feel of the site is similar across your big screen browser, your iPad or tablet, and your iphone. Notice I didn't say that it's the same. But your colors, your text, the layout and the content is easily accessible in a way that makes sense for that device. This website is responsive, although I've not adjusted it to be perfect, the theme I'm using is responsive out of the box. (<em>side note, don't use this theme, I don't recommend it but I'm stuck with it until I have time to rebuild</em>)</p>
<p>The main thing being done with responsive design is adjusting the elements of a website to fit the screen, or morph entirely so that the visitor can find the information they need. It's easy to test and see what I'm talking about. One of the cool things about responsive design is that it reacts in real time, there is no need to reload a page to see the differences.</p>
<p>For example. Right now, on this blogpost that you're reading, take the bottom right hand corner of  your browser and make the window smaller, make it narrower and do it slowly and you'll see how things get moved around for you as you reduce the window size. After you get to certain width, things start changing completely, for exmaple, you'll notice that the Menu at the top changes to just "navigation" and you can then click on it to have the menu items drop down. You'll also notice at this point that the sidebar is no longer visible and has been moved to the very bottom of the page instead (scroll down).</p>
<h2>So how do you get responsive design on your website or blog?</h2>
<p>Currently, this is still a new technology that has only been adopted by cutting edge designers and agencies so you'll pay a pretty penny to have this applied to your website. But you can also find some really great themes that are responsive out of the box and do a really good job at this. Newer Studiopress designs have responsive built in, and in the free side of themes, a theme called Responsive shot up to the top of the charts recently, it does a really good job of helping you implement a responsive design. So  you can pay someone to do it, see if your theme has an update that implements responsive, or you could move to a new theme that is responsive out of the box.</p>
<h2>So What's the Big Deal?</h2>
<p>When you have a responsive design, your website is more accessible. We live in the age of mobile and people are accessing websites on mobile devices more often than they are from their desktops. Many times people will leave the site or close their browser if the website doesn't load and fit their screen. If you don't use responsive design, your website will not load or it will load in a way that is so small on your screen and you have to pinch and zoom a lot and scroll all over the screen to see what you're looking for. The website experience without responsive design is pretty bad in most cases and bad experiences will make your visitors leave and probably not come back for a while, and by a while I mean ever.</p>
<p>When you get a chance, invest some time in learning and hopefully applying a responsive web design to your website. I think you and your readers will appreciate the efforts. I have to make a few adjustments myself, but I'm 3/4 of the way there.</p>
<h2>Here are other resources you may find useful:</h2>
<p>From mobile browsers to netbooks and tablets, users are visiting your sites from an increasing array of devices and browsers. Are your designs ready? Learn how to think beyond the desktop and craft beautiful designs that anticipate and respond to your users’ needs. Ethan Marcotte will explore CSS techniques and design principles, including fluid grids, flexible images, and media queries, demonstrating how you can deliver a quality experience to your users no matter how large (or small) their display. <a href="http://www.abookapart.com/products/responsive-web-design" target="_blank" rel="noopener">Responsive Web Design</a> (Thanks <a href="http://zeek.com/author/steve/" target="_blank" rel="noopener">Steve</a>!)</p>
<p><a href="http://en.wikipedia.org/wiki/Responsive_web_design" target="_blank" rel="noopener">Wikipedia says this about Responsive Web Design</a>: <b>Responsive web design</b> (<b>RWD</b>) is a web design approach aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from desktop computer monitors to mobile phones)</p>
<p><a href="https://twitter.com/RWD" target="_blank" rel="noopener">Responsive Design</a> on Twitter</p>
<p><a href="http://responsivedesignweekly.com/" target="_blank" rel="noopener">Responsive Design Newsletter</a>: A free, once–weekly round-up of responsive design articles, tools, tips, tutorials and inspirational links.</p>
<p><a href="http://www.copyblogger.com/mobile-responsive-design-101/" target="_blank" rel="noopener">Mobile Responsive Design 101</a>, an essay by Copyblogger.</p>
<p><a href="http://webdesign.tutsplus.com/articles/design-theory/designing-for-a-responsive-web/" target="_blank" rel="noopener">Designing for a Responsive Web</a>, by webdesign tuts+</p>
<p style="padding-left: 30px;"><em>On a side note, this is day #3 for the 31DBBB that some of us are running on my blogging group. Today's task is to promote a previous blogpost so I'm promoting my previous post, the list of <a href="http://notagrouch.com/get-a-website-10-reasons-nobody-told-you-before-31dbbb/">10 reasons nobody ever told you of why you need a website</a>. </em></p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/what-is-responsive-design/">What is Responsive Design?</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/what-is-responsive-design/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Sweetening up the Deal. Free Website and More</title>
		<link>https://notagrouch.com/sweetening-up-the-deal-free-website-and-more/</link>
					<comments>https://notagrouch.com/sweetening-up-the-deal-free-website-and-more/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Wed, 10 Apr 2013 17:52:41 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=35660</guid>

					<description><![CDATA[<p>Can it get sweeter than this? You know the free website I can build for you? If you haven't seen it, check it out. It's at the top of the page on the left hand side, very first menu item. So, what's this about sweetening up the deal? My friend Marcie Taylor aka @suburbanmama asked...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/sweetening-up-the-deal-free-website-and-more/">Sweetening up the Deal. Free Website and More</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://notagrouch.com/wp-content/uploads/2013/04/sweet-wordpress-deal.jpg"><img loading="lazy" decoding="async" class="alignleft size-medium wp-image-35661" alt="sweet-wordpress-deal" src="http://notagrouch.com/wp-content/uploads/2013/04/sweet-wordpress-deal-280x225.jpg" width="280" height="225" /></a>Can it get sweeter than this? You know the free website I can build for you? If you haven't seen it, check it out. It's at the top of the page on the left hand side, very first menu item.</p>
<p>So, what's this about sweetening up the deal?</p>
<p>My friend <a href="http://suburbanmamas.com/" target="_blank" rel="noopener">Marcie Taylor</a> aka <a href="https://twitter.com/suburbanmama" target="_blank" rel="noopener">@suburbanmama</a> asked me if there was anything I could do to sweeten up the deal for her friends and mommy bloggers group. A free website installation with all the bells and whistles is already a pretty good deal, but  I thought about it and I said, <em>sure</em>. I'll make you a great deal.</p>
<p>So here's the deal Marcie. I will not only do the free website setup, but I'll throw in a <strong>transfer from wordpress.com to their own wordpress hosted website</strong>. AND I will even <strong>setup Google Apps</strong> for them for free.</p>
<p>And you wonder why am I posting this here publicly? Because I'm goign to extend that deal to everyone that signs up this month. From today on until the last day of the month at midnight, I'll give everyone that signs up, those two bonus items:</p>
<ul>
<li>Google Apps Setup <em>(** Please note, Google Apps is no longer free! - I will still set this up if you'd like but Google will ask you to pay them for the service after a free 30 day trial**) -- But if you want to use standard email (free with your hosting), I will set that up instead.</em></li>
<li>Transfer posts from WordPress.com, Blogger, LiveJournal, Movable Type, Typepad and a few more.</li>
</ul>
<p>Can't use the deal? Why not tell someone that can? Use the buttons to share this post to your favorite networks.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/sweetening-up-the-deal-free-website-and-more/">Sweetening up the Deal. Free Website and More</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/sweetening-up-the-deal-free-website-and-more/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>How to Activate a Theme for your Free WordPress Website</title>
		<link>https://notagrouch.com/how-to-activate-a-theme-for-your-free-wordpress-website/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 09:32:27 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=35465</guid>

					<description><![CDATA[<p>One of the coolest things about a new website is picking just the right theme. To make things easier for you I've installed about a dozen of the best themes available for WordPress. This is a tutorial that shows you how to activate the theme you want to use. If you can't find a theme...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/how-to-activate-a-theme-for-your-free-wordpress-website/">How to Activate a Theme for your Free WordPress Website</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>One of the coolest things about a new website is picking just the right theme. To make things easier for you I've installed about a dozen of the best themes available for WordPress. This is a tutorial that shows you <strong>how to activate the theme</strong> you want to use. </p>
<p>If you can't find a theme that you want to use from the ones I installed for you, you can find additional ones and install them and I also teach you how to do that. There is a very cool bonus in the video where I explain the basics of a <em>responsive theme</em>.</p>
<div class="entry-content-asset videofit"><iframe title="How to Activate a Theme in WordPress" width="720" height="405" src="https://www.youtube.com/embed/413Y9Rr69OY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<p>Back to the Free <a href="http://notagrouch.com/free-website-or-blog/quick-start-guide/">WordPress Setup Guide</a></p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/how-to-activate-a-theme-for-your-free-wordpress-website/">How to Activate a Theme for your Free WordPress Website</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Log-in to your New Free WordPress Website</title>
		<link>https://notagrouch.com/how-to-log-in-to-your-new-free-wordpress-website/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 08:50:19 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[wordpress video]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=35458</guid>

					<description><![CDATA[<p>This quick video explains how to log-in to your brand new free wordpress website that I built for you. The video applies to most WordPress websites and I cover logging into it with the standard log-in link, but also teach you how to log in without the link in case the link isn't there for...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/how-to-log-in-to-your-new-free-wordpress-website/">How to Log-in to your New Free WordPress Website</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This quick video explains <strong>how to log-in</strong> to your brand new <strong><a title="Free Website OR Blog" href="http://notagrouch.com/free-website-or-blog/">free wordpress website</a></strong> that I built for you. The video applies to <em>most</em> WordPress websites and I cover logging into it with the standard log-in link, but also teach you how to log in without the link in case the link isn't there for some reason. Sometimes people delete the link and then they don't know how to log in, so I cover that and I also show you how to re-add the log-in link to your sidebars if you need to.</p>
<div class="entry-content-asset videofit"><iframe title="How to log-in to WordPress" width="720" height="405" src="https://www.youtube.com/embed/UOms9HraDLQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<p>If you have trouble watching it on my website, here is the <a href="http://www.youtube.com/watch?v=UOms9HraDLQ" target="_blank" rel="noopener">direct link on youtube</a>.</p>
<p>Back to the Free <a href="http://notagrouch.com/free-website-or-blog/quick-start-guide/">WordPress Setup Guide</a></p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/how-to-log-in-to-your-new-free-wordpress-website/">How to Log-in to your New Free WordPress Website</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Quickstart Guide for your Free WordPress Website</title>
		<link>https://notagrouch.com/quickstart-guide-for-your-free-wordpress-website/</link>
					<comments>https://notagrouch.com/quickstart-guide-for-your-free-wordpress-website/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Fri, 15 Mar 2013 16:40:36 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=35278</guid>

					<description><![CDATA[<p>If you're one of the lucky people to have one of my free WordPress websites, you may want to take a look at the video below. This is a Quickstart guide to your new website. It covers most major sections of your new WordPress site and it also goes over some of the special configurations...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/quickstart-guide-for-your-free-wordpress-website/">Quickstart Guide for your Free WordPress Website</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you're one of the lucky people to have one of my <a title="Free Website OR Blog" href="http://notagrouch.com/free-website-or-blog/">free WordPress websites</a>, you may want to take a look at the video below. This is a Quickstart guide to your new website. It covers most major sections of your new WordPress site and it also goes over some of the special configurations that I've setup for you.</p>
<div class="entry-content-asset videofit"><iframe title="Quickstart for your Free WordPress Website" width="720" height="405" src="https://www.youtube.com/embed/PrD7xJG4rk8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<p>If you don't have a free wordpress website from me, a lot of this video will still help you if you're new to WordPress for some of the information will be exclusive to those that got the free site, if you have any questions, please feel free to contact me.</p>
<p>Back to the <a href="http://notagrouch.com/free-website-or-blog/quick-start-guide/">Free WordPress Setup Guide</a>.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/quickstart-guide-for-your-free-wordpress-website/">Quickstart Guide for your Free WordPress Website</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/quickstart-guide-for-your-free-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Posting Youtube Videos to WordPress</title>
		<link>https://notagrouch.com/posting-youtube-videos-to-wordpress/</link>
					<comments>https://notagrouch.com/posting-youtube-videos-to-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Wed, 27 Feb 2013 15:58:08 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=35196</guid>

					<description><![CDATA[<p>This is the first video I publish from a series of Fly on The Wall style tutorials. Several people have asked me to invite them to a hangout when I'm doing "stuff" on WordPress. That usually wouldn't work because I don't know when I'll do these things. So I did the next best thing and...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/posting-youtube-videos-to-wordpress/">Posting Youtube Videos to WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is the first video I publish from a series of Fly on The Wall style tutorials. Several people have asked me to invite them to a hangout when I'm doing "stuff" on WordPress. That usually wouldn't work because I don't know when I'll do these things. So I did the next best thing and recorded a couple videos of me doing some of the stuff I do for clients on a regular basis. </p>
<p><a href="http://notagrouch.com/wp-content/uploads/2013/02/youtube-wordpress.jpg"><img loading="lazy" decoding="async" src="http://notagrouch.com/wp-content/uploads/2013/02/youtube-wordpress-280x157.jpg" alt="youtube-wordpress" width="280" height="157" class="alignleft size-medium wp-image-35197" /></a>This video shows you the easiest way to add youtube (and other networks too) videos to your WordPress site. I picked up the tip at the Orange County WordPress Meetup group where <a href="http://www.jeffturner.info/" title="Jeff Turner" target="_blank" rel="noopener">Jeff Turner</a> showcased the plugin. I also cover a couple other tools I used during the video. Hope you enjoy it.</p>
<p>If you want something else in particular, just leave me a note in the comments. I'd also appreciate it if you could thumbs up the video, and share this post and the video to your favorite networks.</p>
<div class="entry-content-asset videofit"><iframe title="Youtube Videos on your WordPress Website The Easy way" width="720" height="405" src="https://www.youtube.com/embed/YRBEF2YoCMQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<p>The post <a rel="nofollow" href="https://notagrouch.com/posting-youtube-videos-to-wordpress/">Posting Youtube Videos to WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/posting-youtube-videos-to-wordpress/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>Moving from WordPress.com to WordPress.org (video tutorial)</title>
		<link>https://notagrouch.com/moving-from-wordpress-com-to-wordpress-org/</link>
					<comments>https://notagrouch.com/moving-from-wordpress-com-to-wordpress-org/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Tue, 04 Dec 2012 12:47:58 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress Tutorial]]></category>
		<category><![CDATA[wordpress video]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=33918</guid>

					<description><![CDATA[<p>Lots of people start blogging at WordPress.com. WordPress.com is easy to use, you can get started quickly and it's free. Other benefits include the built-in community that exposes your blog to millions of potential readers and a technical benefit is that WordPress.com is robust and reliable. Your blog there will probably never go down. If...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/moving-from-wordpress-com-to-wordpress-org/">Moving from WordPress.com to WordPress.org (video tutorial)</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image is-style-default"><figure class="alignleft"><a href="http://notagrouch.com/wp-content/uploads/2012/12/tips-and-tricks-wordpress.jpg"><img decoding="async" src="http://notagrouch.com/wp-content/uploads/2012/12/tips-and-tricks-wordpress-180x180.jpg" alt="" class="wp-image-34023" title="tips-and-tricks-wordpress"/></a></figure></div>



<p>Lots of people start blogging at WordPress.com. WordPress.com is easy to use, you can get started quickly and it's free.</p>



<p>Other benefits include the built-in community that exposes your blog to millions of potential readers and a technical benefit is that <a href="http://WordPress.com" target="_blank" rel="nofollow noopener">WordPress.com</a> is robust and reliable.</p>



<p>Your blog there will probably never go down. If it goes down, there are some major problems going on and you can rest assured that someone is working on it, double-time.</p>



<p>But then there is <a href="http://WordPress.org" target="_blank" rel="nofollow noopener">WordPress.org</a> the <strong>Open Source</strong> version. This is the WordPress that you can install on your own server or on a hosting account that you buy from a hosting provider.</p>



<p>Hosting your own WordPress website comes with its own list of benefits. More control, no restrictions, and the ability to do pretty much whatever you want with your blog or website. This is the best choice for many people that want more control than WordPress.com allows.</p>



<p>Practical examples of having more control are</p>



<ul class="wp-block-list"><li>The ability to run your own ads or ad network.</li><li>The ability to charge for special access to restricted content. Courses, private support, product downloads or sales.</li><li>The ability to customize it and build any functionality you can imagine.</li><li>Building your own photo gallery</li><li>Building your own ecommerce store</li><li>Building your own social media platform</li></ul>



<p>It's awesome to have the&nbsp;WordPress.org website instead of just WordPress.com -- don't get me wrong, I have several WordPress.com blogs too. I use them to support other efforts. I can talk about that later if you're interested.</p>



<p>So what happens if you start out in WordPress.com and then later you want to move to WordPress.org? Moving is relatively easy.</p>



<p>Updated for 2015. I updated the entire post with some new information and finally answered the most asked question. What host do you recommend? I answer is at the end of the document so it doesn't get in your way of the instructions. But if you want to know right away, just scroll down until you see: <strong>Webhosting Recommendations</strong>.</p>



<p>If you don't have a custom domain already, you'll need to buy one. But if you already have one, you can transfer it over.</p>



<p>Once you have a hosting account and your new domain, then you can move over your WordPress.com blog into your new hosting account and start showing your website under your own domain.</p>



<p>The following video shows you how to do it.</p>



<p>In this video I show you the mechanics of exporting your blog posts from WordPress.com and then importing them into a brand new installation of WordPress.org in a&nbsp;<a href="http://oglink.it/webhosting-blog5050" target="_blank" rel="nofollow noopener">webhosting account</a>&nbsp;(there's that 50/50 link again!)</p>



<div class="alertbox">If you find the process of moving from WordPress.com to WordPress.org (self-hosted), I can help you. Follow the instructions on my <a title="Free Website OR Blog" href="http://notagrouch.com/free-website-or-blog/">Free WordPress</a> page and I will do the transfer for you.</div>



<p><div class="starbox"> <h2 class="">Webhosting Recommendations:</h2> <p>When I decided to make my recommendations, I made sure that the web hosting companies I send you to have a great track record. I also made sure not only that they would give you the <strong>best price possible</strong>, but I also made sure they gave you a free domain or a free transfer.<span style="font-size: inherit; color: var(--global-palette4); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;"> </span>You'll also need to obtain a hosting account or hosting service. I recommend one of these two companies:</p></div></p>



<p><div class="starbox"><p><strong>Inmotion Hosting</strong> - Inmotion is awesome. They are reliable and secure and cater to the business owner that needs excellent support and choice of west-coast or east-coast data centers. They are one of my main sponsors as well throughout many of my projects, I count on them to keep my sites up and running.</p> <p><strong>Use this link for Inmotion:</strong> - <a href="http://oglink.it/inmotion-blogrecommendation" target="_blank" rel="nofollow noopener">If you want to go with Inmotion click here</a>.</p></div></p>



<p class="has-background" style="background-color:#feffd5"><div class="starbox"><p><span style="font-size: inherit; color: var(--global-palette4); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;"> </span><strong>Update 2021-07-20</strong> - Due to a number of poor decisions by Siteground, I can no longer recommend them in good conscience. It seems that they have placed a much higher priority on their bottom line than in customer satisfaction. I have removed the links to their site. Instead, I <a href="https://notagrouch.com/greengeeks-web-hosting-review-first-impressions/" data-type="post" data-id="49049">recommend GreenGeeks</a>.<span style="font-size: inherit; color: var(--global-palette4); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;"> </span></p></div></p>



<p><div class="starbox"><p><strong><s>Siteground Webhosting</s></strong> - <s>Siteground is also outstanding. A new favorite company for me. I have been working with them for about a year</s>. I recently launched a project with them called <a href="http://papidaddy.com/" target="_blank" rel="nofollow noopener">Papidaddy dot com</a> --click to visit in case you didn't see it. <s>They have been extremely supportive. They are lightning-fast too. I have had two incidents where I needed help and I sent a quick support request, both times the issue was resolved within minutes.</s></p> <p><del><strong>Use this link for Siteground:</strong> If you want to go with Siteground click here</del>.</p></div></p>



<p><iframe src="http://www.youtube.com/embed/wWQg2yQ6xmw" width="640" height="360" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/moving-from-wordpress-com-to-wordpress-org/">Moving from WordPress.com to WordPress.org (video tutorial)</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/moving-from-wordpress-com-to-wordpress-org/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Gravity Forms a must have Premium Plugin for WordPress</title>
		<link>https://notagrouch.com/gravity-forms-a-must-have-premium-plugin-for-wordpress/</link>
					<comments>https://notagrouch.com/gravity-forms-a-must-have-premium-plugin-for-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Tue, 11 Sep 2012 20:17:17 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=33276</guid>

					<description><![CDATA[<p>I was reluctant to buy Gravity Forms. I thought what can Gravity Forms do that the free, ready and very capable Contact Form 7 can't do?. Well let me tell you, there's plenty it can't do. Gravity Forms is by far the best form maker system I've used in WordPress. I know it may seem...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/gravity-forms-a-must-have-premium-plugin-for-wordpress/">Gravity Forms a must have Premium Plugin for WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignleft size-medium wp-image-33277" title="paper-surveys-online" src="http://notagrouch.com/wp-content/uploads/2012/09/paper-surveys-online-280x186.jpg" alt="" width="280" height="186" />I was reluctant to buy Gravity Forms. I thought <em>what can <strong>Gravity Forms</strong> do that the free, ready and very capable Contact Form 7 can't do?</em>.</p>
<p>Well let me tell you, there's plenty it can't do. <a href="http://oglink.it/gravityforms" target="_blank" rel="noopener">Gravity Forms</a> is by far the best form maker system I've used in WordPress.</p>
<p>I know it may seem pricey, but when you really explore the form making capabilities, you can do almost anything with Gravity Forms. If you couple it with some custom post types you can create any kind of website you need. Check it out when you can, it's worth every penny. I use it on all my sites and it comes included in our packages at OscarsTech and OC Web Pro.</p>
<p>You can get <a href="http://oglink.it/gravityforms" target="_blank" rel="noopener">Gravity Forms right here</a>.</p>
<p>So far I've used it for a restaurant menu, for standard contact forms, surveys, and for a donations collection page. In a few weeks I will show you how I integrated Views, Types and Gravity Forms into a really cool Wedding registry. Views & Types are two other plugins I'll tell you more about soon.</p>
<p>But you could start a free WordPress website and with Gravity Forms, you could start taking surveys like the one in the picture. You're not doing paper surveys still are you?</p>
<p>I've heard of some amazing sites and tools built on Gravity Forms, have you done anything exciting or out of the ordinary with them?</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/gravity-forms-a-must-have-premium-plugin-for-wordpress/">Gravity Forms a must have Premium Plugin for WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/gravity-forms-a-must-have-premium-plugin-for-wordpress/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Wordcamp Orange County Visible Tweets</title>
		<link>https://notagrouch.com/wordcamp-orange-county-visible-tweets/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sun, 10 Jun 2012 23:36:21 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Youtube and Videos]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=31978</guid>

					<description><![CDATA[<p>As a follow up to a previous post recaping some of my experiences at Wordcamp Orange County #WCOC, I put together this quick video using Visibletweets.com - The music is standard Youtube stock music and it was just about the only song I could tolerate that covered the length of the video.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordcamp-orange-county-visible-tweets/">Wordcamp Orange County Visible Tweets</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://notagrouch.com/wp-content/uploads/2012/06/wcoc-twitter.jpg"><img decoding="async" class="aligncenter size-full wp-image-31979" title="wcoc-twitter" src="http://notagrouch.com/wp-content/uploads/2012/06/wcoc-twitter.jpg" alt="" width="600" /></a></p>
<p>As a follow up to a previous post recaping some of my experiences at Wordcamp Orange County #WCOC, I put together this quick video using Visibletweets.com - The music is standard Youtube stock music and it was just about the only song I could tolerate that covered the length of the video.</p>
<p><iframe width="599" height="337" src="http://www.youtube.com/embed/AI8Wg31NJbA?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordcamp-orange-county-visible-tweets/">Wordcamp Orange County Visible Tweets</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Wordcamp Orange County recap. WCOC in Tweets.</title>
		<link>https://notagrouch.com/wordcamp-orange-county-recap-wcoc-in-tweets/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sat, 02 Jun 2012 21:48:05 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Instagram]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=31859</guid>

					<description><![CDATA[<p>Some tweets and commentary from Wordcamp Orange County I got to attend Wordcamp Orange County, and here are some of the highlights in forms of tweets and commentary. I tried to do this earlier this rmorning but the wifi at #wcoc wasn't working. Ross Teasley - @RossTeasley At #wcoc @notagrouch is plugged in, literally n...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordcamp-orange-county-recap-wcoc-in-tweets/">Wordcamp Orange County recap. WCOC in Tweets.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://notagrouch.com/wp-content/uploads/2012/06/wcoc-twitter.jpg"><img decoding="async" class="aligncenter size-full wp-image-31979" title="wcoc-twitter" src="http://notagrouch.com/wp-content/uploads/2012/06/wcoc-twitter.jpg" alt="" width="600" /></a></p>
<h3>Some tweets and commentary from Wordcamp Orange County</h3>
<p>I got to attend Wordcamp Orange County, and here are some of the highlights in forms of tweets and commentary. I tried to do this earlier this rmorning but the wifi at #wcoc wasn't working.</p>
<blockquote class="curated"><p>Ross Teasley - @<a href="http://twitter.com/" target="_blank" rel="noopener">RossTeasley</a><br />
At #wcoc @notagrouch is plugged in, literally n figuratively. http://t.co/n67W0O98</p></blockquote>
<blockquote class="curated"><p>Jeremy Lehman - @<a href="http://twitter.com/" target="_blank" rel="noopener">jeremylehman</a><br />
Looks like all the cool people are in the end-user awareness session #wcoc #imnotcool</p></blockquote>
<blockquote class="curated"><p>Jason Tucker - @<a href="http://twitter.com/" target="_blank" rel="noopener">jasontucker</a><br />
Playing around with some query and some instagram libs: #WCOC Instagram wall <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> http://t.co/SFbjKONn</p>
</blockquote>
<p>Jason put together a nice streaming wall of instagram photos from #WCOC. check it out, definitely cool stuff.</p>
<blockquote class="curated"><p>alex vasquez - @<a href="http://twitter.com/" target="_blank" rel="noopener">alexjvasquez</a><br />
I like hearing people say my name. #wcoc preso @zengy</p></blockquote>
<p>Steve Zenghut from Zeek saved the day and presented on WP-Multisite and Alex became the example for the user, sites and stuff. Alex liked this. :p</p>
<blockquote class="curated"><p>Oscar Gonzalez - @<a href="http://twitter.com/" target="_blank" rel="noopener">notagrouch</a><br />
This broken wifi business is starting to suck at #wcoc</p></blockquote>
<p>The WiFi system was unavailable for a long time, just around 2:00 @thefrosty seems to have fixed it. Woot... live blogging and curation with @dashter is now live!</p>
<blockquote class="curated"><p>Kathy Burckhardt - @<a href="http://twitter.com/" target="_blank" rel="noopener">kmburck</a><br />
RT @perezbox: My WordCamp Orange County 2012 – WordPress Security Presentation http://t.co/rKq5DsUX #wcoc #wordpress #security</p></blockquote>
<p>Recap in case you missed the security session at #WCOC "End-user Awareness"</p>
<p>This post was generated by Dashter</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordcamp-orange-county-recap-wcoc-in-tweets/">Wordcamp Orange County recap. WCOC in Tweets.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WordPress book Digging into WordPress first looks</title>
		<link>https://notagrouch.com/wordpress-book-digging-into-wordpress-first-looks/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Tue, 17 Apr 2012 07:48:39 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=15538</guid>

					<description><![CDATA[<p>Going through the Digging into WordPress book which I just bought myself after completing a WordPress job. Yeay Go me! I find it well put together and easy to follow. However, this being the first post and all, I want to start off with a small note. I love WordPress, I've always thought I could...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordpress-book-digging-into-wordpress-first-looks/">WordPress book Digging into WordPress first looks</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Going through the Digging into WordPress book which I just bought myself after completing a WordPress job. Yeay Go me! I find it well put together and easy to follow. However, this being the first post and all, I want to start off with a small note. I love WordPress, I've always thought I could and should write a book about it, not so much from a programmer's perspective but from an admin perspective. In any case, I'll be honest and tell you that I was hesitant at first to buy this book. I've heard about it for over a year, touted as best wordpress book ever, how great it is, and how if you use it you'll have rainbows and unicorns coming out of your ass singing hallelujah.</p>
<p>I intend to do section reviews and tell you about stuff I learn as I go along. Hope you join me, and I hope the authors don't take it the wrong way.</p>
<p>First off... page 38. "Security through obscurity" is not an accepted security approach worth peanuts. Don't even think that you're making your site "more secure" by hiding it in a sub-folder. If your site is worth hacking, it will not be protected by hiding, but rather by maintaining proper secure defenses against possible attacks.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordpress-book-digging-into-wordpress-first-looks/">WordPress book Digging into WordPress first looks</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Media library not showing images on WordPress</title>
		<link>https://notagrouch.com/media-library-not-showing-images-on-wordpress/</link>
					<comments>https://notagrouch.com/media-library-not-showing-images-on-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate></pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=29024</guid>

					<description><![CDATA[<p>You might be one of the people that are running into certain small, albeit rather annoying issues in WordPress. For me, one of these issues came up when I tried to work in the media dashboard. I was just uploading images so I could use in my new facebook page, but after uploading each file,...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/media-library-not-showing-images-on-wordpress/">Media library not showing images on WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You might be one of the people that are running into certain small, albeit rather annoying issues in WordPress.</p>
<p>For me, one of these issues came up when I tried to work in the media dashboard. I was just uploading images so I could use in my new facebook page, but after uploading each file, the images just wouldn't show up on the dashboard.</p>
<p>They were still visible if I went to their URL, but I couldn't access them from the media gallery view, or when trying to attach an image from a post or page.</p>
<p>But... they were working... just fine, earlier.</p>
<p><a href="http://notagrouch.com/wp-content/uploads/2011/06/wordpress-media-library-missing.jpg"><img decoding="async" class="aligncenter size-full wp-image-29025" title="wordpress-media-library-missing" src="http://notagrouch.com/wp-content/uploads/2011/06/wordpress-media-library-missing.jpg" alt="" width="600" /></a></p>
<p>Turns out this is a bug with a recent update in WordPress and it may show up or may not show up for you depending on certain plugins you could be using. For me, the plugin that made this surface was WP-ecommerce.</p>
<p>It was easy to determine this because I saw a <a href="http://wordpress.org/support/topic/media-library-not-displaying-media" target="_blank" rel="noopener">thread about this problem</a> at wordpress.org, and then a thread at the getshopped.org forums indicated the problem and solution.</p>
<p>The easy way to get this fixed for now is to get the plugin called "hotfix" by <a href="http://profiles.wordpress.org/users/markjaquith/" target="_blank" rel="noopener">Mark Jacquith</a>. <a href="http://wordpress.org/extend/plugins/hotfix/" target="_blank" rel="noopener">Hotfix</a> provides quick and small updates to WordPress that haven't yet made it onto an official WordPress release.</p>
<p>Install that plugin, activate it and you should be good to go! By the way, this is my new facebook fan page: <a href="http://facebook.com/oscarstech" target="_blank" rel="noopener">http://facebook.com/oscarstech</a> and I'd love it if you checked it out, and if you like it... well, like it!</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/media-library-not-showing-images-on-wordpress/">Media library not showing images on WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/media-library-not-showing-images-on-wordpress/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>In search of the perfect Facebook plugin for WordPress</title>
		<link>https://notagrouch.com/in-search-of-the-perfect-facebook-plugin-for-wordpress/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sat, 16 Apr 2011 05:30:43 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=28676</guid>

					<description><![CDATA[<p>I'm in search of a good FaceBook plugin. There are many out there but so far, the three I've tried aren't that good. I'll save the names for now but if you have any suggestions, I'd appreciate them. </p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/in-search-of-the-perfect-facebook-plugin-for-wordpress/">In search of the perfect Facebook plugin for WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I'm in search of a good FaceBook plugin. There are many out there but so far, the three I've tried aren't that good. I'll save the names for now but if you have any suggestions, I'd appreciate them.</p>
<p>So far these are the ones I've found:</p>
<p>http://wordpress.org/extend/plugins/fblikebutton/ (out of date)<br />
<a href="http://wordpress.org/extend/plugins/facebook-like-button" target="_blank" rel="noopener">http://wordpress.org/extend/plugins/facebook-like-button</a>/</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/in-search-of-the-perfect-facebook-plugin-for-wordpress/">In search of the perfect Facebook plugin for WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Recent Updates to WordPress</title>
		<link>https://notagrouch.com/recent-updates-to-wordpress/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Mon, 28 Feb 2011 20:24:52 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=16323</guid>

					<description><![CDATA[<p>Hi Folks, don't forget to update your WordPress sites. WordPress 3.1 is out and ready to go. As usual, after a major WordPress update, you'll find tons of plugins get a new version as well.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/recent-updates-to-wordpress/">Recent Updates to WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hi Folks, don't forget to update your WordPress sites. WordPress 3.1 is out and ready to go. As usual, after a major WordPress update, you'll find tons of plugins get a new version as well.<span id="more-16323"></span></p>
<p>So far I've had to update these plugins, but I expect to have another dozen or two updated in the next couple of weeks. Keep an eye out for updates and stay on top of them to prevent issues and potential security problems down the road.</p>
<p>Always make a backup before upgrading...</p>
<p>Oh yeah and for those of you using my managed services, of course your site will be updated shortly if it hasn't already been updated.</p>
<p>These plugins got updated recently:</p>
<ul>
<li>AddToAny: Share/Bookmark/Email Button</li>
<li>Plugin Contact Form 7</li>
<li>Ozh' Admin Drop Down Menu</li>
<li>Sidebar Login</li>
<li>Simple Tags</li>
<li>TinyMCE Advanced</li>
<li>The Welcomizer</li>
<li>Yet Another Related Posts Plugin</li>
</ul>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/recent-updates-to-wordpress/">Recent Updates to WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WordPress &#8212; get_bookmarks VS wp_list_bookmarks</title>
		<link>https://notagrouch.com/bookmarks-wp-list-bookmarks/</link>
					<comments>https://notagrouch.com/bookmarks-wp-list-bookmarks/#respond</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate></pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=14769</guid>

					<description><![CDATA[<p>Recently I decided to replace a small piece of content on my about page where I listed all the links to the different profiles I have throughout the internet. Sites like Flickr, Delicious, Twitter, StumbleUpon. I got pretty tired of going into the code of the post and replacing the links whenever they changed or...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/bookmarks-wp-list-bookmarks/">WordPress &#8212; get_bookmarks VS wp_list_bookmarks</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Recently I decided to replace a small piece of content on my about page where I listed all the links to the different profiles I have throughout the internet. Sites like Flickr, Delicious, Twitter, StumbleUpon. </p>
<p>I got pretty tired of going into the code of the post and replacing the links whenever they changed or whenever I got a new site I wanted to share out. There had to be a better way, especially when using WordPress.</p>
<p>I always thought of using the links section to manage groups of links, especially for cases like this one so I decided to give it a stab.</p>
<p>What I found is that you have a few ways of getting that information out of WordPress. Namely, there are two functions that will do the job for you, depending on what you need and what you want. The only issue I had with it was that the two different and distinct functions almost seemed like the same thing. Obviously they aren't or the development community in WordPress would have done away with one.</p>
<p>The two functions are:<br />
<strong>get_bookmarks</strong> and <strong>wp_list_bookmarks</strong>. At first glance they seem like the same thing, and they take a lot of the same arguments and give you similar output, but they're not the same. I've noticed this happens a lot in the OpenSource world, where two methods or calls are very similar but differ in function at a fundamental level. Such is the case with this. And perhaps its just me in being naive and really not even a programmer, that even notices these things. I'm sure experienced programmers don't give this a second thought.</p>
<p>For the rest of us hacking away at WordPress the key here is in the description of each function.</p>
<p>The description for get_bookmarks in the Codex reads: </p>
<blockquote class=""><p>This function returns an array of bookmarks found in the Administration > Links > Edit panel.</p></blockquote>
<p>while wp_list_bookmarks' reads:</p>
<blockquote class=""><p>Displays bookmarks found in the Administration > Links panel. This Template Tag allows the user to control how the bookmarks are sorted and displayed.</p></blockquote>
<p>It is important to note that one says "... returns an array" while the other one says "Displays bookmarks." The difference here is that get_bookmarks is just going to get those bookmarks directly from the database and let you manipulate them till your heart's content, and wp_list_bookmarks goes one step further and actually creates a nice display of the bookmarks. </p>
<p>get_bookmarks requires that you format your data so it can actually be displayed on your site, you have to explicitly tell the code that you want the bookmarks in a list format, or in a paragraph, and it lets you add other code with which to manipulate the actual data before presenting it to the user. </p>
<p>wp_list_bookmarks goes one step further and if you don't change any of the defaults, its smart enough to give you the list of bookmarks you asked in a nicely formatted manner.</p>
<p>Both functions allow for basic things like sorting and using the descriptions and titles for both individual bookmarks and categories.</p>
<p>So how do you know which one to use? If you are developing a theme, creating a plugin, you might want to use get_bookmarks. And if you're just trying to get the bookmarks and list them somewhere without a lot of thrills or frills, you should just wp_list_bookmarks. </p>
<p>For my purposes in my <a href="/about">About </a>page, and in the post: Adding a Social media icon box anywhere on your blog, I use wp_list_bookmarks.</p>
<p>Other use cases I can think of go along these lines.</p>
<ul>
<li>A nicely formatted blogroll page, instead of a whimpy widget.
</li>
<li>Links to your favorite books in Amazon.
</li>
<p>A top 10 list of anything you want. (go crazy with this and power an entire WordPress site with it). All you have to do is add categories, links with descriptions, and pages for each one. Then copy/paste code and change the ID.
</ul>
<p>An alternative and more sophisiticated solution to this would be a custom post type and a custom post type form and theme logic built in, but that's a topic for another day. Thanks for reading!</p>
<p>Good luck and let me know if you have any questions I can help you with.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/bookmarks-wp-list-bookmarks/">WordPress &#8212; get_bookmarks VS wp_list_bookmarks</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/bookmarks-wp-list-bookmarks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress 3.1, closer to full custom post types in the UI.</title>
		<link>https://notagrouch.com/wordpress-31-closer-full-custom-post-types-ui/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Wed, 10 Nov 2010 16:16:55 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=15334</guid>

					<description><![CDATA[<p>WordPress 3.1 is supposed to be out soon, as usual there are many fixes coming out and I think they're mostly improvements to the UI. One of them is this new thing called Post Formats. I think it is in fact one step closer to providing users with a custom-post-types interface without having to use...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordpress-31-closer-full-custom-post-types-ui/">WordPress 3.1, closer to full custom post types in the UI.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>WordPress 3.1 is supposed to be out soon, as usual there are many fixes coming out and I think they're mostly improvements to the UI. One of them is this new thing called Post Formats. I think it is in fact one step closer to providing users with a custom-post-types interface without having to use code. I've yet to try this, but as soon as I do I'll let you know more about it. If you like the nitty gritty geeky stuff, there's more to read about this. <a href="http://codex.wordpress.org/Version_3.1" target="_blank" rel="noopener">More information on WordPress 3.1</a>.</p>
<p>Essentially post formats will let you customize a number of different looks for your posts so that you can pick the style and look for different types of content. Remember that whole "context" talk? This will help with that by providing different CSS options and styling for specific data types. Read all about <a href="http://codex.wordpress.org/Post_Formats" target="_blank" rel="noopener">Post Formats at the codex</a>. </p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/wordpress-31-closer-full-custom-post-types-ui/">WordPress 3.1, closer to full custom post types in the UI.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Adding a social media icon box anywhere on your Blog.</title>
		<link>https://notagrouch.com/adding-social-media-icon-box-blog/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sat, 06 Nov 2010 15:35:42 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=15095</guid>

					<description><![CDATA[<p>If you look in my about page, you'll see a little box of icons representing my presence online. Each icon takes you to the profile for that particular social network. I've been asked how to do this before so I'll show you how I did it. There are several ways to do it of course,...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/adding-social-media-icon-box-blog/">Adding a social media icon box anywhere on your Blog.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you look in my about page, you'll see a little box of icons representing my presence online.  Each icon takes you to the profile for that particular social network. </p>
<p>I've been asked how to do this before so I'll show you how I did it. </p>
<p>There are several ways to do it of course, and the most basic one is to manually add the icons you want. That is simple enough that you<span id="more-15095"></span> can just do it from the edit pane in a wordpress post or page. I won't cover that on this post. </p>
<h2 class="">Getting Started</h2>
<p>The cool way of doing it, and as far as I'm concerned the better way is to use the links feature that is built into WordPress. First you'll need to create a link category that will be used for this purpose only. Also, if you're good at working with themes, this would be even better if you integrated it into your theme. This post deals with using this code directly in your posts and pages.</p>
<p><img loading="lazy" decoding="async" alt="Create a new link category by going to Links -&gt; link categories" src="http://img.skitch.com/20101028-gc6sd4ih7rhyqddrcg9bumhb8.jpg" title="Link Categories in WordPress" class="alignnone" width="169" height="310" /></p>
<h2 class="">Need a unique category</h2>
<p>I created a category called: <strong>Where in the Web is Oscar Gonzalez?</strong> - I gave it a proper description and used the slug of "oscar-gonzalez" as shown below:</p>
<p><img decoding="async" alt="Oscar Gonzalez is the slug" src="http://img.skitch.com/20101028-f8cb3ygf5min2ufa79bnptfm8w.jpg" title="Category for Social Media links " class="alignnone"/></p>
<h2 class="">Then the code</h2>
<p>Then comes the tricky part, making the code to display your links where you want them. First, you'll need to get a plugin called PHP Exec. This is also not covered in this post, but if you need help with it, let me know on twitter or email and I'll give you a hand or post a tutorial on that. You can find <a href="http://wordpress.org/extend/plugins/exec-php/" target="_blank" rel="noopener">Exec-PHP at the WordPress.org repository</a>. Onto the code.</p>
<p>After you get it installed, you'll be able to use PHP code in your posts. With the handy Codex guide and some trial and error, I figured out what I wanted to do and how it would work. </p>
<p>Here's the code I used:</p>
<pre lang="php">
<?php wp_list_bookmarks('category=443&show_images=1&before=<li>&after=</li>&class=oglinkcat&show_description=0
&show_name=0&orderby=rating&order=DESC'); ?>
</pre>
<p>Which in turn displays this:</p>
<p><?php wp_list_bookmarks('category=443&show_images=1&before=

<li>&after=</li>
<p>&class=oglinkcat&show_description=0&show_name=0&orderby=rating&order=DESC'); ?></p>
<p>The way this works is as follows:</p>
<p>I'm asking WordPress, to use the <em>wp_list_bookmarks</em> <strong>command</strong> --if you will, to ask for the links under the category with ID of <em>443</em> which is the category I have for this purpose, remember <em>Where in the Web is Oscar Gonzalez</em>, yup same one. The real name for something like "wp_list_bookmarks" is a function, by the way.  You can find the ID by moving your mouse over the title of the category. There are other options and numerous combinations you can work with to determine how your list will display. The full documentation showing you the options and commands you can build with this function is located in the <a href="http://codex.wordpress.org/Function_Reference/wp_list_bookmarks" target="_blank" rel="noopener">WordPress.org Codex</a>. </p>
<p><img loading="lazy" decoding="async" alt="" src="http://img.skitch.com/20101028-8r691nqbg6yprws3bh6map6uj.jpg" title="Get the category ID WordPress" class="alignnone" width="565" height="292" /></p>
<p>After the ID, I've told the command to show the images attached by saying to the links by saying <em>show_images=1</em>; these images are attached to the links when you create them. Its really a choice you have to use or not to use an image, but because we want to be all spiffy and all, you do <strong>want</strong> to attach images to these links. In my case I am using 32px by 32px images in general.</p>
<p>Then I tell the function to give me each result wrapped in a list format by using: </p>
<pre lang="html">before=<li>&after=</li></pre>
<p>. When I want to use styles to further customize the display of the links, I use the <em>class</em> argument and in this case, the value is <em>oglinkcat</em>, Then the rest of the commands are really to help me sort out the order in which the links will be displayed and what elements will be used.</p>
<p>For example, these mean:</p>
<ul>
<li><strong>&show_description=0</strong> means Don't show the description</li>
<li><strong>&show_name=0</strong> means Don't show the name</li>
<li><strong>&orderby=rating</strong> means That the links should be sorted by using the rating feature</li>
<li><strong>&order=DESC</strong>); That the order should be in a descending manner instead of ascending. </li>
</ul>
<p>The CSS I'm using is as follows, but I won't explain it because I'm really not an expert at this and it took me some trial and error to finally get it right:</p>
<pre lang="CSS">
.oglinkcat ul li {
   padding-top: 10px;
   padding-bottom: 2px;
   padding-left: 2px;
   /* border-left: 2px solid gray; */
   list-style: none;
   display: inline;
}
</pre>
<p>So how do you use it? Each time you want to add a new link to our little nifty Social Media icon display box, you simply add a new link, following the designated fields in WordPress and assign it to the category that we're using in the code. Give it an image and set the other configuration options as  you wish. </p>
<p>If you add your icons this way, you can easily choose to show different icons in different sections of your website really easily. I choose to show this box in my About page, but I also show it as a widget on some other pages. I could show it at the bottom of each post, or anywhere else I choose and still only have to update the links from one place. That's the beauty of this approach. </p>
<p>Here's how I add a new link to my social media icon box. </p>
<p><img decoding="async" src="http://img.skitch.com/20101028-ekba3yy5hib1d6nw5f7jjm2jyw.jpg" alt="Add New Link 2039 Tech & Life insights 2014 WordPress"/></p>
<p>Make sure you give it an image, like an icon for the service you're trying to add, then click on save and your link should now start showing up inside the box. After you add and save the link, you can then refresh the page where you show the box of icons and find the new icon showing up. </p>
<p class="note">
I'll explain what the XFN options are in an upcoming post. If you want to receive an update when that comes out, please sign up for my WordPress and website tips newsletter.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/adding-social-media-icon-box-blog/">Adding a social media icon box anywhere on your Blog.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Just because you know WordPress&#8230;</title>
		<link>https://notagrouch.com/just-because-you-know-wordpress/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Mon, 13 Sep 2010 16:45:57 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=14240</guid>

					<description><![CDATA[<p>...Doesn't mean your client does too! I've been diving into the world of consulting a lot more than ever before. I have always been pretty hands on the projects I work on, usually I'm the guy installing WordPress and configuring it. Usually I'm the guy installing the Linux repositories and cloning devices. I'm the guy...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/just-because-you-know-wordpress/">Just because you know WordPress&#8230;</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>...Doesn't mean your client does too!</p>
<p>I've been diving into the world of consulting a lot more than ever before. I have always been pretty hands on the projects I work on, usually I'm the guy installing WordPress and configuring it. Usually I'm the guy installing the Linux repositories and cloning devices. I'm the guy that manages Active Directory while keeping tabs on the backup system. Lately though, I'm being called to serve in as a consultant, where I bring forth my expertise instead of my technical skills --though, these are always just within reach.</p>
<p>I've discovered something both about my own abilities and about the abilities of other people. We should never assume anything about somebody else's technical ability on a computer. This is especially true when you're working with a client instead of a peer. I recently had to help somebody who was struggling with a new wordpress sitte. They paid someone to produce a website and they did, but when they finished, they simply passed it on to the client and expected the client to know where stuff was. They didn't explain that the sidebars were hardcoded for example, so the client couldn't change the content via the widgets... They didn't even know they had widgets. The vendor dismissed the client saying that this is "basic" website stuff and quoted them some exorbitant amount for training. <span id="more-14240"></span></p>
<p>As a 10+ year veteran in the technology field, I take for granted what I know. Often I forget that most people don't install blogs, wikis, webservers and databases on a daily basis. Most people will never install one of those in their <em>lives</em>. Sometimes the challenge is much less technical and it involves something simple like posting a link on a website. As sysadmins and heavily web oriented people, we must keep in mind that most of our clients will never have the ability necessary to maintain their own stuff, or to learn to do "it all" by themselves. They have a business to run and widgets to sell, chances are they don't want to know how to post a properly crafted XFN link or other stuff like that.</p>
<p>WordPress is very easy, compared to how difficult is used to be to make a website... but remember, it is easy for <strong>you</strong>, but not necesarily so for your client. They have to learn, they are usually unsure if they should click <em>here</em> or there, does it matter if they create a new page or a new post? Do yourself a favor and your client as well, teach them how to use the tools you provide them with. Better yet, provide them better tools.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/just-because-you-know-wordpress/">Just because you know WordPress&#8230;</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Write in Word, publish with WordPress</title>
		<link>https://notagrouch.com/write-word-publish-wordpress/</link>
					<comments>https://notagrouch.com/write-word-publish-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Tue, 06 Jul 2010 16:36:47 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=13031</guid>

					<description><![CDATA[<p>Microsoft Word and WordPress As much as I discourage the use of Microsoft Word, I know its widely used as the preferred method of writing for some people. Be it for a letter, a resume, or even in some cases, a blog post. Some people use Word to write their blogposts, then copy and paste...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/write-word-publish-wordpress/">Write in Word, publish with WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 class="">Microsoft Word and WordPress</h2>
<p>As much as I discourage the use of Microsoft Word, I know its widely used as the preferred method of writing for some people. Be it for a letter, a resume, or even in some cases, a blog post. Some people use Word to write their blogposts, then copy and paste them into WordPress.</p>
<p>This isn't unusual at all, and in some cases I would even encourage it. Using an editor like Word has tremendous advantages for some people, for example:<span id="more-13031"></span></p>
<ul>
<li>Comfortable environment. You've been using Word for <em>ever</em> and you're comfortable with it.</li>
<li>Custom dictionaries and strong spell check. If you've been using Word for sometime, you might have customized your dictionaries to suit your language and even the niche in which you write. For example, a technical writer may have certain terms added to the dictionary over time and adding all of these into the browser's dictionary would be a lot of work.</li>
<li>Automatic saving and backup. You can take full advantage of your existing backup system without having to worry about your blog too much. I've had friends loose hours of writing because <em>something</em>; went wrong in their editing window in the browser.</li>
<li>Offline writing. If you're on the go a lot, you may or may not have access to the internet. Sometimes it may be safer to keep your work offline until you're ready to publish it. This way you always have the latest version in your computer. -- I use Evernote for this by the way, it lets me work online when I'm online and offline when I'm not.</li>
</ul>
<p>With all that said, if you're using WordPress, you should be aware of a cool little function that is provided to Microsoft Word users. After finishing an article or a composition, most people would simply copy and paste the writing into the WordPress post screen, publish and be done with it. But that's just for the inexperienced.</p>
<p>WordPress has a <em>paste from Word</em> function that cleans up the text and code from Word and makes it more web friendly. If you're using Word and want to publish in WordPress, you should take a look and use it, it could save you time and effort, not to mention a lot of headaches.</p>
<h2 class="">How to Use it</h2>
<p>The <em>paste from Word</em> function is only available through the Visual Editor in WordPress.</p>
<p>To access it:</p>
<p>Create a new post for WordPress<br />
<img loading="lazy" decoding="async" src="http://notagrouch.com/wp-content/uploads/2010/07/add-new-post-wordpress.png" alt="New post" title="New post" width="171" height="253" class="aligncenter size-full wp-image-13034" /></p>
<p>Make sure you're in the Visual mode. There's a tab on the upper right hand corner of the editing box, if you're on the HTML tab, click on Visual.</p>
<p>To paste from Word, use the clipboard icon with the MS Word logo on it. Its the 2nd icon to the right of the "Paragraph" type of selection:<br />
<img loading="lazy" decoding="async" src="http://notagrouch.com/wp-content/uploads/2010/07/Screen-shot-2010-07-06-at-9.03.17-AM.png" alt="Paste from Word" title="Paste from Word" width="231" height="102" class="aligncenter size-full wp-image-13036" /></p>
<p>A new window will pop up where you can paste the stuff you copied from Word. This should help you maintain your styles in Word, like <strong>bold</strong>, <em>italic</em>, and headings as well. </p>
<h2 class="">Conclusion</h2>
<p>This little handy trick should help you publish faster and more consistently when you use Microsoft Word as your editor of choice. Whatever you do, <strong>do not</strong>, go back and forth between the Visual and HTML tabs (unless you know exactly why and what you're doing). </p>
<p>If you're going to use Word to publish in your WordPress website, you should stick to one or the other while writing any one single post. WordPress tends to change a few characters when you go from Visual to HTML and you don't really want that because your posts could come out with the wrong formatting or not be visible at all.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/write-word-publish-wordpress/">Write in Word, publish with WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/write-word-publish-wordpress/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Featured Plugin: Pre-Publish Reminders</title>
		<link>https://notagrouch.com/pre-publish-reminders-featured-wordpress-plugin/</link>
					<comments>https://notagrouch.com/pre-publish-reminders-featured-wordpress-plugin/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Tue, 15 Jun 2010 21:19:48 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=4947</guid>

					<description><![CDATA[<p>There's always a list of stuff you do before you post to your blog. Whether you realize it or not, there are a number of things that must be done before you hit that Publish button on your next blog post. For example, did you... Categorize your post properly? Use proper title (h1, h2, h3,...)...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/pre-publish-reminders-featured-wordpress-plugin/">Featured Plugin: Pre-Publish Reminders</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There's always a list of stuff you do before you post to your blog. Whether you realize it or not, there are a number of things that must be done before you hit that Publish button on your next blog post.</p>
<p>For example, did you...<span id="more-4947"></span><br />
<img loading="lazy" decoding="async" src="http://notagrouch.com/wp-content/uploads/2010/06/check-list-images.jpg" alt="" title="check-list-images" width="277" height="271" class="alignright size-full wp-image-4974" /></p>
<ul>
<li>Categorize your post properly?</li>
<li>Use proper title (h1, h2, h3,...) tags?</li>
<li>Give it some tags to contextualize it?</li>
<li>Did you add your trackback links?</li>
<li>Have you optimized your slug?</li>
<li>Spell check?</li>
<li>Did you remember to give your post an image or a thumbnail?</li>
<li>Did you remember to ____________?</li>
<li>Linkify the post?</li>
</ul>
<p>The list can go on an on depending on your own workflow. But stop worrying about these things, note them down on a list so you can keep it handy as reference. Better yet, get this plugin.</p>
<h2>About Pre-Publish reminders</h2>
<p>The plugin is written by Nick Ohrn and it is highly rated. Despite its low total download numbers, it serves a very good purpose for those of you that want to make sure you cross all your t's and dot your i's.</p>
<p><figure id="attachment_4950" aria-describedby="caption-attachment-4950" style="width: 414px" class="wp-caption alignleft"><img loading="lazy" decoding="async" class="size-full wp-image-4950" title="Installing Pre-Publish Reminders" src="http://notagrouch.com/wp-content/uploads/2010/06/Screen-shot-2010-06-14-at-2.42.15-PM.png" alt="" width="414" height="223" /><figcaption id="caption-attachment-4950" class="wp-caption-text">Installing Pre-Publish Reminders is as simple as installing any other plugin. Click on install then activate.</figcaption></figure></p>
<p><a href="http://wordpress.org/extend/plugins/pre-publish-reminders/" target="_blank" rel="noopener">Pre-Publish Reminders</a> is a great little plugin that presents you with a customized list of stuff to do before you publish your post; hence the name.</p>
<h2>Quick & Easy</h2>
<p>Installation is pretty standard. Go to your plugins section, click on add new, then find the plugin and install it. Nothing special about that; you can activate it at the same time.</p>
<p>After you install it and activate it, the plugin shows up under Tools and its listed under its own name. Configuration for the plugin is pretty simple. The configuration page gives you all the options needed to start using the plugin, you can add, delete or customize reminders.</p>
<h2>Adding reminders</h2>
<p><figure id="attachment_4952" aria-describedby="caption-attachment-4952" style="width: 300px" class="wp-caption alignright"><a href="http://notagrouch.com/wp-content/uploads/2010/06/Screen-shot-2010-06-14-at-3.20.52-PM.png"><img loading="lazy" decoding="async" class="size-medium wp-image-4952" title="Adding a new reminder" src="http://notagrouch.com/wp-content/uploads/2010/06/Screen-shot-2010-06-14-at-3.20.52-PM-300x118.png" alt="" width="300" height="118" /></a><figcaption id="caption-attachment-4952" class="wp-caption-text">Adding a new reminder, you can select the color for text or background with a color picker.</figcaption></figure></p>
<p>Type in the text you want to show up as the reminder. Tip: Don't make the text there too long. You'll be seeing this text in your post edit screen when you create a new post so think about that. I prefer brevity in the text field because I put my list of reminders on the side directly above the save/edit/date panel. Notice the nice touch to where you can add a color and a color background to our reminder with a slick color picker. You can add one more level of customization to your reminder and make it <strong>Bold</strong> (strong), <em>Italicized</em> (emphasized) or <u>Underlined</u>. Click on Save then your reminder will be available from your post page. </p>
<h2 class="">Using the Reminders</h2>
<p><figure id="attachment_4960" aria-describedby="caption-attachment-4960" style="width: 300px" class="wp-caption alignleft"><img loading="lazy" decoding="async" src="http://notagrouch.com/wp-content/uploads/2010/06/Screen-shot-2010-06-14-at-4.08.24-PM.png" alt="" title="Pre-Publish Reminders" width="300" height="350" class="size-full wp-image-4960" /><figcaption id="caption-attachment-4960" class="wp-caption-text">Pre-Publish Reminders in action. Three sample reminders shown.</figcaption></figure>The plugin automatically ads any reminders you've created for yourself on the edit post page for your blogposts. Depending on how many plugins you have and your particular theme, the position of the reminders may not be obvious at first. For me, the Pre-Publish reminders panel was tucked away towards the --very long-- edit page. </p>
<p>Simplify things and actually make this plugin a useful addition to your toolset, I suggest you do the same. Drag the panel up to the top of your page and place it directly above the Publish panel as shown on the picture.</p>
<p>As you work through your post, use the reminders to keep you on track. The reminders have a nice little check-box next to them to mark them as completed allowing you to focus on your content and not <em>the stuff you need to do to publish</em>.</p>
<p>Instead of just text, I wish you could put hyperlinks as the reminders. This would come in handy for some of you; for example if you want to do some keyword analysis before you publish, you could have one of the reminders actually take you to your keyword analysis tool.</p>
<h2 class="">Deleting Reminders</h2>
<p>I almost feel silly telling you how to delete reminders because it is so simple, but here it is. To delete a reminder, just go to the options page for the plugin, select the reminder you want then click delete. </p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/pre-publish-reminders-featured-wordpress-plugin/">Featured Plugin: Pre-Publish Reminders</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/pre-publish-reminders-featured-wordpress-plugin/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Recommended Hosts for Self Hosted WordPress</title>
		<link>https://notagrouch.com/which-host-oscar-recommends/</link>
					<comments>https://notagrouch.com/which-host-oscar-recommends/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Wed, 28 Apr 2010 04:43:20 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=323</guid>

					<description><![CDATA[<p>I'm often asked: What host should I buy for my new WordPress website? I currently recommend inmotion Hosting as one of my favorite webhosting companies. And I have a cool free offer with Real Free Website, so check it out if you're interested in a new website built for free when you purchase of a...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/which-host-oscar-recommends/">Recommended Hosts for Self Hosted WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I'm often asked: <em>What host should I buy for my new WordPress website?</em></p>
<div class="infobox">I currently recommend <a href="http://inmotionhosting.com" target="_blank" rel="nofollow noopener">inmotion Hosting</a> as one of my favorite webhosting companies. And I have a cool free offer with Real Free Website, so check it out if you're interested in a <a title="Free Website with purchase of hosting account" href="http://realfreewebsite.com/" target="_blank" rel="noopener">new website built for free</a> when you purchase of a new hosting account.</div>
<p>That's a tough question, and one that many people will answer right away with <strong>their </strong>first choice for hosting. But you really should ask yourself... really, is anyone else's opinion of a host the most important thing you need before making a decision? I don't think so.</p>
<p>Many different things come into play when you begin to answer some of the questions that really matter. Below are a few hosts I recommend and the reasons why. I have personally used these services with varying degrees of success, keep in mind this is mostly for LAMP style of hosting.<span id="more-323"></span> Consider your needs, budget, ratings, reliability and support.</p>
<p><strong>Rackspace</strong>. <del datetime="2012-04-16T15:22:51+00:00">This is my number one choice currently</del>. Late in 2010 I begun working on their platform and I love it. <del datetime="2012-04-16T15:22:51+00:00">I recently moved notagrouch.com and oscarstech.com to it and I'm happy as can be.</del> I like running my websites again! In the case of Rackspace, I recommend their Cloud Servers. This requires that you know how to manage your hosting and stuff like updates and security and stuff. It's also a pricier choice but absolutely worth every penny. You have full root access and the ability to do whatever you want with your server, and if you find that you need more memory or disk space you can easily add this through their friendly control panel. They also have a strong support team that is available 24x7.</p>
<p><del datetime="2012-04-16T15:21:49+00:00"><strong>Dreamhost</strong>. Is my 2nd choice.<br />
I have to admit, I've complained about Dreamhost many times before. Sometimes in their blog, sometimes on twitter and I've even bitched them out on email. The support guys take it in stride each time. The past couple of times I had a problem, I handled it differently and approached them nicely. It all got resolved within minutes. You must be thinking <em> the fact that you contact them enough to notice these kind of things should be a sign on its own</em>. Granted once or twice a year my services will be unavailable for sometime.<br />
There's another side to that story, every host I've worked with for more than 2 years has gone down about 2 or 3 times during the year. It happens. Sometimes its a datacenter outage, sometimes its just a mistake or spike in traffic. Fortunately for us as consumers we'll be seeing less and less outages as our data gets distributed across <em>the cloud</em>. In the meantime, for the price you pay, and the services you get Dreamhost cannot be beat. You need to be a developer, or a geek like me to actually need or use their stuff. I'll have to write a review to show you all that you can do with Dreamhost. Some of it you can do it with other hosts, some of it is only available in premium plans, and some of it is just not doable in other hosts. If these terms make a twinkle in your eye, Dreamhost is for you: <strong>Perl</strong>, <strong>SSH</strong>, <strong>SVN</strong>, <em>Shell (bash,tsch, and fish can be installed)</em> <strong>*unlimited* storage, users, domains and bandwidth ((Unlimited is of course<strong>impossible</strong> but it is marketed as such. I'm just using the same terminology. I encourage you to learn what it really means when a host says they offer unlimited anything.)) </strong>, <strong>RSYNC</strong>, <strong>PHP</strong>, and there's so much more. I pay from ~14 to ~18 USD per month because I use one of their <em>private server</em> plans, but you can find deals for 3 - 7 dollars per month.</del><br />
<strong>DO NOT GET DREAMHOST. Their quality and service has declined tremendously over the past couple years. I no longer endorse them and I've removed all of their sponsorships from all of my sites. You've been warned.<br />
</strong></p>
<p><strong>Bluehost</strong> is a web hosting provider that has managed to serve 1000s of customers. Up until a couple years ago they were my choice host for new projects and for clients that needed basic hosting. They have a full service line of products and some people swear by them. I no longer use them for my own personal reasons. You ought to do your research if you really want to use them before you hand out any cash to them, refunds can be tough and watch out for auto-renewals. They make you jump through a couple of hoops to cancel your account if you want to do so. Otherwise they are stable and very reliable. Support isn't that great, a little slow for my taste, but they get the job done. They offer all the hyped and standard bells and whistles, like Dreamhost as far as the unlimited things go. However you don't have SVN for example. You'll be using SFTP/SSH after you give them your Driver's License, or you can use FTP & the ubiquitous cPanel. Highly rated always and one of WordPress' recommendations on their hosting page. --But then again, they recommend Godaddy for hosting, and I would just simply never make such a recommendation. That leads me to my next point.</p>
<p><strong>Godaddy</strong>. Don't get it, I warn you now. I sigh if you got it already, but let me know if I can help you get out of trouble. In the other hand I will probably not help you if you <em>went against</em> my advice not to get it and you still did. Especially Windows based hosting. IMO, it is useless, cumbersome and poorly implemented. Godaddy does domains better than any other registrar I've tried, I currently host all my domains with them.</p>
<p>I must say that I don't recommend shared hosting from Godaddy. DO NOT get it... If we talk about dedicated server hosting, they are pretty good. I used them for a heavily trafficked server for about a year (250k pagevies/month is a lot for me.) And never had a problem I didn't cause myself. The only problems I ever encountered with their dedicated hosting service there were caused by me running the wrong command, or updating the wrong RPM. I had a Dedicated Fedora server. BTW, you'll never learn as much about hosting as when you host your own server completely. But for 99% of the websites out there, you don't need a dedicated server (plus they're about 100/month)</p>
<p><strong>JustHost</strong>. Has a large fan base, I admin 2 WordPress blogs hosted on JustHost and it has been a pleasure working with them. Haven't had any downtime since I started working with them. I would recommend it if its within the budget. I have not done a full through review and have not used for personal projects or clients. I've always had clients come to me with hosting already on JustHost. I think they charge extra for SSH access if I remember correctly and I thought that was the only downside and kind of a tacky thing to do IMO.</p>
<p><strong><a href="https://notagrouch.com/liquidweb" title="Liquid Web" class="pretty-link-keyword"rel="nofollow " target="_blank">Liquidweb</a></strong>. By far the best host I've worked with for standard LAMP type of websites, with the basics like PHP, MySQL, Apache and the usual suspects. (Joomla, WordPress, Wikis). They truly have support heroes there. I moved a client from a crappy ancient host named XO, and there were some issues with DNS and MX records during the transfer. The <a href="https://notagrouch.com/liquidweb" title="Liquid Web" class="pretty-link-keyword"rel="nofollow " target="_blank">Liquidweb</a> guys responded super quick to all my emails, I chatted with some of them and even called in a couple of times. Each time I interacted with them, they knew exactly what to do, where the problem might have been and what to tell the other host. If you can afford slightly higher than the cheap hosting online, these guys are for you.</p>
<p><strong>Hostgator</strong>. I find it to be highly rated by everyone. I got a chance to work on a couple of sites recently and I find their service up to par, fast and always reliable. <del datetime="2012-04-20T01:03:29+00:00">The DNS instructions were a little bit fuzzy, on your control panel you have your DNS servers shown there but in some other locations it says to use more generic name servers. With this uncertainty of what the right settings should have been, and a super slow time to update records, it made a site move take about 10 hours longer than it should have. I don't think its Hostgators' fault, but I never have to wait longer than 20 - 30 minutes for DNS to update. Maybe its the network that Hostgator is being hosted from, or I was simply on a busy host with a busy name server.</del><br />
<strong><em>Update Jan 2012</em>. This is my host of choice at the moment and I think I'm going to be with them for a while.</strong> I've moved about 80% of my customers to it. I've been blown away by their level of support, it compares to liquidwebs and they are simply awesome. I've even got a discount for you if you want to use them. When you go to hostgator to buy your hosting, use coupon code Oscarstech25 and it will get you 25% off the sticker price.<br />
Also, since I last wrote this post, they've fixed what I thought were a couple of DNS issues and the setup is now dead simple (as it should be) and extremely reliable.</p>
<p><strong>InMotion Hosting</strong>. I learned about them at WordCamp LA 2009. I actually won a year of free hosting with their business class hosting plan. I'm using it for the development of the muychingon.com site that went down earlier this year for a facelift. So far they are fast, reliable and quick to work with. I think certain things are a little bit rough around the edges, but in general things work as they should and support is outstanding. Good as any other good host. They seem to have a lot of awards and stuff and they've been around for a while. I don't think they're going away anytime soon.</p>
<p><strong>Do your shopping around</strong>. Take your time, if you're itching to get your content up and make it available to the world right away, why don't you setup a free account at WordPress.com, then you can take a little bit of time to really research your hosting options. Most of the prices you see advertised with super low rates like $3.99/month or something like that require you to pay two years in advance. You want to make sure you've made a good decision when you agree to a two year contract. Also, I recommend Dreamhost again in this regard, because you've got nothing to loose. They give you a 97 day return policy. That's 3 full months of time to completely take their service for a ride. Okay, enough about hosting and dreamhost... but I'm just sayin.</p>
<p class="alert">My previous article shows some of the questions I ask when checking out a new host or evaluating a current one. </p>
      <div class="prli-link-to-disclosures">
        <a href="https://notagrouch.com/sponsor-affiliate-disclosure/">Affiliate Link Disclosures</a>
      </div>
      <p>The post <a rel="nofollow" href="https://notagrouch.com/which-host-oscar-recommends/">Recommended Hosts for Self Hosted WordPress</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/which-host-oscar-recommends/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to evaluate a WebHost</title>
		<link>https://notagrouch.com/evaluate-webhost/</link>
					<comments>https://notagrouch.com/evaluate-webhost/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sat, 24 Apr 2010 15:31:56 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=781</guid>

					<description><![CDATA[<p>When you want to setup a website, or an online store, or even your own social network, you will most likely need a webhost. These are some questions I run through when evaluating a webhost. This is very much a work in progress, and you're looking at version .01 of this. Your feedback is appreciated...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/evaluate-webhost/">How to evaluate a WebHost</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you want to setup a website, or an online store, or even <strong>your own </strong> social network, you will most likely need a <strong>webhost</strong>. These are some questions I run through when evaluating a <strong>webhost</strong>. </p>
<p><span id="more-781"></span></p>
<p class="alert">This is very much a work in progress, and you're looking at version .01 of this. Your feedback is appreciated in the comments and come back soon. The corners will be nicely polished and you'll be confident when you buy your next hosting package. Questions in the meantime? send me a tweet <a href="http://twitter.com/notagrouch" target="_blank" rel="noopener">@notagrouch</a></p>
<h2>For Any kind of Hosting</h2>
<ul>
<li>On a shared plan, do you get SSH access?</li>
<li>On a virtual server plan, do you get root to your own vm?</li>
<li>Do you get regular shell user access?</li>
<li>SFTP access but no shell access?</li>
<li>Can you create additional users to manage your account?</li>
<li>What operating system do they use for their hosting services?</li>
<li>Do they offer upgrades in case you need to expand quickly? ((Do you need to move your stuff to a new system if you upgrade or can they upgrade you in place))</li>
<li>Do they offer 24x7 phone customer support? If not included with my hosting package, can I pay for it?</li>
<li>Can you schedule scripts and commands? This is usually called "cron" </li>
<li>Can you create "unlimited" databases?</li>
<li>Can you host "Unlimited" domains?</li>
<li>Can I send e-mail out from my host? ((especially important for CMS and Forums))</li>
<li>How many users on my server?</li>
<li>Do I have processor & memory guaranteed?</li>
<li>What is the upload/download speeds, practically.</li>
<li>Do they use cPanel? usermin? custom? no control panel?</li>
<li>Do they provide you with installation scripts for the software you want?</li>
<li>Can you have long running processes?</li>
<li>Do they have a trial period? ((Some hosts give you 30, 90 days to evaluate and give your money back if you change your mind))</li>
</ul>
<h2>For High Availability Hosting (need to list more)</h2>
<ul>
<li>Where is my data? </li>
<li>Is it distributed in multiple geographical locations? in the same data center?</li>
<li>What type of internet connection does your datacenter have?</li>
<li>Review SLAs & service features. </li>
<li>How long before my site is up  in case of hardware failure?</li>
<li>What monitoring system watches over your hosts?</li>
<li>What is your downtime to alert policy? ((This is how long before you alert me that my server/site is down))</li>
<li>How long before I'm back up after a hardware/datacenter/process failure? ((This should be like 4, 8, 24 hours. How long do they have after your stuff goes down to bring it back online))</li>
</ul>
<h2>For Special Application hosting (more needed)</h2>
<ul>
<li>What version of the software do you run? (PHP, Ruby, Java, Python)</li>
<li>Can I run multiple versions of it in parallel?</li>
<li>Can I run my own version?</li>
<li>Do you have SVN?</li>
<li>Can I setup my own?</li>
</ul>
<p>A good place to check on the quality of a webhost is to visit their support forums. If the forums don't exist, for once, run away. Then, sign up to the forums, most of the time you can sign up before you are a customer. If the forums allow you to browse without signing up, then just browse around. Look for the recent dates, make sure the forum shows recent activty. Check the questions and responses, are people helpful? Are they understanding of your needs? That's a good way to see if the service will be good. </p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/evaluate-webhost/">How to evaluate a WebHost</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/evaluate-webhost/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Tiny WordPress improvement.</title>
		<link>https://notagrouch.com/tiny-wordpress-improvement/</link>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Thu, 15 Apr 2010 17:22:03 +0000</pubDate>
				<category><![CDATA[Opinion and Editorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=2032</guid>

					<description><![CDATA[<p>If a piece of software knows there's a problem its great when it alerts you of this problem. Even better than just an alert, is a follow up action to correct the problem. WordPress has this type of mechanics, ((for lack of a better word)) for some things, for example, the Auto save feature. If...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/tiny-wordpress-improvement/">Tiny WordPress improvement.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If a piece of software knows there's a problem its great when it alerts you of this problem. Even better than just an alert, is a follow up action to correct the problem.</p>
<p>WordPress has this type of  <em>mechanics</em>, ((for lack of a better word)) for some things, for example, the Auto save feature.</p>
<p>If you open up a draft of a post, you <em>might</em> get a warning like this one:</p>
<p><img loading="lazy" decoding="async" src="http://notagrouch.com/wp-content/uploads/2010/04/Screen-shot-2010-04-15-at-10.07.42-AM.png" alt="" title="Autosave is more recent" width="609" height="100" class="alignnone size-full wp-image-2037" /></p>
<p>But then when you actually go to the linkprovided and try to compare the versions to make sure you're working on the right one WordPress might tell you this:</p>
<p><img loading="lazy" decoding="async" src="http://notagrouch.com/wp-content/uploads/2010/04/Screen-shot-2010-04-15-at-10.08.23-AM.png" alt="" title="Revisions are identical" width="269" height="87" class="alignnone size-full wp-image-2035" /></p>
<p><strong>Why?</strong></p>
<p>If WordPress <em>knows</em> or can know that the revisions are identical, why take me through all the clicks and follow-up with this? Seems like a costly operation and a waste of time for me as a user. </p>
<p>A better approach would be to present me with a warning that says that there is another revision that was autosaved, but the current one and the <strong>autosaved are identical</strong>. This would just be an alert that can be dismissed. Some built in support could come along with the alert, like a warning to the user to check other tabs or windows they might have open that are causing the auto-save to trigger and prevent mangling your working document. But there shouldn't be anything for <strong>WordPress</strong> to do. </p>
<p>There is no need to take me through a bunch of clicks and page loads just to see that there's nothing for me to actually do.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/tiny-wordpress-improvement/">Tiny WordPress improvement.</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Favorite WordPress Plugins List</title>
		<link>https://notagrouch.com/favorite-plugins-list/</link>
					<comments>https://notagrouch.com/favorite-plugins-list/#comments</comments>
		
		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Sat, 16 Jan 2010 06:05:52 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<guid isPermaLink="false">http://notagrouch.com/?p=1324</guid>

					<description><![CDATA[<p>When I install WordPress for you, you get a bunch of pre-installed plugins. You also get to pick additional ones from the list below; these also happen to be some of my favorite plugins. Optional plugins: Adsense-Deluxe All in One SEO Pack Articles Category Posts Widget Contact Form 7 ((With one basic contact form installed.))...</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/favorite-plugins-list/">Favorite WordPress Plugins List</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When I install WordPress for you, you get a bunch of pre-installed plugins. You also get to pick additional ones from the list below; these also happen to be some of my favorite plugins.</p>
<h2>Optional plugins:</h2>
<p><del datetime="2010-01-16T20:08:31+00:00">Adsense-Deluxe</del><br />
<a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank" rel="noopener">All in One SEO Pack</a><br />
<strong><a href="http://alexking.org/projects/wordpress" target="_blank" rel="noopener">Articles</a></strong><br />
<a href="http://wordpress.org/extend/plugins/category-posts/" target="_blank" rel="noopener">Category Posts Widget</a><br />
<strong><a href="http://contactform7.com/" target="_blank" rel="noopener">Contact Form 7</a></strong> ((With one basic contact form installed.))<br />
<strong><a href="http://wordpress.org/extend/plugins/display-widgets/" target="_blank" rel="noopener">Display Widgets</a></strong><br />
<a href="http://aralbalkan.com/1016" target="_blank" rel="noopener">Inline Posts</a><br />
<strong><a href="http://www.enthropia.com/labs/wp-lifestream/" target="_blank" rel="noopener">Lifestream</a></strong><br />
<strong><a href="http://alexrabe.de/wordpress-plugins/nextgen-gallery/" target="_blank" rel="noopener">NextGEN Gallery</a></strong><br />
<a href="http://wordpress.org/extend/plugins/openid/" target="_blank" rel="noopener">OpenID</a><br />
<strong><a href="http://planetozh.com/blog/my-projects/wordpress-plugin-who-sees-ads-control-adsense-display/" target="_blank" rel="noopener">Ozh' Who Sees Ad</a></strong><br />
<a href="http://txfx.net/wordpress-plugins/page-links-to/" target="_blank" rel="noopener">Page Links To</a><br />
<a href="http://www.photodropper.com/" target="_blank" rel="noopener">Photo Dropper</a><br />
<a href="http://alexking.org/projects/wordpress" target="_blank" rel="noopener">Popularity Contest</a><br />
<a href="http://yoast.com/wordpress/rss-footer/" target="_blank" rel="noopener">RSS Footer</a><br />
<strong>Redirection</strong><br />
<a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links" target="_blank" rel="noopener">SEO Smart Links</a><br />
<a href="http://sexybookmarks.net/" target="_blank" rel="noopener">SexyBookmarks</a><br />
Statpress Reloaded<br />
<strong><a href="http://txfx.net/wordpress-plugins/subscribe-to-comments/" target="_blank" rel="noopener">Subscribe to comments</a></strong><br />
<a href="http://wordpress.org/extend/plugins/subscribe-remind/" target="_blank" rel="noopener">Subscribe-Remind</a><br />
TweetSuite<br />
<a href="http://alexking.org/projects/wordpress" target="_blank" rel="noopener">Twitter Tools</a><br />
<a href="http://alexking.org/projects/wordpress" target="_blank" rel="noopener">WP Since Last Visit</a><br />
<a href="http://lesterchan.net/wordpress/readme/wp-polls.html" target="_blank" rel="noopener">WP-Polls</a> ((Installation only))<br />
<strong><a href="http://lesterchan.net/wordpress/readme/wp-postratings.html" target="_blank" rel="noopener">WP-PostRatings</a></strong> ((Installation only))<br />
WP-SpamFree Anti-Spam<br />
<a href="http://wordpress.org/extend/plugins/wp-syntax/" target="_blank" rel="noopener">WP-Syntax</a><br />
<a href="http://wordpress.org/extend/plugins/download-monitor/" target="_blank" rel="noopener">WordPress Download Monitor</a><br />
cForms II ((Installation only))</p>
<h2>Included:</h2>
<p><a href="http://akismet.com/download/" target="_blank" rel="noopener">Akismet</a><br />
<a href="http://yoast.com/wordpress/google-analytics/" target="_blank" rel="noopener">Google Analytics for WordPress</a><br />
<a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank" rel="noopener">Google XML Sitemaps</a><br />
<a href="http://sw-guide.de/wordpress/plugins/maintenance-mode/" target="_blank" rel="noopener">Maintenance Mode</a><br />
<a href="http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/" target="_blank" rel="noopener">Ozh' Admin Drop Down Menu</a><br />
<a href="http://ideasilo.wordpress.com/2009/03/14/really-simple-captcha/" target="_blank" rel="noopener">Really Simple CAPTCHA</a> ((Included when you use Contact Form 7))<br />
<a href="http://lesterchan.net/portfolio/programming/php/#wp-dbmanager" target="_blank" rel="noopener">WP-DBManager</a><br />
WordPress.com</p>
<h2>Additional Options</h2>
<p>There are some plugins that require extra configuration. The plugins listed below can be installed for an additional fee.<br />
wp-e-commerce ((Please note: This plugin is free, but desirable addons may be purchased directly from Instinct))<br />
Featured Content Gallery<br />
FeedWordPress</p>
<h2>More Plugins</h2>
<p>If you would like to add a plugin to the list, please speak up in the comments. I'll probably add it to the next revision of this list, or you can <a href="/contact">do it in private</a>.</p>
<p>The post <a rel="nofollow" href="https://notagrouch.com/favorite-plugins-list/">Favorite WordPress Plugins List</a> appeared first on <a rel="nofollow" href="https://notagrouch.com">Digital Marketing Through Content &amp; Influence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://notagrouch.com/favorite-plugins-list/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>
