diff --git a/assets/beep-wordmark.png b/assets/beep-wordmark.png new file mode 100644 index 0000000..4cce11f Binary files /dev/null and b/assets/beep-wordmark.png differ diff --git a/includes/class-shortcode.php b/includes/class-shortcode.php index cd2c976..a0653c8 100755 --- a/includes/class-shortcode.php +++ b/includes/class-shortcode.php @@ -76,7 +76,8 @@ class Beep_Shortcode { public static function render_feed($atts) { $atts = shortcode_atts([ 'limit' => 50, - 'header' => 'Messages from', + 'header' => 'Beep!', + 'show_wordmark' => true, 'sort' => 'latest', ], $atts, 'beep_feed'); @@ -89,8 +90,11 @@ class Beep_Shortcode { ?>
- - + + + + +
diff --git a/includes/helpers.php b/includes/helpers.php index 962aa6e..3615286 100755 --- a/includes/helpers.php +++ b/includes/helpers.php @@ -77,19 +77,13 @@ function beep_render_composer() {
- - -