3 articles WordPress Tutorials
Some tutorials on WordPress and its plugins and themes.
Themes with jQuery or jQuery UI enqueue problem
Over past time, we have seen in our support forum that, many jQuery related problems arise because of wrong enqueuing. WordPress provides a nice API to correctly enqueue scripts and styles without leading into any kind of conflicts. But not all theme and/or plugin developers respect this and it results in conflict with almost all…
Fixing themes with custom wpautop priority & breaking shortcodes
If you are reading this, then probably you are having issues like added line breaks or weird looking code on the output of some shortcodes. While, at first you may think from the title of the article, that it has nothing to do with the behavior, but trust me, this is exactly what is breaking…