the7文章列表简要内容添加链接方法

网站建设
wordpress建站时用the7主题,文章列表的简要说明要加上超链接的方法是
一:
文件所在的位置
/template-parts/blog/masonry/blog-masonry-post.php
<?php echo presscore_get_posted_on();
echo ‘<div class=”entry-excerpt”>’;
echo ‘<a href=”‘;
echo the_permalink();
echo ‘”>’;
if ( $config->get( ‘show_excerpts’ ) ) { presscore_the_excerpt(); }
echo ‘</a></div>’;
<?php
if ( $config->get( ‘show_excerpts’ ) && isset( $post_excerpt ) ) {
echo ‘<div class=”entry-excerpt”>’;
echo ‘<a href=”‘;
echo the_permalink();
echo ‘”>’;
echo $post_excerpt;
echo ‘</a></div>’; }
?>
上一个:网站建设过程中设计师和产品经理应该紧密配合
下一个:32个网站设计及网页设计配色方案范例!
仁怀网站建设,仁怀做网站,仁怀网站设计