Web Design - Blog
Excluding/Removing Specific Tags in WordPress
Excluding specific tags from the tag list with the_tag seemed challenging. However, I figured out a way using get_the_tags, and I wanted to share it with you.
What We Want to Achieve with Our New Website
It's been a week since we launched our new website. During this week, we've been tirelessly tweaking settings, making adjustments, and adding new content to the site.
August 22, 2023, 14:40 – Reflecting on This Blog
About this blog. As we revamp our website, we’re contemplating what kind of content and topics to write about on this blog. It’s currently August 22nd (Tuesday), 2:40 PM, and I find myself in a family restaurant in Mizue, Kurashiki City, Okayama Prefecture. Why, you might wonder? Well, sitting in front of my computer at the usual workspace wasn’t yielding any ideas today. Inspiration wasn’t descending from the heavens, and I found myself just staring at the monitor.
How to Display Custom Post Type as a Dropdown Field in Contact Form 7
When using WordPress custom post types for website development, there are instances where you might want to dynamically display a list of custom post type titles within Contact Form 7 forms, such as contact forms, order forms, or other types of forms, allowing users to make selections. In this guide, we will achieve this without using additional plugins. We'll demonstrate how to display a list of custom post type titles in a dropdown format using the SELECT (select box) element within Contact Form 7.