How to remove class=”wp-block-heading” from Heading tags?

you can remove the class=”wp-block-heading” attribute from your heading tags by modifying your theme’s functions.php file or by using a plugin. Option: Modify functions.php Go to Appearance > Theme Editor in your WordPress dashboard. Click on the functions.php file on the right-hand side. Add the following code at the end of the file: function remove_block_css(){ … Read more

Media Library empty after server migration

I have found that the easiest way to ‘move’ a blog is to clone it with WP Clone plugin (https://wordpress.org/plugins/wp-clone-by-wp-academy/ ). You install it on the source system and do a backup. Then you install it on the target system and restore the backup. Ta-da! Both systems are exactly the same. Although you can do … Read more

How do I display image files as links?

There’s no such “non-coding newbie”-bulk-thing for the process. You have to do that for each of the image, when you are uploading the image to the site and/or post/page. On the right panel of the media upload pane, change “Link To” to “Custom URL” and put the URL (whatever you like – internal or external) … Read more