WordPress Gutenberg Blocks Creating a Parallax Background Image

With the Gutenberg blocks its possible to add sections which can be coloured with background stripes, or in this instance a background image with the Parallax effect. To create the Parallax background image effect I chose to use the WordPress plugin Advanced WordPress Backgrounds. Add the block Background (AWB) as a new block on the […]

Read More… from WordPress Gutenberg Blocks Creating a Parallax Background Image

WordPress Gutenberg Adding Full Width Background Stripes

Add background colours to a full width stripe on a web page using WordPress’ Gutenberg editor and the Bootstrap CSS framework. Colouring the background of sections of a webpage can be a great way to add more impact to the page. The different colours bringing clarity to the different sections. Creating full width stripes in […]

Read More… from WordPress Gutenberg Adding Full Width Background Stripes

Disable Post via e-mail in WordPress

WordPress offers the option to post a blog post via email If you wish to disable the ability of WordPress to accept blog posts via email. This may be overridden by adding a filter in the functions.php file of the theme. add_filter(‘enable_post_by_email_configuration’, ‘__return_false’); There’s an option to add an additional priority parameter. This will be […]

Read More… from Disable Post via e-mail in WordPress

Get WordPress Template

Which WordPress template is in use? A WordPress page can be configured to use one of the available page templates. This can be useful either for inclusions within the template or to generate a different feel for sections of the website. However, the page header and footer are not governed in the same way as […]

Read More… from Get WordPress Template