wpml language switcher shortcode
You can use it like this [language_switcher_shortcode]
You can use it like this [language_switcher_shortcode]
Use this code on your themes functions.php to add current category id on body and post
Use the following code to limit 10 upload for specific role This action will fire when user delete attachment Thanks Giuseppe
IE6 is a worse dream for every web developers. Good news is that Software giant Microsoft has released a new website with the expressed aim of killing off its Internet Explorer 6 browser. ie6countdown.com Still we have to deal with IE7 to IE9 Here is some way to cut down your development time by easily …
HTML5 introduce the hidden attribute, which will allow you to hide a specific element. So no need to use css display:none anymore! Source: http://html5demos.com/hidden
Here is the html structure for tooltip Lorem ipsum dolor sit And here is the css styles /* base CSS element */ .tip { background: #eee; border: 1px solid #ccc; padding: 10px; border-radius: 8px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); position: relative; width: 200px; } /* arrows – :before and :after */ .tip:before …
If you want to change the WordPress dashboard login logo then this piece of code can meet your requirement. Just paste this code in the your theme functions.php