AdBlock Detection with JavaScript / jQuery Update
(Yo! This is an update to my Show a Message to AdBlock Users with jQuery / JavaScript post, which I don’t think works anymore!)
(Yo! This is an update to my Show a Message to AdBlock Users with jQuery / JavaScript post, which I don’t think works anymore!)
A common usability feature on a lot of sites is a “Back to top” link at the bottom of long pages, allowing users to quickly get back to the start of the document without scrolling.
Hey! I’ve written another quick method to detect AdBlock that works better than this one, I think. I’m leaving this one for posterity.
More precisely, this tutorial covers how to exclude categories on paged front pages, index.php, beyond the first default listing. Excluding certain categories from the front page is a pretty easy task, just use the query_posts() function to remove those categories … Continue reading
By default, WordPress sorts posts in reverse chronological order, with the most recent post being at the top and the least recent at the bottom. Normally, that’s totally cool, since that’s the way we’ve been accustomed to reading blogs, but … Continue reading