-
video
如何自定义WordPress的默认视频输出
当我们将视频地址直接贴入WordPress文章中的时候,WordPress默认会添加video标签,但会设定固定的宽高,无法自适应,同时也没有兼容各端的考虑。实际使用的时候我们需要...
-
seo tools
Many things you need to know about website seo
Search engine optimization(SEO) makes your website better with search engine. If you own a...
-
sitemap seo
WordPress版本低于5.5的话怎么定制sitemap输出
WordPress5.5版本开始内核支持sitemap的输出了,但如果你的主机还不方便升级到这个版本以上,或者没有升级的想法,那怎么办? 常规的可以安装WordPress关于sit...
-
sitemap seo
如何定制WordPress的Sitemap输出
对于SEO来说,sitemap是必备的,WordPress从5.5版本开始内置了sitemap的输出✈。 默认情况下,WordPress会将站内所有文章类型(public)的列表(...
-
video 视频背景
HTML5 video background solution(网页视频融入背景兼容解决方案)
在网页中插入视频我们常常会希望它能自动播放同时融入网页背景。关于如何在不同设备和浏览器中兼容自动播放,可以看这里,今天来谈谈如何在融入背景上做兼容。 mp4视频插入网页后,当需要和...
-
video autoplay
HTML5 video autoplay(自动播放设置,包含移动端和微信)
在html中添加video标签可以直接插处视频,使用autoplay理论上就可以自动播放了。但要做到在各浏览器中兼容,并且有一个良好的样式,则需要额外添加不少代码。根据下面的步骤可...
-
date
Useful Time Function in WordPress
In WordPress, there is a function named current_time()✈ used to deal with the current loca...
-
jquery plugin
Jquery smartSelects plugin
Use to create more intelligent dropdown select, support ajax data resource. Load1git clone...
-
curl
Customize Your Own PHP Curl Class
A simple php curl class include some default setting that always used. Load1composer requi...