Skip to content

Commit

Permalink
feat: remove blog bottom button
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliwenwenwen committed Apr 16, 2024
1 parent 69f0c1f commit 022d532
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pingcap-jp/templates/single-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ function ($acum, $user) {
<?php the_content(); ?>
</div>

<?php if ($post_type === 'post' && ACF::get_field_bool('field_blog_button_link_enable_post_button_link')) { ?>
<br />
<p><a href="<?php echo ACF::get_field_string('field_blog_button_link_post_button_url'); ?>" class="button"><?php echo ACF::get_field_string('field_blog_button_link_post_button_text'); ?></a></p>
<?php } ?>

<?php
$posttags = get_the_tags();
if ($posttags) {
Expand Down

0 comments on commit 022d532

Please sign in to comment.