Easy Custom Auto Excerpt
Easy Custom Auto Excerpt is a WordPress plugin to cut/excerpt your posts displayed in home, search or archive pages. This plugin also enables you to customize the read more button text and thumbnail image. Just activate the plugin, configure some options and you’re good to go 🙂 ECAE only works on themes that call the_content() or the_excerpt() on home, search & archive pages. ECAE does not support themes that use custom functions to display excerpt, like Total, OceanWP, Writee, and Customizr. The free version comes with everything you need to auto excerpt your content. Live Demo | Premium Version | Documentation | Support Forum Features: Excerpt your posts based on character length. Choose to excerpt your posts on home, search, archive, or custom archive pages. Align text (Justify, Right, Left, Center) your text based on your preference. Custom Read More text and Button. Preserve Image on Excerpt. Preserve real excerpt you wrote. Partial Indonesian and Spanish translation. Enable excerpt on RSS feed. Excerpt method by 1st paragraph, 2nd paragraph, and 3rd paragraph Premium Features: And if you like our plugin and want to do more customization we offer the premium version with some added features: Adjust Image Excerpt Position (left, right, center, float left and float right) Adjust Image width and margin Disable excerpt on specific post 10 Read More font type and custom font size 40+ Read More button themes. Customize button HTML Get the premium version: Easy Custom Auto Excerpt Premium Plugin Demo You can try the plugin on this URL: http://coba.tonjoostudio.com username: coba password: 123456 Information if you have any questions, comment, customization request or suggestion please contact us via our support forum Find more detail on our official site: Easy Custom Auto Excerpt Premium Or you can find our best plugins at Tonjoo Studio We can also modify your WordPress plugins according to your needs. Visit us : Tonjoo WordPress Developer Install Instruction Install the plugin. In the Admin Panel, Go to Excerpt -> Settings. Customize the settings according to your need. To remove read more link, fill read more text with “-” (without quote) Please have a time to understand how this plugin is generating excerpt : If the post has read more, then the read more will be used. If the post doesn’t have read more, then post excerpt will be used. If the post doesn’t have read more and excerpt, then it will automagically generate excerpt. Usage Instruction General Options Excerpt method Paragraph method will cut per paragraph Character method will cut per character based on characters count of Excerpt Size The left options is to only show one or more paragraph from beginning of the content Excerpt Size The number of characters to show based on Paragraph or Character Excerpt Method Strip shortcode If you select ‘yes’ any shortcode will be eliminated from the excerpt Strip empty HTML tags If you select ‘yes’ any empty HTML tags will be eliminated from the excerpt Disable on RSS Feed Disable this plugin on RSS feed page Special method This basically will fix some error on some themes Content Options Text align The plugin will try to align the excerpt Display Image Options Content image Option to select what image to show on the excerpt “Show all images” will show all the images on the visible content “Show only first image” will only show the first image on the content “Use Featured Image” will show the post’s featured image Image position, Image width, and Image margin [PREMIUM VERSION] This options is to configure how to show the image This options is work only on Content Image: Show Only First Image and Use Featured Image Below the screenshots of the some image options Image thumbnail size [PREMIUM VERSION] This is an option so select what image size to show This options is work only on Content Image: Use Featured Image Excerpt location Basic settings Option to determine the location to show the excerpt, i.e. blog page, front page, archive page, and search page User can also select which page to enable the excerpt Advanced settings This is an advanced settings of the location, which is users can select the post type or category to show on the each option, like blog page or front page Read more button Display option Normal : show readmore button, only if content length is bigger than excerpt size Always Show : always show the readmore button Always Hide : always hide the readmore button Read more text The text to show on read more link Text after content The text located right after the content, for example dots “[…]”. This element can be styled by css with selector “.ecae-dots” Inline Button The plugin will try to make the read more link inline with the paragraph Readmore align The plugin will try to align the read more link Button font [PREMIUM VERSION] The font of read more link and the text before link Button font size [PREMIUM VERSION] The font size of read more link and the text before link Text before button link Text before read more link Button link type [SEPARATED PREMIUM VERSION] The style of read more link > Notes: both Read more text and Text before link can be translated with WPML string translation. After you save the ECAE option, go to the WPML String Translation and then search for domain name “easy-custom-auto-excerpt”. The text is the one named “Readmore text” and “Before readmore text” (see the attached image below). Button Shortcode You can manually add the button by put this shortcode to your post: [ecae_button] Required “strip shortcode options” = No Read More Live Preview The preview of read more link and the text before link Custom CSS Allow user to add the custom css for the read more link and the text before link License Registering the license code is useful to get the regular updates of ECAE premium Registering the license code will also remove the tonjoostudio ads Translation : Bahasa Indonesia : Todi ~ @todiadiyatmo Serbian : Ogi Djuraskovic ~ firstsiteguide.com German French Spanish
Top keywords
- excerpt32×3.18%
- image24×2.39%
- read23×2.29%
- text21×2.09%
- link17×1.69%
- show17×1.69%
- button16×1.59%
- content12×1.19%
- premium12×1.19%
- options10×0.99%
- read more link10×0.99%
- custom9×0.89%
Sitekit
Sitekit Donate GitHub Settings: Google Analytics code Show/hide google analytics code if user is logged in Head code Footer code Widgets: Archives Categories Pages Search Shortcodes: [sitekit_posts] [sitekit_archives] [sitekit_categories] [sitekit_bloginfo] [sitekit_iframe] Parameters for [sitekit_posts]: post_type – show posts associated with certain type: [sitekit_posts post_type="page"]; by default posts are shown: [sitekit_posts post_type="post"]; Possible params: post | page | revision | attachment | nav_menu_item | any | your_custom_post_type orderby – the column to use for ordering posts list: [sitekit_posts orderby="id"]; by default list is sorted by date: [sitekit_posts orderby="date"]; Possible params: modified | title | name | ID | rand order – how to sort posts list: [sitekit_posts order="DESC"]; by default list is sorted by ascending order (A-Z): [sitekit_posts order="ASC"]; posts_per_page – how many posts to show in the list: [sitekit_posts posts_per_page="50"]; by default: [sitekit_posts posts_per_page="100"]; [sitekit_posts] is based on WP_Query class. Parameters for [sitekit_archives]: [sitekit_archives] – list of monthly archives links sorted by date; [sitekit_archives type="yearly"] – list of yearly archives links; [sitekit_archives type="monthly"] – list of monthly archives links; [sitekit_archives type="weekly"] – list of weekly archives links; [sitekit_archives type="daily"] – list of daily archives links; [sitekit_archives type="postbypost"] – list of all posts links sorted by date; [sitekit_archives type="alpha"] – list of all posts links sorted by title; limit – how many links to be included in the list: [sitekit_archives limit="10"]; by default all links are shown: [sitekit_archives limit=""]; format – format for the archive: [sitekit_archives format="option"] – show as a dropdown; by default unordered list is shown: [sitekit_archives format="html"]; show_post_count – display counter of posts in the archive: [sitekit_archives show_post_count="1"]; by default counter is not shown: [sitekit_archives show_post_count="0"]; order – how to sort archives links: [sitekit_archives order="ASC"]; by default links are sorted by descending order (Z-A): [sitekit_archives order="DESC"]; [sitekit_archives] is based on wp_get_archives function. Parameters for [sitekit_categories]: orderby – the column to use for ordering categories list: [sitekit_categories orderby="id"]; by default list is sorted by title: [sitekit_categories orderby="name"]; order – how to sort categories list: [sitekit_categories order="DESC"]; by default list is sorted by ascending order (A-Z): [sitekit_categories order="ASC"]; show_count – display counter of posts in the categories list: [sitekit_categories show_count="1"]; by default counter is not shown: [sitekit_categories show_count="0"]; hide_empty – the column to use for ordering categories list: [sitekit_categories hide_empty="0"]; by default empty categories are hidden: [sitekit_categories hide_empty="1"]; hierarchical – show tree-like categories list: [sitekit_categories hierarchical="0"]; by default the list is hierarchical: [sitekit_categories hierarchical="1"]; depth – how many levels to include in categories list: [sitekit_categories depth="5"]; by default depth is unlimited: [sitekit_categories depth="0"]; taxonomy – which taxonomy to show in the list: [sitekit_categories taxonomy="post_tag"]; by default categories are shown: [sitekit_categories taxonomy="category"]; child_of – term ID to retrieve child terms of: [sitekit_categories child_of="77"]; by default all categories are shown: [sitekit_categories child_of="0"]; exclude – comma/space-separated string of term IDs to exclude: [sitekit_categories exclude="77"]; by default all categories are shown: [sitekit_categories exclude=""]; exclude_tree – comma/space-separated string of term IDs to exclude, along with their descendants: [sitekit_categories exclude_tree="77"]; by default all categories are shown: [sitekit_categories exclude_tree=""]; [sitekit_categories] is based on wp_list_categories function. Parameters for [sitekit_bloginfo]: [sitekit_bloginfo show="name"] – sitekit_bloginfo params; [sitekit_bloginfo] is based on bloginfo function. Parameters for [sitekit_iframe]: src – source of the iframe: [sitekit_iframe src="http://www.youtube.com/embed/4qsGTXLnmKs"]; by default src=”http://www.youtube.com/embed/4qsGTXLnmKs”; width – width in pixels or in percents: [sitekit_iframe width="100%"] or [sitekit_iframe width="600"]; by default width=”100%”; height – height in pixels: [sitekit_iframe height="500"]; by default height=”500″; scrolling – with or without the scrollbar: [sitekit_iframe scrolling="no"]; by default scrolling=”yes”; frameborder – with or without the frame border: [sitekit_iframe frameborder="0"]; by default frameborder=”0″; marginheight – height of the margin: [sitekit_iframe marginheight="0"]; removed by default; marginwidth – width of the margin: [sitekit_iframe marginwidth="0"]; removed by default; allowtransparency – allows to set transparency of the iframe: [sitekit_iframe allowtransparency="true"]; removed by default; id – allows to add the id of the iframe: [sitekit_iframe id="custom_id"]; removed by default; class – allows to add the class of the iframe: [sitekit_iframe class="custom_class"]; by default class=”iframe-class”; style – allows to add the css styles of the iframe: [sitekit_iframe style="margin-left:-30px;"]; removed by default; any_other_param – allows to add new parameter of the iframe [sitekit_iframe any_other_param="any_value"]; any_other_empty_param – allows to add new empty parameter of the iframe (like “allowfullscreen” on youtube) [sitekit_iframe any_other_empty_param=""]; Parameters for [sitekit_menu]: The [sitekit_menu] shortcode allows you to display a custom menu. It supports all the parameters of the WordPress wp_nav_menu() function. menu – The menu that should be displayed. Accepts (matching in order) id, slug, name. Default: empty. Example: [sitekit_menu menu="main-menu"] container – Whether to wrap the ul, and what to wrap it with. Default ‘div’. Example without a container: [sitekit_menu menu="main-menu" container=""] container_class – The class that is applied to the container. Default ‘menu-{menu slug}-container’. Example: [sitekit_menu menu="main-menu" container_class="custom-container"] container_id – The ID that is applied to the container. Default empty. menu_class – CSS class to use for the ul element which forms the menu. Default ‘menu’. Example: [sitekit_menu menu="main-menu" menu_class="custom-menu"] menu_id – The ID that is applied to the ul element. Default empty. echo – Whether to echo the menu or return it. Default false. fallback_cb – If the menu doesn’t exist, a callback function will fire. Default ‘wp_page_menu’. before – Text before the link markup. Default empty. after – Text after the link markup. Default empty. link_before – Text before the link text. Default empty. link_after – Text after the link text. Default empty. items_wrap – How the list items should be wrapped. Default %3$s . depth – How many levels of the hierarchy are to be included. 0 means all. Default 0. Example: [sitekit_menu menu="primary-menu" depth="2"] walker – Custom walker object to use. Default empty.