wordpress
Bright Link Previews plugin for WordPress
How to add a link preview to all the links of your site
Test sull’utilizzo di ChatGPT nella scrittura di articoli dentro a WordPress
Alcuni appunti sull'utilizzo di ChatGPT, occhio con la matematica.
WP Gutenberg notes
Collection of notes and thoughts on Wordpress Gutenberg blocks development.
Test page for Bright Links plugin
To test the plugin hover your mouse to a link, or tap the link on mobile device.
Updating a metabox after Gutenberg updates
When press on "Update" refresh a custom metabox under gutenberg editor.
Two post types share the same taxonomy in WordPress
Sharing a WordPress taxonomy between two post types is useful especially if you want to create a relation between different…
Modify the language attribute based on category in WordPress
How to modify the language attribute in your Wordpress theme using a specific value
WordPress Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
How I've beat the php mysterious fatal error unknown in Wordpress caused by caching plugin WP Fastest Cache
WordPress Gutenberg doesn’t parse Istagram oembed url
Sometimes Instagram embed doesn't work, why?
Stop sending email to new user in WordPress admin registration
A code snippet to prevent WordPress to send notification emails when you manually create new users. It uses a pluggable function.
A new avatar generator for WordPress with get_avatar and Flathash
Brand new avatars for WordPress Gravatar service
Add filter on wp_title not working with Yoast SEO plugin
For SEO purposes, in a specific template that has a list of items with pagination, I need to have different…
Generate all old PDF preview images with WordPress 4.7
WordPress 4.7 generates thumbnails for PDF files while uploading them in the media library, this is a really good thing…
Remove or change the view link in WordPress posts list admin
If you want to remove the row action ‘view’ from the admin posts list within a specific custom post type…
Modify wp_query for a specific category in category.php
Suppose you have a category called “events“, with a custom field with the date of the event, which is different…
Customize your site icon for new WordPress 4.4 embeds
With the new WordPress 4.4 embed feature the posts of your blog becomes embeddable in other WordPress sites, like you do…
Clean up and optimize WordPress head tag
If you need to know how to remove RSS Feed URL’s from page head or how to remove post relational…
How to add rel=”nofollow” to links with preg_replace()
Adding rel="nofollow" to external link is a good SEO practice.
Social buttons: the fastest way for WordPress, without plugins
NOTE: the code in this post is written for WordPress but you can easily translate it in any language. You’re here…
Optimize WordPress, a long list of tips
In the above image you can see your WordPress before reading this post, and after the optimizations you will make…
Limit the number of categories for posts in WordPress
CHOOSE ONLY ONE CATEGORY WORDPRESS If you need to limit the number of categories used by the authors of your…
Remove archive pages in WordPress, how to
I think that in most blogs (that is not all) archive pages are redundant content and there’s no need to…
WordPress anyone can register, but no email confirmation
Many times it has happened to me that my WordPress installation properly send emails using wp_mail directly, specifing also the…
WordPress 4.1.1 is available! Please update now.
Sometimes you find messages like “WordPress 4.1.1 is available! Please update now.“, in italian it is: “È disponibile WordPress 4.1.1! Aggiorna…
Fix for WP SUPER CACHE home not refreshing
WP SUPER CACHE is one of the most used WordPress plugin for cache, but probably there is a small bug…
Add client logo to wordpress login
If you want to add your logo or the logo of your client above the wordpress login you have to…
Force WordPress to use Italian date
To get date with get_the_time in Italian you should specify italian (it_IT) in the WP_LANG constamt in your wp_config.php file.…