WordPress

Open Graph in WordPress einbetten, ohne Plugin

Das Open Graph-Protokoll ermöglicht es, dass jede Webseite als “rich object” im &#82 …

Read More

Get Metadata from WordPress Video and Audio files

In addition to images, videos and audio files are other formats that we can upload to WordPress …

Read More

Get the current WordPress URL

In some cases, it may be necessary to get the current WordPress URL of where the user is current …

Read More

Get the absolute File Path (Document Root-Path) in WordPress

Wenn man als Webentwickler mit Dateien arbeitet, die auf dem Server liegen und diese innerhalb e …

Read More

Create a connection to WordPress MySQL database in PHP

WordPress stores all the website data in a database and uses it, for example, if a certain conte …

Read More

Get the installation URL of WordPress

In some cases, it can be very helpful to use the WordPress installation URL for a PHP validation …

Read More

Calculate the correct content width for the Gutenberg editor

The WordPress Gutenberg editor allows you to customize and edit web page content according to th …

Read More

Add custom classes to the WordPress BODY tag

Anyone who develops their own theme with a customizable layout or settings a theme needs to add …

Read More

Set custom WordPress post format for custom post type

If you’re working with custom post types in WordPress, you may have noticed that all post …

Read More

Remove date / time from WordPress comments

By default, the date and time of a comment are displayed in WordPress. Basically, it is always a …

Read More