Kevin Pliester
Pixelbart

Pixelbart

Follow
Follow
homeImprintbadges
Tag

WordPress

#wordpress

More content

Read more stories on Hashnode


Articles with this tag

Create and log in a WordPress administrator with FTP

Sep 14, 20224 min read38 views

When there are problems with one's WordPress website, it happens that one has to create a user without having access to the database or the WordPress...

Create and log in a WordPress administrator with FTP

SQL: Repair Auto Increment of a Table

Jun 9, 20222 min read31 views

Occasionally it happens that overlaps occur in a large table and the message Duplicate entry '0' for key 'PRIMARY' for query then gets the upper hand...

SQL: Repair Auto Increment of a Table

WordPress: Useful functions for working with arrays and objects

May 11, 20223 min read79 views

WordPress is packed with useful features. It is easy to lose the overview. Here you will find a selection of functions that deal with arrays and...

WordPress: Useful functions for working with arrays and objects

Make MySQL searches faster with full text index

Mar 10, 20223 min read36 views

As a rule, searches are created with the MySQL LIKE. This usually works very well, as long as the database table is not too large. However, if you...

Make MySQL searches faster with full text index

Using PHP to find out a date, a period of time or the difference as text

Feb 15, 20223 min read108 views

In this post you will learn how to output times with PHP and also WordPress. This includes the current date; dates in the future, or in the past. Also...

Using PHP to find out a date, a period of time or the difference as text

WordPress: Create 301 Redirects

Jul 14, 20202 min read26 views

WordPress itself does not offer the possibility to create redirects with the WordPress Admin, therefore you have to either use a plugin or create all...

WordPress: Create 301 Redirects