While some research was being conducted, there were very few pages found that talked about this. Sometimes, one just wants to make something always be accessible to the user or client of your website, whether it be the sidebar, login info, or social media buttons. To make that happen with style we need to review [...]
Pages under the 'WordPress Tricks' Category
jQuery
jQuery. Ever heard of it? If you know JavaScript, then you are half a step away from learning jQuery. Guess what? jQuery is simply a library of JavaScript functions. Their official website is at jQuery.com. Their slogan is Write Less, Do More and that is certainly true. Instead of burning your brain trying to figure out [...]
WordPress Quotations Fix – Curly to Straight Quotations – Proper Display
There seems to be a problem with quotation-handling in WordPress. For some reason, WordPress PHP code changes all straight quotation marks into curvy quotation marks. The problem is that, especially in copy-and-paste websites, the quotations will be copied wrong. That will cause an error with HTML rendering because HTML must be written in plain text, [...]