Look somewhere after the “Loop” starts (it starts with <?php while( have_posts() ): the_post(); ?>) in your index.php file.
Find <?php the_content(); ?> and change it to <?php the_excerpt(); ?>. If you don’t want any content, just remove the_content() all together.
If you’re using a theme from wordpress.org, it would best to do this in a child theme, so you can keep the original theme up to date.
Related Posts:
- How to get home page ID?
- Dynamic homepage according to user role
- How can I make the “Preview Post” button save and preview in the same window?
- Image resizing on home page (product category) [closed]
- New to wordpress: would like to have pluggable main page sections [closed]
- How do I display only the latest post on my home page, while maintaining proper plugin hooks?
- Customizing a blog page layout
- how to add a comment button to be displayed only for the posts in the home page [closed]
- Change website directory safely to add a static page on startup
- Trying to use shortcode for a plugin on custom homepage of Responsive theme
- How to remove automatic generated tag in Home page
- is_front_page breaks with url parameters generated by a plugin
- Summary and Comments on Main landing Page
- WordPress search shows protected content
- how to display recent post by category on home page
- Ability to change homepage on WordPress using API
- Writing SEO for Homepage when homepage is set to display latest posts
- how to do Thematic like this website using wordpress?
- How can I write code in a plugin for my child theme that will allow me to use remove_action() based on if the current page is the home page?
- Set plugin page as homepage
- Issue with custom plugin
- Add meta tags with a plugin?
- How to wrap image logo in Homepage with H1 tag
- Custom gutenberg block image preview not working
- A splash page on landing page
- How to enable suggested edits?
- Cannot install plugins even though www-data has write permissions
- How to delete custom taxonomy terms in plugin’s uninstall.php?
- How to call a plugin function from front end form
- Get URL of a specific file
- Get subcategories with JSON API plugin
- Custom url structure for custom template
- WooCommerce plugin appearance and look [closed]
- adding a text message beside the comment submit button
- If I delete plugins via FTP are settings kept in DB?
- Override the filter from plugin in child theme
- Sage WordPress – Plugin Namespace: Not Found
- Average Account Age
- Dont’ charge customer until product ships – woocommerce [closed]
- Absolute Image URL in srcset is appended to the upload dir
- JS Support Ticket – Auto create WP account
- how to open page, defined in plugin, from dashboad widget
- Change upload folder for a CPT
- Is there an npm library that uses best practices to scaffold a wordpress plugin that is build with React?
- How to allow an editor to edit all WordPress blog posts but have the last say as administrator?
- Using plugin functions/methods within templates
- How to retain table data in wordpress phpunit tests
- Import sql data from a large file when installing plugin
- Jquery NoConflict Problem
- When taxes are country specific they don’t show in the cart totals
- changes to header.php not appearing
- List out all the plugins on WordPress instance
- Is there a rule for wordpress plugins developers to not do any database changes upon update?
- Can WordPress Drop-ins be given their own directory?
- Can my hooked uninstall class function access a global var declared in main plugin file?
- Flag Comment as inappropriate button plugin
- How can I add IP address to my post?
- serverSideRender does not render “preview” html inside Gutenberg block
- How to add/change (woocommerce) product tab icon
- WordPress plugin database. How to create table for checkbox
- How to set the default value as the saved value once a form of widget is saved?
- Custom post type change excerpt more and excerpt length
- How to know which wordpress plugin is exporting site information to plugin author?
- How can I show registration form inside modal?
- Replace video url with video player
- Order posts of a custom post type by the event date using FT Calendar Plugin
- Is it save to replace with in WordPress search form
- Create Short code dynamically
- Publishing a video from blog to youtube
- How to make profile page for each user posting on the blog?
- Upgrade not working & themes not supporting
- Is it possible to pin a post in second position from top
- WordPress latest core update conflicting with newspack-newsletter plugin
- Migrating Joomla to WP Pages and Postst not working
- How to call function in WordPress on button click?
- How to add a “Who’s who” on a wordpress blog post?
- How can I see $post object in frontend from functions.php?
- WordPress site hamburger menu toggle not working
- Move plugin pages from dashboard to front-end
- WordPress website working fine on localhost but not displaying front pages on webhost
- Change WordPress plugin widget `id_base` without breaking widget
- How is it possible to create Multi part sections where people can answer or comment or vote on various parts of a page’s content as given example?
- register_activation_hook not creating table
- Making sure updates didn’t break anything
- how to send two forms with one click (script ninjaforms id)
- Adding HTML to the search page
- Is it possible to save a chart as an image from the Visualizer Plugin
- Is there a way to analyze the load time of the functions in a custom plugin?
- Where does the code to add a lightbox effect go?
- How to retrieve hashtaged tweets from a list of users and post to WordPress
- Using a Cron Job to dynamically populate a field ONCE, and then making the field blank the next time someone visits page
- How to create and use Custom hooks
- Custom Function for SEO by Yoast plugin
- Adding Relevant Post Images
- Custom feed parameters / Template overriding
- wordpress select multiple options and illegal string offset ‘timeslot’ [closed]
- post_exists() returns a 0 but the 0 doesn’t register [closed]
- Creating Event Builder Plugin [closed]
- How Do I Add Product Pictures To Search Results Of A Custom WordPress Theme Using A WooCommerce
- WordPress Plugin to for moving home page slideshow? [closed]