If you have a situation where you would like to change href atribute (URL, that is), but can’t access the
Continue readingTag: jquery
Reloading the website on resolution change
The code I posted on this link works fine, but has one limitation – if the site visitor changes the resolution
Continue readingChanging order of HTML elements using jQuery
If you want to change the order of HTML elements displayed on the page, there are at least two options
Continue readingHow to add jQuery (or JS…) script on specific WordPress page
Let’s say that you want to execute some jQuery script on a specific WordPress page – I had this case where
Continue readingGlowing HTML button with jQuery
There are certainly better ways to create a glowing button, but here is one simple way I used on one
Continue readingwp_pagenavi working with WP_Query
If you’re creating a custom template (let’s say for categories), then it is likely that you will have to use WP_Query class.
Continue reading