Coding

Wordpress

How to change the last sentence […] of the article excerpt “the_excerpt();” to (read more) etc. with a link, and how to adjust the number of characters [WordPress].

If you want to place an excerpt in a Wordoress category or archive, you can use ...
css

How to rotate an element using css. transform:rotate()

transform is a css property that allows you to transform an element, but in this...
css

[css]How to specify the nth number, such as odd, even, or evenly spaced. “:nth-child()”and”:nth-last-child”

This article explains how to use :nth-child() and :nth-last-child, two excellent css pseudo-classes that allow you to name the nth number, such as odd, even, or evenly spaced.
css

[css] How to remove wrapping with float “clear” and “clearfix”

Float" is often used to align elements horizontally. Have you ever had a proble...
css

[css] 2021, this is the latest clearfix setting!

clearfix is often used as a method to remove float wrapping, but at one time it ...
css

[css] How to center a “position: absolute” element

When using position to position an element, you may often want to center the ele...
javascript

How to display multiple Google Calendar in fullcalendar

There are several ways to display a calendar on your site, but I often use fullc...
javascript

How to pass form data from javascript to php

How to pass data between Javascript and php seems to be necessary, but there are...
Wordpress

Using php in WordPress articles [shortcode].

Don't you think it would be convenient if you could use php in your wordpress ar...
Sponsored Links