Too many pictures on the website will greatly affect the opening speed. If there are too many pictures, the user may run away before all pictures are loaded. But sometimes pictures are necessary. Apart from shrinking the pictures on the website, the number of pictures can no longer be reduced. What should I do?
Category: Wordpress Skills
Wordpress Skills
What all junior WordPress developers should know
Anyone calling themselves a junior WordPress developer should know HTML and CSS, some basic PHP, and how WordPress works. That’s a given, and people who apply to our Junior vacancies already know these things.
In addition to the basics above, there are more things they need to know to successfully apply these skills to do custom WordPress theme development.
Get HD cover images of youtube videos in various sizes
How to get the url of Youtube video cover image: Just copy the cover image address below, and then replace the video ID inside with the target video ID.
Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’
Cannot connect to Mysql through /tmp/mysql.sock. The reason is that this socket does not exist. Two versions of mysql are installed, one is 5.7, socket…
How to change the default word length of summary of the function the_excerpt() in WordPress
The WordPress summary function the_excerpt() default display number of words can be modified as the following:
Add “click to load more articles” function implementation method for WordPress theme
We should often see that many websites do not use the paging function, but “click to load more articles” to achieve the page turning effect. The theme currently used by Lao Jiang also has this function, but I personally don’t particularly like this function, so I still use the paging effect. However, for some projects, especially mobile websites, the experience of using load paging will be better.