On your theme folder, open the index.php
(or, home.php
, or, front-page.php
), and find, if there is a function named:
the_content()
Just change it to:
the_excerpt()
P.S.: If you can’t find the_content()
in the mentioned file, try searching content.php
, and in this case, change it with caution. Because in theme TwentyTwelve, it’s used with conditional tags for different pages.
Related Posts:
- How to put a banner ad between post 1 and post 2 on homepage only
- Toolbar/topbar missing on homepage only?
- Use a different template/theme if mobile only on home page
- WordPress is not able to change themes
- Inconsistent translation on a WP site
- What is the “pub” theme? [closed]
- WordPress front page empty, however, there is content on website
- Trying to uninstall a theme, but it’s hijacking my home page
- Two themes using a Multiple Themes plugin
- how do you add a gallery to the homepage without using a post or page?
- Custom homepage with recent blog posts
- how to edit homepage
- Pagination not working in home page
- Showing wordpress theme demo at front end
- Static front page displaying twice
- What does exactly GPL license mean for my WordPress theme?
- How to set thumbnail image for a (child) theme
- Categorising themes by folders in backend
- Is it possible to stop a theme activation when a certain plugin is not activated
- add image size still doesn’t work even after regenerating thumbnails
- Custom Upload Panel in Menu Bar
- Best location for theme translation files
- WordPress themes under GPL license
- How can I customize the search results in Bones theme?
- How to develop a theme while having another show up
- When does WordPress wrap inline scripts in CDATA?
- Switch to other theme at URL
- How to load a different theme for categories?
- How to remove header image on subpages in Twenty Eleven (default theme)?
- Can I update themes without enabling maintenance mode?
- How to change sidebar per page?
- Add a series of checkboxes to theme options
- WordPress Theme Development Seemingly Awful Partitioning of Includes?
- Disable Theme API / Front end (for API only environment)
- Hide default “Recent Comments” Widget if there are no comments yet
- Showing post thumbnail (attachment) on the archive.php category listing
- Theme Check warning wrong direcory for theme
- Static page not working
- Add more widget areas to a theme
- Posts and Pages not showing on admin, but showing in theme
- Error defining a gutenberg block in a theme
- How can I add class to every quote element?
- Looking for a fully customisable WP responsive theme to develop a small scale fiverr type site for voice artists [closed]
- Page dissapears when i click save
- Read More Button Not Responding To Click
- How to use command lines an activate theme in wp – cli also setup Vagrant/Sage Theme?
- How to change the format of posts on the hompage?
- GPL 2 Theme using a framework for commercial Theme?
- Is wordpress big enough for my project [closed]
- What hook is the currently active theme’s functions.php file loaded on? [duplicate]
- How to get theme screenshot
- Theme doesn’t support shortcodes
- i would like to have 3 default columns editable in guttenberg
- Define theme information other than through style.css
- Change avatar on themed profile page
- WordPress 5.1 upgrade has lost the parent theme JavaScript
- Is it possible to open a page with a different theme?
- How to add some php code in header.php using plugin
- WordPress Theme and Plugin Name extraction
- Create page options for theme?
- Where is the best place to catch useragent?
- Knowing blog name using blog id
- Alternative to Back End Dashboard?
- How can I change the prev / next buttons text to Dutch?
- Does Jetpack store comments in local database also? [closed]
- Comments not displaying after changing theme
- Theme Translation?
- List of categories instead of dropdown menu selector in admin options
- Twenty Eleven NOT valid
- Query for all themes?
- How can I show some standard html code across any theme I install?
- First click to blog title does not open the blog article
- Problem of not changing the front and bottom of the Woodmart template by activating the really simple ssl pro plugin in WordPress
- Please help me clear my confusions about WordPress
- Trying to revive an old wordpress site, but newer versions of wordpress install a different db structure
- Theme translation not working
- How to change allowed attachment files extensions
- Dynamic image for Jumbotron on WordPress Custom Theme
- How to implement theme option to change bootstrap 4 container from .container to .container-fluid
- use a Thumbnail size in post
- Why does WordPress Editor Only Use Half the Box?
- Transfer WordPress site to another domain
- 500 Internal Errors
- Installing Theme from uploaded file. Not uploaded theme?
- Strange Theme Error – parent style occasionally showing though child theme
- Why Underscores Theme Comment Form Reversed?
- Can i add wordpress editor to my custom theme option? [closed]
- Firebug and Chrome rendering two body tags
- Does WordPress provide themes_api function?
- Where do URI files come from?
- How to show tags in posts with a theme that does not do it
- Converting HTML5 to XHTML
- How can i limit wordpress post title characters in sidebar?
- Best way to include pagination in a theme [closed]
- How to add sidebar to homepage programmatically?
- How to remove header “ish” label [closed]
- How to change the standard width of a page
- register_nav_menus syntax error, unexpected identifier “register_nav_menus” in
- Wrong theme being activated
- Workaround AJAX calling without directly calling WordPress backend (Admin dashboard) because it is restricted to the end user (the public)