Tag: wordpress
wp-admin folder is the most important folder in a wordpress installation. It mainly contains the code for the Dashboard. However, there is an important file admin-ajax.php which is also …
Google Fonts are sometimes heavy-weight and slow to load especially in some regions e.g. mainland China. The following PHP Function allows you to disable loading Google Fonts in your …
In WordPress, you can add a short code that allows you to include a PHP File at your post. First, add the following function in your child theme’s functions.php …
Let’s say we want to put a REL=NOFOLLOW on all external links in your wordpress posts/pages, we can add a filter to parse the content using the regular expression …
Are you looking to monetize a content website? The membership model is the perfect way to do so. It can help you monetize content without resorting to ads. The …