General WP Tip

Redirect WordPress Dashboard to a custom URL for Admins

Here is the PHP code I use to redirect to a custom WordPress Admin Page when I log into WordPress as an Administrator. Add this in functions.php or wherever else you add PHP code snippets (using WPCodeBox etc). But the above PHP code isn’t going to be very useful if you don’t know how to […]

Show Posts as a Table with Filters (WordPress Archive)

This post will show you how to show your WordPress Blog Posts and a Table with a filter without using jQuery. I originally found the code at this link here and I adapted it to meet my needs. VIDEO Tutorial Shortcode CSS JS PHP: Posts per page

WordPress Lifetime deals I’ve bought in 2026 (MUST-HAVES)

I’ve been well behaved this year so far and restricted myself from buying AppSumo deals and other Lifetime deals that (truth be told) I never end up using. But this year in , I have managed to get some really good Lifetime Deals on some WordPress plugins that I am using every single day in […]

Responsive Font Sizes In Your WordPress Website (The Ultimate Guide)

Responsive Font Sizes In Your WordPress Website (The Ultimate Guide)

Responsive font sizes in WordPress (and websites in general) have changed a lot over recent years, to the point that I didn’t bother learning what a REM was (lazy of me, I know). If you want to completely understand when to use %, px, em or rem for your font sizes, this article is going […]

WordPress user access: 100% FREE plugins to restrict user access in WordPress

WordPress user access: 100% FREE plugins to restrict user access in WordPress

In today’s video tutorial, I’m going to talk about restricting user access in WordPress. Here’s the video So, let’s say you’re doing a website for a client. Different people will get access to different pages and sections of the WordPress Dashboard like not being able to install plugins (we know plugins can break sites). For most people, if […]