Remove metatag from a particular page

That would be: <php if (!is_page(‘slug-of-your-page’)) echo ‘<meta name=”viewport” content=”width=device-width, initial-scale=1″ />’ ?> Beware that if you change the theme files, your changes will be lost if the theme gets updated.

Applying metatag to single page

You can use the WordPress conditional tags to accomplish this. Both is_page() and is_singular() should work, you just need to pass a slug, or in your case, an ID. Then we can use the wp_head hook to conditional add in the meta tag. You can add the following function and hook into your functions.php file. … Read more

Where to put code that customizes API

Typically changes like this you would either create a plugin or create a child theme and put your code in your child theme’s functions.php file. You make changes to a child theme because if your theme updates you will lose any changes you have made directly to it. Code in a plugin is always run … Read more

Forms cut off when on mobile

That’s a Blackbaud form and I’ve generally had a bit of trouble with them working on mobile and getting styled just right. Glad to see they’ve moved away from using iFrames at least. Anyway, when I check the developer tools there is an element ID’d as #bbox-root. The CSS for that element has a width … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)