<?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 - Technical Blogging</title>
	<atom:link href="https://technicalblogging.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://technicalblogging.com/category/wordpress/</link>
	<description>Amplify your influence by sharing your knowledge</description>
	<lastBuildDate>Tue, 05 Jul 2016 08:48:46 +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>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://technicalblogging.com/category/wordpress/feed/"/>
<site xmlns="com-wordpress:feed-additions:1">30282829</site>	<item>
		<title>Embedding Code and Formulas in Your WordPress Posts</title>
		<link>https://technicalblogging.com/embedding-code-and-formulas-in-wordpress/</link>
					<comments>https://technicalblogging.com/embedding-code-and-formulas-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Tue, 05 Jul 2016 12:30:15 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code highlighting]]></category>
		<category><![CDATA[embedding code]]></category>
		<category><![CDATA[embedding formulas]]></category>
		<category><![CDATA[embedding math]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[syntax highlighting]]></category>
		<guid isPermaLink="false">https://technicalblogging.com/?p=518</guid>

					<description><![CDATA[<p>Recently I wrote a post for my programming blog that included both mathematical formulas and actual code. It got me thinking about the fact that most&#160;of my readers here might need to do the same. Those of you who use WordPress will probably know that there are countless plugins to achieve just that. That in [&#8230;]</p>
<p>The post <a href="https://technicalblogging.com/embedding-code-and-formulas-in-wordpress/">Embedding Code and Formulas in Your WordPress Posts</a> appeared first on <a href="https://technicalblogging.com">Technical Blogging</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Recently I wrote a post for my programming blog that included both mathematical formulas and actual code. It got me thinking about the fact that most&nbsp;of my readers here might need to do the same.</p>
<p>Those of you who use WordPress will probably know that there are countless plugins to achieve just that. That in and of itself is a problem, however. Which plugins do you choose?</p>
<p>For mathematics, you can visit:</p>
<p><code>/wp-admin/admin.php?page=jetpack_modules</code></p>
<p>and activate <strong>Beautiful Math</strong> in <strong>JetPack</strong> from there. You’ll need JetPack, of course, but I recommend you install it regardless of this feature, as it houses many useful features.</p>
<p>At that point, you’ll be able to embed mathematical formulas by specifying <img decoding="async" src="https://s0.wp.com/latex.php?latex=%5CLaTeX&#038;bg=ffffff&#038;fg=000&#038;s=0&#038;c=20201002" alt="&#92;LaTeX" class="latex" /> code between [ latex ]x<sup>n</sup> + y<sup>n</sup> = z<sup>n</sup>[ /latex ] tags (without the surrounding spaces of course).</p>
<p>For code syntax highlighting, I like to use the plugin <strong><a href="https://wordpress.org/plugins/crayon-syntax-highlighter/">Crayon Syntax Highlighter</a></strong>.</p>
<div style="text-align: center"><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="aligncenter wp-image-529 size-medium" src="https://i0.wp.com/technicalblogging.com/wp-content/uploads/2016/07/add-code-1.png?resize=550%2C462&#038;ssl=1" alt="Embedding code in WordPress with Crayon" width="550" height="462" srcset="https://i0.wp.com/technicalblogging.com/wp-content/uploads/2016/07/add-code-1.png?resize=550%2C462&amp;ssl=1 550w, https://i0.wp.com/technicalblogging.com/wp-content/uploads/2016/07/add-code-1.png?resize=768%2C645&amp;ssl=1 768w, https://i0.wp.com/technicalblogging.com/wp-content/uploads/2016/07/add-code-1.png?w=770&amp;ssl=1 770w" sizes="(max-width: 550px) 100vw, 550px" /></div>
<p>You can see what its output looks like in <a href="https://programmingzen.com/2016/07/03/in-praise-of-function-pre-and-postconditions/">the post</a> I mentioned above.</p>
<p>I realize not everyone uses WordPress, but I thought I’d share a quick and handy tip here today for those who do.</p>
<p>The post <a href="https://technicalblogging.com/embedding-code-and-formulas-in-wordpress/">Embedding Code and Formulas in Your WordPress Posts</a> appeared first on <a href="https://technicalblogging.com">Technical Blogging</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://technicalblogging.com/embedding-code-and-formulas-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">518</post-id>	</item>
		<item>
		<title>Getting Rid of Random Characters Appended to the URLs of Your WordPress Posts</title>
		<link>https://technicalblogging.com/getting-rid-of-random-characters-appended-to-the-urls-of-your-wordpress-posts/</link>
					<comments>https://technicalblogging.com/getting-rid-of-random-characters-appended-to-the-urls-of-your-wordpress-posts/#comments</comments>
		
		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Mon, 19 Dec 2011 17:44:45 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[add this]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[slug]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp super cache]]></category>
		<guid isPermaLink="false">https://technicalblogging.com/?p=236</guid>

					<description><![CDATA[<p>Earlier today I noticed that among the WordPress blogs I run, Technical Blogging was the only one that generated a random string of characters appended to the permalinks of my posts. It looked something like this: https://technicalblogging.com/a-new-blog-a-new-adventure/#.Tu9uCXN5vmM My first assumption was that this was some sort of hash used by the WP Super Cache plugin, [&#8230;]</p>
<p>The post <a href="https://technicalblogging.com/getting-rid-of-random-characters-appended-to-the-urls-of-your-wordpress-posts/">Getting Rid of Random Characters Appended to the URLs of Your WordPress Posts</a> appeared first on <a href="https://technicalblogging.com">Technical Blogging</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Earlier today I noticed that among the WordPress blogs I run, <a title="Technical Blogging" href="https://technicalblogging.com">Technical Blogging</a> was the only one that generated a random string of characters appended to the permalinks of my posts. It looked something like this:</p>
<p><code>https://technicalblogging.com/a-new-blog-a-new-adventure/<strong>#.Tu9uCXN5vmM</strong></code></p>
<p>My first assumption was that this was some sort of hash used by the WP Super Cache plugin, but even disabling that didn&#8217;t get rid of the issue. After investigating the code a bit, I was able to track the issue to a <code>window.location.hash</code> call in a JavaScript file that’s used by the Add This plugin.</p>
<p>Comparing the Add This settings of my various blogs, it immediately became clear that this annoyance was caused by having <em>Track address bar shares</em> checked. Unchecking that option got rid of the extra #. hash string.</p>
<p>Here are the full Add This settings I now use for this blog:</p>
<p><img data-recalc-dims="1" decoding="async" class="aligncenter size-full wp-image-239" title="Add This settings" src="https://i0.wp.com/technicalblogging.com/wp-content/uploads/2011/12/add-this-settings.png?resize=425%2C451&#038;ssl=1" alt="Add This settings" width="425" height="451" /></p>
<p>This enables Facebook, Twitter, Google+ counters within posts and pages, but not on the homepage or on other archives/categories.</p>
<p>Should you be experiencing this same problem, unchecking that particular setting, as you can see here, is all you need to do to remedy the issue.</p>
<p>The post <a href="https://technicalblogging.com/getting-rid-of-random-characters-appended-to-the-urls-of-your-wordpress-posts/">Getting Rid of Random Characters Appended to the URLs of Your WordPress Posts</a> appeared first on <a href="https://technicalblogging.com">Technical Blogging</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://technicalblogging.com/getting-rid-of-random-characters-appended-to-the-urls-of-your-wordpress-posts/feed/</wfw:commentRss>
			<slash:comments>24</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">236</post-id>	</item>
	</channel>
</rss>
