Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

fhfg

hfgh

// Add Shortcode
function custom_shortcode() {

	// Code
<div style="margin: 15px 0px 0px; display: inline-block; text-align: center; width: 118px;"><div style="display: inline-block; padding: 2px 4px; margin: 0px 0px 5px; border: 1px solid rgb(204, 204, 204); text-align: center; background-color: rgb(255, 255, 255);"><a style="text-decoration: none; font-size: 13px; color: rgb(0, 0, 0);" href="http://localtimes.info/North_America/Mexico/Oaxaca/"><img src="http://localtimes.info/images/countries/mx.png"="" border=0="" style="border:0;margin:0;padding:0"=""> Oaxaca</a></div><script src="http://localtimes.info/clock.php?continent=North America&country=Mexico&province=Oaxaca&cp1_Hex=000000&cp2_Hex=FFFFFF&cp3_Hex=000000&fwdt=118&ham=0&hbg=0&hfg=0&sid=0&mon=0&wek=0&wkf=0&sep=0&widget_number=119" type="text/javascript"></script></div>
}
add_shortcode( '', 'custom_shortcode' );