If in any case you can’t access your WordPress website because your current admin account isn’t working or your site got hacked. You can always create a new admin account via functions.php. If you have access to this file that is. Don’t forget to replace temp_admin, p4ssw0rd!, and email@hoolite.be with your own values. Visit your […]
Tag: PHP
Create your own custom related posts for WordPress (No plugin)
Creating your own Related posts for WordPress custom post types or for your blog isn’t that hard. You can use my example code below to set it up. Before we start, I assume you already have experience with editing PHP and working with your WordPress child theme. Okay, let’s get started. First we open our […]