
This can be caused by a faulty plug-in.
1. Go back to a php version that the website works.
2. Then in WordPress de-activate all the plugins via Dashboard->Plugins menu button on the left.
3. In case you are unable … Read the rest
How to tutorials, DIY guides, product reviews – Universal knowledge made easy
This can be caused by a faulty plug-in.
1. Go back to a php version that the website works.
2. Then in WordPress de-activate all the plugins via Dashboard->Plugins menu button on the left.
3. In case you are unable … Read the rest
If you want to disable featured image in post or page you can paste the code below in ‘custom CSS code’
.single-post .attachment-post-thumbnail {
display: none;
}
.post.has-post-thumbnail {
padding-top: 4%;
}
We have checked this with WordPress Twenty Sixteen … Read the rest