Storefront Blog Excerpts

설명

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:

  1. 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).
  2. To modify the settings, login to your WordPress dashboard.
  3. Navigate to Customize page under Appearance.
  4. Find the Blog Excerpt section. This should be located after the Layout section.
  5. 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.

스크린샷

  • new section called "Blog Excerpt" is added on the customizer
  • The Storefront blog excerpt plugin in action. The read more button is added below the excerpt.
  • A sample of a featured image where the image size is set to thumbnail in the customizer.

설치

Install via the WordPress Dashboard:

  1. Login to your WordPress Dashboard.
  2. Navigate to Plugins, and select add new to go to the “Add Plugins” page.
  3. In the right side, enter “Storefront Blog Excerpt” in the search input bar, and hit your enter key.
  4. 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.

FAQ

Will this plugin work for themes other than Storefront?

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.

I’ve activated the plugin, where can I access the settings?

The settings for this plugin can be found in the Customize page under Appearance. In that page, find the section named “Blog Excerpt”.

Is it possible for users to create custom excerpts?

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.

Instead of floating to the left, I want the thumbnail image to float to the right with a left margin. How do I do that?

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';
}

후기

2020년 7월 29일
Now the readers are forced to look at the page that it is on so they can leave comments. In the past, they would read an article and not know that they could comment. Thank you so much... Also makes the page nice and clean
2020년 2월 22일
There are probably a dozen plugins that do what this one does, except this one doesn't require you to go in and edit all your posts. I use storefront, and I have a blog.I want people to be able to see a bunch of blog posts instead of getting bogged down in the first long-winded writing they come across. This does it, by itself, and doesn't break anything else.
2019년 1월 7일
I've only had this installed for a couple of minutes and already I had to give a five-star review. As soon as you activate the plugin, it automatically changes the blog feed. Of course, you can configure it however you'd like, but it looks great on a mobile device with the pre-set adjustments. After spending almost all of yesterday trying to get a plugin to work (for a totally different purpose), this was a huge relief. Thank you!
모든 12 평가 읽기

기여자 & 개발자

“Storefront Blog Excerpts”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Storefront Blog Excerpts”(이)가 2(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Storefront Blog Excerpts”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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

  • 초기 릴리즈