Using wget to crawl your website

April 2, 2018

If you are looking to crawl your website for something like cache warming you can do so with wget quite easily. The following wget command will crawl a site and leave nothing behind on the local filesystem afterward. wget –mirror -q -e robots=off -p -r –delete-after -nd http://www.isleofmtv.com –mirror crawls the entire site -q prevents

Haul Out at Seaview

March 29, 2018

Coming out of the water on the lift! Out for maintenance. Post with more details will follow.

Find and update WordPress posts with comments older than NNN days

March 12, 2018

I have a use case where I need to disable comments on posts in WordPress where the last comment was more than one year, or 365 days, ago. Posts can be found with this query: SELECT p.ID, p.post_title, p.post_date, p.comment_status, p.`ping_status` FROM wp_posts AS p WHERE p.ID IN ( SELECT c.comment_post_ID FROM wp_comments AS c

What I have been up to Q1 2018

March 10, 2018

People are noticing! Noticing that I have not posted on this site in a couple months. Yes I am still around! Kicking butt and taking names. I have been working hard to make my 2018 Vision be, and continue to be, a reality. How’s it going so far? Nailing It! Lets go through the four vision