<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Archives - Sky&#039;s Blog</title>
	<atom:link href="https://blog.red7.com/category/technology-and-geeky-stuff/wordpress-technology-and-geeky-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.red7.com/category/technology-and-geeky-stuff/wordpress-technology-and-geeky-stuff/</link>
	<description>Communicating in a networked world</description>
	<lastBuildDate>Thu, 04 Dec 2014 23:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.red7.com/wp-content/uploads/2018/01/skyhi-wind-icon-256x256-120x120.png</url>
	<title>WordPress Archives - Sky&#039;s Blog</title>
	<link>https://blog.red7.com/category/technology-and-geeky-stuff/wordpress-technology-and-geeky-stuff/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Your photo in google search results &#8211; WordPress theme problems with “Updated” meta</title>
		<link>https://blog.red7.com/author-photo-in-google-search-results/</link>
					<comments>https://blog.red7.com/author-photo-in-google-search-results/#respond</comments>
		
		<dc:creator><![CDATA[sky]]></dc:creator>
		<pubDate>Tue, 21 Jan 2014 00:05:10 +0000</pubDate>
				<category><![CDATA[Technology and geeky stuff]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://blog.red7.com/?p=3656</guid>

					<description><![CDATA[<p>I just finished setting up two clients so their photos and other author information could come up on Google search results. Although it’s a moderately complex process with a lot of picky steps, it only took about an hour each time. Google has pretty good information posted online, and mostly it’s up to date. The [&#8230;]</p>
<p>The post <a href="https://blog.red7.com/author-photo-in-google-search-results/">Your photo in google search results &#8211; WordPress theme problems with “Updated” meta</a> appeared first on <a href="https://blog.red7.com">Sky&#039;s Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="alignleft size-full wp-image-3658" style="margin: 10px; border: 1px solid black;" src="/wp-content/uploads/2014/01/author-search-results-framed.png" alt="author-search-results-framed" width="175" height="125" />I just finished setting up two clients so their photos and other <em>author</em> information could come up on Google search results.</p>
<p>Although it’s a moderately complex process with a lot of picky steps, it only took about an hour each time. Google has pretty good information posted online, and mostly it’s up to date. <a title="Author information in search results" href="https://support.google.com/webmasters/answer/1408986?expand=option2">The best place to start learning on Google is here</a>.</p>
<p><em>First, a short rant. Google is pretty much demanding that we stay on top of their quirks and developments in making search better. If you as a blog author do not keep up, your position in search can plummet. They are using the threat of decreased search visibility to get more and more people doing more and more work in order to provide information so Google can better locate their sites. And all of this makes Google money. They’re not necessarily doing it to make you rich.</em><span id="more-3656"></span></p>
<ul>
<li>Start by making sure you have a Google Plus account fully set up. This might take you an hour if you don’t already have one.</li>
<li>Link your G+ account to your blog and your blog back to G+. (Note the little &#8220;Google+&#8221; in my sidebar, which is how I proved to Google that this blog is connected to my G+ account.)</li>
<li><em>Many WordPress themes do not populate posts/articles with an “updated” meta notation. This can be a problem and it’s what I’ll really deal with now.</em></li>
</ul>
<p>I used two methods to solve the “updated” issue.</p>
<p>WPEngine: If you are on <strong>WPEngine</strong>, you can go to your WPE control panel (topmost icon in the admin sidebar) and the <strong>General Settings</strong> and find the panel for HTML Post-Processing. What this panel does is allow you to perform search-and-replace on the HTML of your articles before they are sent out to a browser. If your theme is not including any “updated” meta information, you can just plug your “published” information so it doubles as “updated.” Use this replacement rule:</p>
<blockquote>
<p>#class=&#8221;date published# =&gt; class=&#8221;date published updated</p>
</blockquote>
<p>The other way to do this is to add a function to your functions.php file within your theme. Just add the code at the bottom of your own functions file. The PHP function (see below) will find the “date published” meta information and will add “updated” to it. This performs essentially the same function as the WPE method shown above, but works on any WP blog. (Your blog may not insert a “published” marker, in which case this won’t work&#8230;you may have to tailor it to find the particular class your theme is wrapping around the publication date.)</p>
<blockquote>
<p>function add_my_updated($s) {<br /> $s = str_replace(&#8216;class=&#8221;date published&#8217;, &#8216;class=&#8221;date published updated&#8217;, $s);<br /> return $s;<br /> }<br /> add_filter(&#8216;the_content&#8217;, &#8216;add_my_updated&#8217;);</p>
</blockquote>
<p>(I revised this article to determine why Facebook wasn&#8217;t letting me publish&#8230;)</p>
<p>The post <a href="https://blog.red7.com/author-photo-in-google-search-results/">Your photo in google search results &#8211; WordPress theme problems with “Updated” meta</a> appeared first on <a href="https://blog.red7.com">Sky&#039;s Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.red7.com/author-photo-in-google-search-results/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3656</post-id>	</item>
		<item>
		<title>Nginx may not improve your performance compared to Apache</title>
		<link>https://blog.red7.com/when-nginx-doesnt-help/</link>
					<comments>https://blog.red7.com/when-nginx-doesnt-help/#respond</comments>
		
		<dc:creator><![CDATA[sky]]></dc:creator>
		<pubDate>Sat, 04 Aug 2012 18:11:27 +0000</pubDate>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Software and online tools]]></category>
		<category><![CDATA[Technology and geeky stuff]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://blog.red7.com/?p=3510</guid>

					<description><![CDATA[<p>The predominant “web server software” used for WordPress sites are Apache and nginx. [1. tech discussion: Apache launches a new thread (a “program”) in server memory for every incoming page and object requested by your site visitors. This can rapidly clog the server’s memory as the number of requests per second increases. nginx initially launches [&#8230;]</p>
<p>The post <a href="https://blog.red7.com/when-nginx-doesnt-help/">Nginx may not improve your performance compared to Apache</a> appeared first on <a href="https://blog.red7.com">Sky&#039;s Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" style="margin-right: 14px; margin-top: 2px; margin-bottom: 2px; float: left;" src="/wp-content/uploads/2012/08/20120804-150517.jpg" alt="20120804-150517.jpg" width="96" height="145" />The predominant “web server software” used for WordPress sites are <a title="Apache Foundation" href="http://apache.org/" target="_blank">Apache</a> and <a title="“nginx” web server software" href="http://nginx.com/" target="_blank">nginx</a>. [1. tech discussion: Apache launches a new thread (a “program”) in server memory for every incoming page and object requested by your site visitors. This can rapidly clog the server’s memory as the number of requests per second increases. nginx initially launches a number of threads and then dispatches page/object requests to them for service—properly configured it doesn’t bloat up and fill memory.] Generally on smaller servers nginx will be more efficient because it doesn’t gobble memory like Apache does. The question of which web server software to use hinges primarily on the CPU power and memory resources that are required on the <span style="text-decoration: underline;">server side</span> to make your site run properly.<span id="more-3510"></span></p>
<p>If your web site requires a lot of CPU time to generate pages, then nginx may not hold any advantage for you. [2. I define “A lot” as more than a second.]. You can test to see what your page-generation time is using <a title="WebPageTest speed testing" href="http://webpagetest.org/" target="_blank">webpagetest.org</a> — and what you want to look at is the bar that shows how much time elapsed between the browser’s request and the delivery of the first byte of the page. The time it takes to serve that first HTML file is pretty much composed of CPU and MySQL (database) time. If the time between the HTTP request for the page and the first byte served is long (a couple of seconds) then your site is probably too CPU-intensive and nginx may not help you out very much.</p>
<p>That said, more and more people are moving toward specialized WP-hosting, where they don’t have to worry about what web server is used at all. And within a few years this may be a moot point, as nobody may be self-hosting their own WP any more!</p>
<div style="width: 100%; border-top: thin; border-top-width: 1px; border-top-style: solid; border-top-color: white; margin-top: 5px; margin-bottom: 5px;"> </div>
<p>Footnotes:</p>
<p>The post <a href="https://blog.red7.com/when-nginx-doesnt-help/">Nginx may not improve your performance compared to Apache</a> appeared first on <a href="https://blog.red7.com">Sky&#039;s Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.red7.com/when-nginx-doesnt-help/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3510</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: blog.red7.com @ 2026-05-12 22:37:59 by W3 Total Cache
-->