Change the template of my Blog entries

For most WordPress based sides, you can look at the classes on the body tag to find out what kind of content is being shown, a single post, a post archive, the front page etc. In your case, it’s post-template-default single single-post postid-2897 single-format-standard wpb-js-composer js-comp-ver-5.0.1 vc_responsive, so this is a single post that is … Read more

Restoring WordPress Header Image

THe theme’s Customizations area should allow you to specify the header image (and even the background image). Although this is not the place to get support for a theme (or plugin), look in Customizations first (in Admin area, under Themes) to specify your header image. It may be that the actual image file was deleted. … Read more

Replace header with large image on home page only, using Genesis child theme

Well I got it working with a different approach but a good answer that provides insight why the approach in my question didn’t work will be accepted as the answer. I put this in functions.php for the child theme: add_action( ‘genesis_before_header’, ‘bob_gray_image’, 10 ); function bob_gray_image() { if ( is_front_page() ) { echo(‘<div class=”bobgrayimage”><img src=”https://wordpress.stackexchange.com/images/robert-c-gray-banner-maskbob-sharpen.jpg”></div>’); … Read more

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