{"id":6575,"date":"2018-03-13T22:35:12","date_gmt":"2018-03-14T02:35:12","guid":{"rendered":"https:\/\/wayneaenglish.com\/blog\/?p=83"},"modified":"2018-03-13T22:35:12","modified_gmt":"2018-03-14T02:35:12","slug":"wordpress-hacks-for-your-content-and-more","status":"publish","type":"post","link":"https:\/\/wayneaenglish.com\/WordPress\/blogging\/wordpress-hacks-for-your-content-and-more\/","title":{"rendered":"Eight WordPress Hacks"},"content":{"rendered":"<h1 style=\"text-indent: 0px;\"><span style=\"float: left; color: firebrick; font-size: 55px; line-height: 45px; padding-top: 2px; padding-right: 3px; font-family: times; text-shadow: grey 4px 4px 10px;\">E<\/span>ight WordPress Hacks<\/h1>\n<h3><\/h3>\n<h3><\/h3>\n<h3><\/h3>\n<h3><\/h3>\n<table border=\"0\" width=\"100%\" align=\"center\">\n<tbody>\n<tr>\n<td>\n<hr \/>\n<ol>\n<li>\n<h3><a href=\"#dropped\">Dropped Capital Letter<\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#copyright\">Keep Your Copyright Date Showing The Current Year<\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#email\">Unspammable Email Code<\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#telephone\">Clickable Telephone Number<\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#shadowtext\">Text With Shadow<\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#shadowtextbackground\">Text With Shadow on Colored Background With Rounded Corners Border <\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#dropdownselection\">Table With Drop down Selection<\/a><\/h3>\n<\/li>\n<li>\n<h3><a href=\"#video\">Embed a YouTube Video On Your Website or Blog<\/a><\/h3>\n<\/li>\n<\/ol>\n<hr \/>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3><a name=\"video\"><\/a><\/h3>\n<h3>Embed a YouTube Video On You&#8217;re Website or Blog<\/h3>\n<ol>\n<li>\n<h3>Open the video you want to embed<\/h3>\n<\/li>\n<li>\n<h3>Under the video you wll see <b>Share<\/b> click it<\/h3>\n<\/li>\n<li>\n<h3>Click Embed<\/h3>\n<\/li>\n<li>\n<h3>Copy all the code you see to the clipboard<\/h3>\n<\/li>\n<li>\n<h3>Paste it where you want the video to appear in your website of blog<\/h3>\n<\/li>\n<li>\n<h3>That&#8217;s it &#8211; you&#8217;re all done<\/h3>\n<\/li>\n<li>\n<h3>Save the data<\/h3>\n<\/li>\n<\/ol>\n<h3><\/h3>\n<hr \/>\n<h3><a name=\"dropped\"><\/a><\/h3>\n<h3>Dropped Capitol Letter<\/h3>\n<h3>&lt;span style=&#8221;float: left; color: firebrick; font-size: 55px; line-height: 45px; padding-top: 2px; padding-right: 3px; font-family: times; text-shadow: grey 4px 4px 10px;&#8221;&gt;&lt;\/span&gt;<\/h3>\n<h3><b>Onscreen, it looks like this:<\/b><\/h3>\n<h3 style=\"text-indent: 1px;\"><span style=\"float: left; color: #ff0066; font-size: 55px; line-height: 45px; padding-top: 3px; padding-right: 3px; font-family: times; text-shadow: grey 4px 4px 10px;\">L<\/span>orem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam vitae nisi sed tellus ultrices dapibus. Etiam lobortis, dolor non mattis elementum, quam dolor ultrices nulla, in consectetur urna sem a erat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam consectetur odio ut ante euismod gravida eget ac nunc.<\/h3>\n<hr \/>\n<h3><a name=\"copyright\"><\/a><\/h3>\n<h3>Keep Your Copyright Date Showing The Current Year<\/h3>\n<h3>Copyright \u00a9<br \/>\n&lt;script type=&#8221;text\/javascript&#8221;&gt;<br \/>\nvar d = new Date();<br \/>\nvar curr_date = d.getDate();<br \/>\nvar curr_year = d.getFullYear();<br \/>\ndocument.write(curr_year);<br \/>\n\/* The last two lines above have<br \/>\nto placed on a single line *\/<br \/>\n\/\/&#8211;&gt;&lt;\/script&gt; by [Enter your name here.]<\/h3>\n<h3><b>Onscreen, it looks like this:<\/b><\/h3>\n<h3>Copyright \u00a9<br \/>\n<script type=\"text\/javascript\">\nvar d = new Date();\nvar curr_date = d.getDate();\nvar curr_year = d.getFullYear();\ndocument.write(curr_year);\n\/* The last two lines above have\n\tto placed on a single line *\/\n\/\/--><\/script> by [Enter your name here.]<\/h3>\n<hr \/>\n<h3><a name=\"email\"><\/a><\/h3>\n<h3>Unspammable Email Code<\/h3>\n<h3>E-mail: &amp;ltscript language=&#8221;JavaScript&#8221;&amp;gt<\/h3>\n<h3>&lt;var name = &#8220;info&#8221;;<br \/>\nvar domain = &#8220;WebContentRx.biz&#8221;;<br \/>\ndocument.write(&#8216;&amp;lta href=\\&#8221;mailto:&#8217; + name + &#8216;@&#8217; + domain + &#8216;\\?subject=From WebContentRx Web Site&#8221;&amp;gt&#8217;);<br \/>\ndocument.write(name + &#8216;@&#8217; + domain + &#8216;&amp;lt\/a&amp;gt&#8217;);<br \/>\n\/\/ -&gt;<br \/>\n&lt;\/script&gt;<\/h3>\n<h3><b>Onscreen, it looks like this:<\/b><\/h3>\n<h3>E-mail: <script language=\"JavaScript\"><!--\nvar name = \"info\";\nvar domain = \"WebContentRx.biz\";\ndocument.write('<a href=\\\"mailto:' + name + '@' + domain + '\\?subject=From WebContentRx Web Site\">');\ndocument.write(name + '@' + domain + '');\n\/\/ -->\n<\/a><\/script><\/h3>\n<h3><\/h3>\n<hr \/>\n<h3><a name=\"telephone\"><\/a><\/h3>\n<h3>Clickable Telephone Number:<\/h3>\n<h3>&lt;a href=&#8221;tel:8601234567890&#8243;&gt;(123) 456-7890&lt;\/a&gt;<\/h3>\n<h3><b>Onscreen, it looks like this: <\/b><br \/>\n<a href=\"tel:8601234567890\">(123) 456-7890<\/a><\/h3>\n<hr \/>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3><a name=\"shadowtext\"><\/a><\/h3>\n<h3>Text With Shadow<\/h3>\n<h3>&lt;h3 style=&#8217;color: red ; text-shadow:4px 4px 10px grey&#8217;&amp;gtThis is red text with a grey shadow.&lt;\/h3&gt;<\/h3>\n<h3><b>Onscreen, it looks like this: <\/b><\/h3>\n<h3 style=\"color: red; text-shadow: 4px 4px 10px grey;\">This is red text with grey shadow.<\/h3>\n<h3><\/h3>\n<hr \/>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3><a name=\"shadowtextbackground\"><\/a><\/h3>\n<h3>&lt;h3 style=&#8217;color:blue;<\/h3>\n<h3>text-shadow: 4px 4px 10px grey;<\/h3>\n<h3>background: #FFFFAF;<\/h3>\n<h3>border-radius: 15px;<\/h3>\n<h3>padding:15px;<\/h3>\n<h3>border-style: solid;<\/h3>\n<h3>border-width:1px;<\/h3>\n<h3>border-color: navy;<\/h3>\n<h3>text-align: center;&#8217;&gt;<\/h3>\n<h3>Blue text. Light yellow background. Grey shadow. Rounded corners. Solid navy border 1 pixel wide. Text is centered.&lt;\/h3&gt;<b>Onscreen, it looks like this:<\/b><\/h3>\n<h3 style=\"color: blue; text-shadow: 4px 4px 10px grey; background: #FFFFAF; border-radius: 15px; padding: 15px; text-align: center; border: 1px solid navy;\">Blue text. Light yellow background. Rounded corners. Solid navy border 1 pixel wide. Text is centered.<\/h3>\n<hr \/>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h3><a name=\"dropdownselection\"><\/a><\/h3>\n<h3>Table with drop down selection<\/h3>\n<h3>&lt;table align=&#8221;left&#8221; cellpadding=&#8221;5&#8243; width=&#8221;50%&#8221;&gt;<\/h3>\n<h3>&lt;td align=&#8221;center&#8221;&gt;<\/h3>\n<h3>&lt;select class=&#8221;&#8221;&gt;<\/h3>\n<h3>&lt;option value=&#8221;one&#8221;&gt;One&lt;\/option&gt;<\/h3>\n<h3>&lt;option value=&#8221;two&#8221;&gt;Two&lt;\/option&gt;<\/h3>\n<h3>&lt;option value=&#8221;three&#8221;&gt;Three&lt;\/option&gt;<\/h3>\n<h3>&lt;option value=&#8221;four&#8221;&gt;Four&lt;\/option&gt;<\/h3>\n<h3>&lt;\/select&gt;<\/h3>\n<h3>&lt;\/td&gt;<\/h3>\n<h3>&lt;\/tr&gt;<\/h3>\n<h3>&lt;\/table&gt;<\/h3>\n<h3><b>Onscreen, it looks like this:<\/b><\/h3>\n<table width=\"50%\" cellpadding=\"5\" align=\"left\">\n<tbody>\n<tr>\n<td align=\"center\">\n<h3><select class=\"\"><option value=\"one\">One<\/option><option value=\"two\">two<\/option><option value=\"three\">three<\/option><option value=\"four\">four<\/option><\/select><\/h3>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3><\/h3>\n","protected":false},"excerpt":{"rendered":"<p>Eight WordPress Hacks Dropped Capital Letter Keep Your Copyright Date Showing The Current Year Unspammable Email Code Clickable Telephone Number Text With Shadow Text With Shadow on Colored Background With Rounded Corners&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,44,88,100,101,102],"tags":[],"class_list":["post-6575","post","type-post","status-publish","format-standard","hentry","category-blogging","category-hacked","category-success","category-wordpress","category-wordpress-hacks","category-writers-tools"],"_links":{"self":[{"href":"https:\/\/wayneaenglish.com\/WordPress\/wp-json\/wp\/v2\/posts\/6575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wayneaenglish.com\/WordPress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wayneaenglish.com\/WordPress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wayneaenglish.com\/WordPress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wayneaenglish.com\/WordPress\/wp-json\/wp\/v2\/comments?post=6575"}],"version-history":[{"count":0,"href":"https:\/\/wayneaenglish.com\/WordPress\/wp-json\/wp\/v2\/posts\/6575\/revisions"}],"wp:attachment":[{"href":"https:\/\/wayneaenglish.com\/WordPress\/wp-json\/wp\/v2\/media?parent=6575"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wayneaenglish.com\/WordPress\/wp-json\/wp\/v2\/categories?post=6575"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wayneaenglish.com\/WordPress\/wp-json\/wp\/v2\/tags?post=6575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}