Storefront Blog Excerpts
Storefront Blog Excerpts
Description
This plugin changes the post content area on the blog archive page to show the excerpt instead of the full content. Users will also be able to modify the size of the featured image.
This plugin is built to work with the Storefront Theme. This plugin is fully compatible with the Storefront Blog Customizer premium plugin by Woothemes.
How to use:
- Once the plugin is activated, it will automatically enable the blog excerpt, replacing the content block on the archive pages (blog, tags, category and date archives).
- To modify the settings, login to your WordPress dashboard.
- Navigate to Customize page under Appearance.
- Find the Blog Excerpt section. This should be located after the Layout section.
- In this section you will be able to modify the following properties:
- Excerpt word count – default value is 55
- Excerpt word end – default value is … hellip
- Read more button text – default value is “Read more”
- Featured image size – default value is “full”
Note: If featured value is set to thumbnail, the image will be assigned with the class “alignleft”, which means it will float to the left side, with a right margin for spacing.
Installation
Install via the WordPress Dashboard:
- Login to your WordPress Dashboard.
- Navigate to Plugins, and select add new to go to the “Add Plugins” page.
- In the right side, enter “Storefront Blog Excerpt” in the search input bar, and hit your enter key.
- Click install, and wait for the plugin to download. Once done, activate the plugin.
Install via FTP:
- Extract the zip file, login using your ftp client, and upload the storefront-blog-excerpt folder to your
/wp-content/plugins/directory - Login to your WordPress Dashboard.
- go to plugins and activate “Storefront Blog Exvcerpt” plugin.
Screenshots
Faq
Unfortunately no. This plugin was designed to work for the Storefront theme, utilizing Storefront’s action hooks and filters. Activating the plugin while using a different theme will trigger a warning.
The settings for this plugin can be found in the Customize page under Appearance. In that page, find the section named “Blog Excerpt”.
Users may create custom excerpts using WordPress default excerpt field. If you’re not seeing it when editing a post, you’ll just have to enable it via the screen options. Note that your custom excerpt will also be trimmed in respect with the word count you’ve set on the customizer.
To do this, you’ll just have to apply the following code on your theme’s (preferably a child theme) functions.php file.
add_filter( 'woa_sf_blog_excerpt_image_float', woa_excerpt_thumbnail_float);
function woa_excerpt_thumbnail_float() {
return 'alignright';
}
Reviews
A great plugin
By webmasterscr on January 5, 2024
A must-have plugin to make Storefront's blog archive acceptable.
Top Stuff - Good Work - I needed this
By Smolle on July 29, 2020
This is the one you want
By therealcoldbike on February 22, 2020
thanks
By chenligo on December 4, 2019
Only had it for two minutes
By thesamantics on January 7, 2019
Works like a charm!
By mattdew on July 3, 2018
Does exactly what expected
By PatrizioRD on July 3, 2018
Top Plugin
By FinnSommer on December 17, 2017
All Plugins Should Be This Simple!
By mlbargainbarn on August 26, 2017
Perfect!
By Ruth Maude (dandelionweb) on September 3, 2016
Thanks this was exactly what I was looking for. Love the customize controls.
Changelog
1.2.0
- fixed code for php8 compatibility
1.1.4
- replaced TEMPLATEPATH with get_template_directory()
1.1.3
- Tested with WP version 4.9.1, WooCommerce 3.2.6 and Storefront 2.2.5
- Blog excerpt thumbnail image now has a permalink.
1.1.2
- tested with WP version 4.7.3, WooCommerce 2.6.14 and Storefront 2.1.8
1.1.1
- fixed – empty
<
p> tags are added before and after the excerpt.
* made the “Read more” button translatable
1.1.0
- added support for shortcodes on the excerpt as requested (here)[https://wordpress.org/support/topic/filter-the_excerpt-not-applied?replies=2]
1.0.0
- Initial release


