summaryrefslogtreecommitdiff
path: root/angebote/inc/template.php
diff options
context:
space:
mode:
authorMax2019-04-15 16:21:28 +0200
committerMax2019-04-15 16:21:28 +0200
commit0c6541c8aea6370368aa7c442b2d6a00075fee7c (patch)
tree2a4d71fe1036d25def6e44270554ac45dba8e12f /angebote/inc/template.php
parent919c70c54dccef5435f7aa7aacef52a50ea60416 (diff)
downloadfuselkoenig_de-0c6541c8aea6370368aa7c442b2d6a00075fee7c.tar.gz
Improves rewrite rules for offers special page.
Diffstat (limited to 'angebote/inc/template.php')
-rw-r--r--angebote/inc/template.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/angebote/inc/template.php b/angebote/inc/template.php
index fd92906..6f1be41 100644
--- a/angebote/inc/template.php
+++ b/angebote/inc/template.php
@@ -66,9 +66,8 @@ function render_offer_template( $atts ) {
<?php
if ( $offer['include_post_link'] ) {
?>
- <h3 class="card-title"><a class="offer-title" href="<?php echo get_post_permalink( $post ); ?>" title="<?php echo $offer['name']; ?>"><?php echo $offer['name']; ?> <i class="material-icons icon-small" sstyle="font-size: 50%;">
-launch
-</i></a></h3>
+ <h3 class="card-title"><a class="offer-title" href="<?php echo get_post_permalink( $post ); ?>" title="<?php echo $offer['name']; ?>"><?php echo $offer['name']; ?>
+</a> ¶</h3>
<?php
} else {
?>
@@ -98,7 +97,7 @@ launch
<?php
if ( $offer['include_post_link'] ) {
?>
- <a href="<?php echo get_post_permalink( $post ); ?>#title" class="btn btn-light">Detailansicht</a>
+ <a href="<?php echo get_post_permalink( $post ); ?>#title" class="btn btn-light" title="Kommentieren und mehr">Detailansicht</a>
<?php
}
?>