Tag: wordpress customisation
-
How To Make Jetpack Gallery Full Width
The default width of the Jetpack gallery is usually defined by the width of the main content area. You can make the main content area full width, and then make the Jetpack gallery full width.
-
How To Create A CSS Image Zoom In & Out Effect
This tutorial has been written for WordPress users and specifically for creating a zoom in and out effect for the Twenty Seventeen theme single post featured images. The effect can, however, be used for any HTML placed images using CSS3.
-
How To Make The WordPress Admin Content Editor Full Width Of The Screen
The content editor in WordPress often does not use the full width of the editor or screen to display content, and the content can wrap early. The content editor can be made full width and for the content to wrap on the very right margin.
-
Get 1 Random WordPress Post From Recent X Posts
I wanted to display the featured image (post thumbnail) of one post from the most latest blog posts. I didn’t want a plugin as the image was being displayed in some custom header background code… that at the top of the home page of this site. I couldn’t find any code online that I could…
-
How To Remove “www.” From a WordPress Site URL
At one point, I wanted to remove all references to www. that appears before the domain name in the address bar for hosted Wordpress websites. I didn’t want to use plugins and so I went through all the files and databases related to the WordPress installation to make the changes manually.