Note on html and body height: 100%.
This section describes the problems with setting height: 100% in html and body and how to avoid them.
This section describes the problems with setting height: 100% in html and body and how to avoid them.
This section describes common error messages when Wordmove fails to push a database and what to do about it.
This section describes common error messages when push fails in Wordmove and how to resolve them.
This section explains how to effectively get the parent page slug from a child page in WordPress.
How to get the slug of the parent page in WordPress Read More »
This is an explanation of what to do when “is_page()” does not work correctly and the reasons behind it.
This section explains the problem of not being able to specify the size of an image set in a pseudo-element and how to work around it.
Size specifications for images set in pseudo-elements and how to avoid them Read More »
This section describes how to solve the problem of height: 100% not working on Flexbox child elements and an example of its use.
How to resolve the issue of height: 100% not working on Flexbox child elements Read More »
This section explains how to customize scrollbars in WebKit-based browsers and what to look out for.
How to display custom scrollbars in Chrome and iOS Read More »
This section explains how DOM elements and jQuery objects are converted to each other and provides concrete examples of their use.
This section introduces the basic usage of jQuery’s “each” method and specific examples of its use.
Basics of jQuery’s EACH method and examples of its use Read More »
Here is an easy way to reverse Swiper’s sliding direction.
How to reverse the direction of a slide in Swiper Read More »
This section explains how to easily get the alt attribute of an image in WordPress.
How to get alt attributes for images in WordPress Read More »
This section explains how to use wp-cli’s search-replace
command to efficiently change the URL of a WordPress site.
How to change the URL of a WordPress site using wp-cli Read More »
This section explains the difference between query_posts and
the_posts
and how to reset each after running a custom WordPress query.
How to reset after query_posts and the_posts in WordPress Read More »
This section describes some notes and solutions for naming when setting up a custom taxonomy in WordPress.
Points to note when setting custom taxonomy names in WordPress Read More »
This section explains how to change the custom taxonomy name by rewriting the WordPress database directly.
How to change custom taxonomy names in WordPress Read More »
Learn how to use WordPress tax_query to create complex taxonomy queries.
How to create complex taxonomy queries using WordPress tax_query Read More »
This section explains how to insert an image to be added to a post in WordPress as a link by default.
How to make a WordPress post image a link by default Read More »
This section describes how to deal with errors caused by line feed codes in string output from PHP in JavaScript.
How to handle newline codes when outputting JS strings in PHP Read More »
This section provides a detailed explanation of how the Google Maps API call count mechanism works and points to keep in mind.
Number of Google Maps API calls and how they are counted Read More »
Explanation of the need for HTTPS when using the Google Maps API to get your current location and the error messages associated with it.
Getting Current Location with Google Maps API: The Importance of HTTPS Read More »
This section describes how to restart Apache and the characteristics and application situations of each method.
This section describes how to use jQuery to programmatically fire a click event on a specific element.
How to programmatically fire a click event in jQuery Read More »
This section describes permission errors when using Wordmove to synchronize WordPress development environments and how to handle them.
Permission errors in Wordmove and how to deal with them Read More »
Learn how to animate CSS display property changes from display: none to display: block with smooth animation.
Animation when changing from display: none to display: block Read More »
Learn how to easily customize and hide WordPress widget titles.
How to customize and hide WordPress widget titles Read More »
This is an explanation of how to customize the date notation of WordPress archive links and widgets.
How to Customize Archive Date Notation in WordPress Read More »
This section describes a CSS technique that automatically omits text that does not fit on a single line by using the three-pointed leader “…”.
Two solutions to the problem of character spacing inheritance and its solution are presented here.
Inheritance problem of letter-spacing and its solution Read More »
The orientation media query does not determine “device orientation” but rather “viewport orientation. This article explains the truth and how to utilize it.
The truth about orientation media queries: it’s not the orientation of the device Read More »