Using two stylesheets for mobile compatibility

After further investigations of my own, I determined that the problem was that for whatever reason, both stylesheets were being called at once, rather than independently as they were meant to, and the conflicting instructions caused rendering errors. Rather than referencing the stylesheets in the HTML as above, I rewrote the CSS to incorporate the … Read more

Infinite Loop after Genesis Theme Upgrade

Delete the folder that contains the Genesis theme and you will be able to log into your site. Also – before restoring your theme change your permalinks to standard. That will rewrite your .htaccess file to make sure it works with WordPress. Then, once you reinstall Genesis, you should be able to restore your permalinks … Read more

Editing existing pre-created menus in PHP

I’ve found a solution to my problem by going over the documentation again and again, looking through source files and just generally running the same section of code over and over to scrutinize the output. This is the solution I came up with, which works just perfectly for my needs: // Get a list of … Read more