I wanted to set a class on a WordPress block so that any nested link would extend to the entire block. There are many examples of stretching a link to its parent container using CSS, but I had complicated <DIV> with many nested elements. I could easily apply a hover and class to the block […]
WordPress
WordPress Upload File Size Limit
It always happens on a new site, I try to upload a file, and wordpress tells me it is too big. Here is how you fix that. Assuming you have full access to your server, you can fix it by editing your php.ini file. First, you need to find which php.ini file is loaded by […]
Child Theme Functions.php Explained
Sometimes, you follow directions to create a child theme, and it does not work. You activate your child theme, only to find a formatting issue. Most likely, the issue will be related to the order your style sheets are loaded. I experienced this when trying to create a child theme for Activello Version 1.42, and […]