Adding Pagination to WooCommerce Shortcode product_category

On a page I had added the shortcode for showing products from a given category. [product_category category=”fruit”] I had followed the instructions for adding the WooCommerce product category shortcode to a page. Products from the assigned category were shown on the page. However, only the first 12 products were showing. 3 rows of 4. I […]

Read More… from Adding Pagination to WooCommerce Shortcode product_category

How to add Webkit Fonts to WordPress Themes

My initial thoughts are to implement the Webkit fonts inclusion either in the CSS file or the functions.php file. Both files being a part of the WordPress theme or child theme. A typical WebKit font file reference. <link rel=”stylesheet” href=”https://use.typekit.net/aa7aa7a.css” /> Where in the above aa7aa7a is a random project ident used for illustration only. […]

Read More… from How to add Webkit Fonts to WordPress Themes

Editing using the WordPress Gutenberg Editor

In 2019 WordPress introduced the Gutenberg editor as its default content editor. This editor formulates content as a series of self contained blocks that may be edited, formatted, moved (etc) as a complete block. This article discusses some of the changes in page presentation and editing compared to the traditional WordPress editor. Traditional website content […]

Read More… from Editing using the WordPress Gutenberg Editor