Wordpress
John Hawkins is among the coolest guys I have ever met. If I could pay to watch this video, I would.
Read MoreI have been using Zurb’s Foundation framework for a while now, and it seems like every time I create a WordPress theme out of it, I run into issues with the mobile top bar menu breaking. It turns out the issue has to do with the fact that Zurb doesn’t like the version of jQuery that…
Read MoreEvery now and then I run into the problem where pagination doesn’t work in a custom page template. The problem usually lies in my handling of query_posts. The solution is to write the query as follows: [source] Enjoy!
Read MoreToday I had to secure a BuddyPress site with a standard SSL certificate. Adding define(‘FORCE_SSL_ADMIN’, true); to your wp-config.php file will get you most of the way there. This simple step will secure your wp-admin and wp-login.php pages, but it will not secure the BuddyPress end of things. To force SSL on BuddyPress member, group,…
Read MoreIt took me a lot of googling, but I finally found a solution to getting my WordPress custom post types to display on archive pages! Hooray! I know I did this before (probably numerous times), but I was too tired to go looking through old code. Thanks to ma’ main man, Chris, for the following…
Read More