WordPress

Enable Imagemagick in PHP8 on Ubuntu 20.04 For WordPress

Enable Imagemagick in PHP8 on Ubuntu 20.04 For WordPress1x1

Enable Imagemagick in PHP8 on Ubuntu 20.04 For WordPress. ImageMagick is a powerful open-source software suite that is used for creating, editing, and converting images. It is commonly used by WordPress developers and designers to enhance the visuals of their websites. If you’re running Ubuntu 20.04 and PHP8, and you want to enable ImageMagick in Read More

Can I use summernote as a WordPress text editor?

sumernote as a wordpress text editor

Yes, you can use Summernote as a text editor in WordPress. However, to do so, you will need to install a plugin that adds Summernote as an option in the WordPress editor. One such plugin is the “WP Summernote” plugin, which you can find and install from the WordPress plugin repository. Once installed, the plugin Read More

Failed To Insert Media WordPress Problem

Failed To Insert Media WordPress Problem

If you are seeing the error “Failed To Insert Media” in WordPress then chances are you have a permissions issue on your website. You could also experience issues with trying to install a plugin or a theme. This is an easy fix, so just follow along here. Open FTP Program To Edit File Permissions Open Read More

INSERT CONTENT HOMEPAGE POSTS WORDPRESS PHP PROGRAMMING

putting-content-inbewteen-posts-wordpress

Insert content on your homepage blogroll in WordPress by programming it in PHP. Its fairly easy and we will provide the codes for you right here. Keep in mind that you should only do this to a child theme. In the tutorial I demonstrated it on a parent theme. Follow the same procedure and edit Read More

Please choose product options… WooCommerce

please-choose-product-options

If you are getting the message “Please choose product options…” you may have more than 36 variations. WooCommerce only allows 36 variations for a single product. In order to increase the variations for a single product put the following code into your themes functions.php file. [code]function custom_wc_ajax_variation_threshold( $qty, $product ) { return 100; } add_filter( Read More

Your Theme Does Not Declare Woocommerce Support

your-theme-does-not-declare-woocommerce-support

If you are getting the message. “Your Theme Does Not Declare WooCommerce Support” please follow the instructions below. Find Your Theme You need to know where your them is located and what one you are using. To do that log into your dashboard. Scroll down to where it says appearance. Then click on themes. There Read More

WordPress From HTTP to HTTPS Easy Instructions Fastest Way

move to https on wordpress

If you are ready to move your WordPress from HTTP to HTTPS the fastest and easiest way follow these steps. #wordpress Step #1 Make Admin Secure Make your admin secure by opening up the wp-config.php file and putting in the following code. [code]define(‘FORCE_SSL_ADMIN’, true);[/code] Step #2 Use relative URL’s Using relative URL’s within your content Read More

Child Themes in WordPress for Beginners Part 2 CSS

Child-Themes-in-Wordpress-for-Beginners-Part-2-CSS

Child themes on WordPress for beginners part 2 CSS is a continuation of WordPress child theme creation tutorial.  So if you have not completed that tutorial, you may want to look at it before you do this one. What We Are Going to Learn Browser to target CSS. Identify id’s to make changes. “#” Identify Classes Read More

Advertisements or Content After First Post in WordPress or Genesis

Advertisements-or-Content-After-First-Post-in-WordPress-or-Genesis

If you’re a blogger or website owner using WordPress or the Genesis framework, you may be interested in displaying advertisements or additional content after the first post on your homepage. This can help increase engagement and revenue by providing readers with relevant content and advertising opportunities. Here’s how you can add advertisements or content after Read More

Easy WordPress Instructions on Post Pages and Widgets

tablepress plugin for wordpress

  What is the difference between a post and a page on WordPress? Easy WordPress Instructions on Posts, Pages and Widgets. A post is like a newscast or story about current events. A page describes your business and does not describe current events. How Do I Make A Post on WordPress? First, you log into Read More