CustomizeArticle list

Causes and solutions for posting titles becoming vertically long in the posting list on the management screen

Causes and solutions for posting titles becoming vertically long in the posting list on the management screen

  • WordPress

When you open a past post in WordPress, isn’t it difficult to see the title column because it has many lines or is vertically long one character at a time? This is not a bug and can be fixed with a simple fix, so let’s adjust it ourselves.

How to change the update time (cache time) of RSS feed block

How to change the update time (cache time) of RSS feed block

  • WordPress

In WordPress, the update interval when receiving RSS feeds and displaying the new arrival list of external sites is set to 12 hours as standard. I’ll show you how to use a simple code to update at any time or on demand.

[WordPress] How to automatically display “old information” on posts that have passed a certain period of time since the last update date

[WordPress] How to automatically display “old information” on posts that have passed a certain period of time since the last update date

  • WordPress

Introducing a method to automatically display “may be old information” on the body of a post that has been created and managed by WordPress for a certain period of time since the last update date.

How to make a button that can be clicked when checked (agree with something) using jQuery

How to make a button that can be clicked when checked (agree with something) using jQuery

  • WordPress

A button that transitions to the next screen when you check “I agree with XX”, which is often seen on mail-order sites and sites that make insurance contracts. I think that it will be quite difficult, but I will introduce it because it can be implemented unexpectedly easily using jQuery in WordPress.

Even 2560px is too big! ?? How to change the automatic reduction when uploading a huge image to an arbitrary value

Even 2560px is too big! ?? How to change the automatic reduction when uploading a huge image to an arbitrary value

  • SEO
  • WordPress

We will introduce how to change the setting of the function that automatically reduces the long side of the uploaded huge image to 2560px, which was adopted from around WordPress 5.3, and set any size as the upper limit of the long side. All you have to do is add some simple code to your theme’s functions.php.

How to display the file size and vertical / horizontal size of the image in the media list on the WordPress management screen [Note]

How to display the file size and vertical / horizontal size of the image in the media list on the WordPress management screen [Note]

  • WordPress

I will introduce how to display the file size in the WordPress media list, and in the latter half, display additional image size. When searching for heavy images, it is convenient because you can check it without having to go to the media edit screen.

[WordPress] How to create a site in another language without a plugin (Example: Create an English secondary site to a Japanese site)

[WordPress] How to create a site in another language without a plugin (Example: Create an English secondary site to a Japanese site)

  • WordPress

I want to create a site in another language with the same content as well as my mother tongue! Multilingual support (multilingual). In WordPress, there are many people who use plugins to translate into other languages, but about the possibility of building by yourself, verification & management article when adding an English site to a site actually created with a Japanese site is.

[BbPress] How to set up a link button to move to the profile page of the user who is currently logged in to any location

[BbPress] How to set up a link button to move to the profile page of the user who is currently logged in to any location

  • WordPress

I will show you how to use a short code to display an independent button to go to the profile screen of the logged-in user with [bbPress], which is famous as a WordPress bulletin board creation plugin.