文章内容常见格式展示,文章内容模块展示,文章内自带视频,灯箱相册,单图片灯箱,代码高亮,外部视频引入等
wordpress自带插入文章
wordpress自带插入视频展示
相册灯箱展示 自适应对其
代码展示 代码高亮插件推荐:Pure Highlightjs
<?php
/**
* The sidebar containing the main widget area
* 默认首页,非模块化首页,博客格式布局
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package ripro-v2
*/
get_header();
dynamic_sidebar('modules');
get_footer();
?>