Skip to content

MarketWrite

Write Your Way To Success

Menu
  • Return To WayneAEnglish.com
  • The Author
  • Subscribe To My Newesletter
  • Privacy Policy
Menu

Eight WordPress Hacks

Posted on March 13, 2018 by Wayne English

Eight WordPress Hacks


  1. Dropped Capital Letter

  2. Keep Your Copyright Date Showing The Current Year

  3. Unspammable Email Code

  4. Clickable Telephone Number

  5. Text With Shadow

  6. Text With Shadow on Colored Background With Rounded Corners Border

  7. Table With Drop down Selection

  8. Embed a YouTube Video On Your Website or Blog


Embed a YouTube Video On You’re Website or Blog

  1. Open the video you want to embed

  2. Under the video you wll see Share click it

  3. Click Embed

  4. Copy all the code you see to the clipboard

  5. Paste it where you want the video to appear in your website of blog

  6. That’s it – you’re all done

  7. Save the data


Dropped Capitol Letter

<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;”></span>

Onscreen, it looks like this:

Lorem 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.


Keep Your Copyright Date Showing The Current Year

Copyright ©
<script type=”text/javascript”>
var d = new Date();
var curr_date = d.getDate();
var curr_year = d.getFullYear();
document.write(curr_year);
/* The last two lines above have
to placed on a single line */
//–></script> by [Enter your name here.]

Onscreen, it looks like this:

Copyright ©
by [Enter your name here.]


Unspammable Email Code

E-mail: &ltscript language=”JavaScript”&gt

<var name = “info”;
var domain = “WebContentRx.biz”;
document.write(‘&lta href=\”mailto:’ + name + ‘@’ + domain + ‘\?subject=From WebContentRx Web Site”&gt’);
document.write(name + ‘@’ + domain + ‘&lt/a&gt’);
// ->
</script>

Onscreen, it looks like this:

E-mail:


Clickable Telephone Number:

<a href=”tel:8601234567890″>(123) 456-7890</a>

Onscreen, it looks like this:
(123) 456-7890


Text With Shadow

<h3 style=’color: red ; text-shadow:4px 4px 10px grey’&gtThis is red text with a grey shadow.</h3>

Onscreen, it looks like this:

This is red text with grey shadow.


<h3 style=’color:blue;

text-shadow: 4px 4px 10px grey;

background: #FFFFAF;

border-radius: 15px;

padding:15px;

border-style: solid;

border-width:1px;

border-color: navy;

text-align: center;’>

Blue text. Light yellow background. Grey shadow. Rounded corners. Solid navy border 1 pixel wide. Text is centered.</h3>Onscreen, it looks like this:

Blue text. Light yellow background. Rounded corners. Solid navy border 1 pixel wide. Text is centered.


Table with drop down selection

<table align=”left” cellpadding=”5″ width=”50%”>

<td align=”center”>

<select class=””>

<option value=”one”>One</option>

<option value=”two”>Two</option>

<option value=”three”>Three</option>

<option value=”four”>Four</option>

</select>

</td>

</tr>

</table>

Onscreen, it looks like this:

Leave a Reply

Your email address will not be published. Required fields are marked *

Attila's Revenge
Pixel of Ink

Follow Me On...

GoodReads

AllAuthor

BookLife

My Amazon Author Page

Wayne English was born in Connecticut, lives in Coventry with his wife and daughter. Wayne's writing background includes local, national, and international publications, five books, and publications online and in-print.

He’s worked as an Engineering Technician, Computer Scientist, and Senior Technician, in electric distribution, nuclear power, and Information Resources.

Wayne has taught writing for print and the web, marketing, the mathematics, physics, and metric system sections of a health physics program, software quality assurance, first aid, and photography. See WayneAEnglish.com.

Wayne’s Publications

See Wayne's books, newspaper articles, online and print publications, and poetry by following this link.
©2025 MarketWrite | Design: Newspaperly WordPress Theme