This post shows you how to make a redirect that all 404 archive pages will be forwarded to the blog post page, or a new page that you define.
Blog
Code refactoring: When and How
In general, code refactoring refers to the process of changing bad codes into cleaner, purposeful, human-readable, reusable code in order to be cost effective, easy to maintain and collaborate, and probably a better performance.
[HTML] Form button issue and solution: Upload button behaves as a submit button
When pressing button Upload, the form submitted itself. Let’s fix this.
WordPress’s ACF: Dynamically populate a select list with values from repeater text fields
1. Task description There are two custom fields made with Advanced Custom Fields Pro plugin: Video Tutorials and Video Tutorial Sections. Video Tutorials: has a repeater field that include Video name (Text), Video URL from Youtube (Text), and Video section (Select). This will display under a page called Video Tutorials. Video Tutorial Sections: a repeater […]
Trello boards: Transfering private boards to another account
Transfering Trello boards to another account had caused me some headache recently. The main thing was, I would like to move all the private boards from company email account into my personal email account. I had been searching for a while over the Internet with some phrases like “transfer Trello boards to another account“, or […]
[CSS] Fixed sidebar when scrolling: Use position Sticky
How to make a WP sidebar fixed with several lines of CSS.