How to remove /category from your category URL in Wordpress

You don’t need a plugin to remove the word category from your URLs.

One line to include the content from one page into another page

Put any page’s content anywhere in a template file

Wordpress block editor leaves empty <p> tags at the end of pages

You can fix the unwanted gap with one line of CSS

Why are some of my Wordpress posts not showing a date?

Wordpress’ the_date() function hides the date if two posts in a row have the same date

WP_Query: show all posts except the current post

Use post__not_in to exclude your current post

Making wp-block-embed-youtube responsive

Wordpress can do it for you with one line

So what is wp_head() anyway?

What is the wp_head() function for? What happens if you don’t use it?