Topic: php

WordPress + Gumlet + S3: Resizing images from server side and upload to S3

1. Task In this post, we will use Gumlet PHP Image Resize library to compress... Read

[WordPress] Using Code Snippets to Modify Themes Without Child Theme

Code Snippets is an amazing plugin to add functions to current theme without the need... Read

[WordPress] Let’s Make Plugin E01: A Simple View Count Plugin

Hi, Nice to see you again! Recently I have learned more about WordPress and feel... Read

[WordPress] Create custom post type programmatically

What are custom post types, why we need them, how to create them... Read

[WordPress] Open Images in Posts into Lightboxes On Clicks (Without Plugins)

Task Description When user clicks an image within the entry, the image will be opened... Read

[WordPress] Add a call-to-action floating button without plugins

If you want to create a floating element (such as button) to your WordPress website... Read

[WordPress] Add content at the end of every post without plugins

Sometimes you may want to add information to every posts but don’t want to open... Read

[WordPress] How to transform post title into UPPERCASE without plugins

To transform the post title into different style, for example uppercase, you don’t need to... Read

[WordPress] Difference between die() and wp_die()

WordPress uses PHP as the core language. So die() would be just fine to use.... Read

[WordPress] Customizing Themes: Basic Principles & Examples

The purpose of this article is to provide some methods to customize a WordPress theme.... Read

reCaptcha v3: How to implement on WordPress custom forms to stop bot signups

Implement reCaptcha v3 on a custom forms and the differences among the reCaptcha... Read

[PHP] Get rid of multi-layered if-else nested conditions

So after a time learning and practicing, I realized there are some ways to get... Read