”投稿”の表示方法

html/css

[su_posts template="templates/default-loop.php" id="" posts_per_page="5" post_type="post" taxonomy="category" tax_term="" tax_operator="IN" author="" meta_key="" offset="0" order="DESC" orderby="date" post_parent="" post_status="publish" ignore_sticky_posts="no"]
<div class="free01_btn"><a href="#">ボタン</a></div>
/* サムネイル画像非表示 */
.su-posts-default-loop .su-post-thumbnail {
  display: none !important;
}
/* コメントの有無非表示 */
.su-posts-default-loop .su-post-comments-link {
  display: none !important;
}
.post_content a:hover {
    text-decoration: none;
}
/* ボタン */
.free01_btn {
  text-align: center;
  margin-top: 3em;
}
.free01_btn a {
  background-color: black;
  color: white;
  padding: 1em 3em;
}