That’s bizarre. The problem may come from broken html/css with different title or desc lengths. Have you checked the admin to make sure these posts actually don’t have description in their title?
Here is a simple example of showing the title and excerpt in a posts loop.
<?php while ( have_posts() ) : the_post(); ?>
<h2><a href="https://wordpress.stackexchange.com/questions/282317/<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div><?php the_excerpt(); ?></div>
<?php endwhile; <?
Related Posts:
- Determine if page is the Posts Page
- How to get ‘post_content’ without stripping tags?
- Post featured image column on admin post list page
- display all posts in wordpress admin
- Search Custom Post Type Pages and Custom Fields in 2 Dropdowns?
- When and Where is `global $post` Set and Available?
- Create an “All Posts” or “Archives” Page with WordPress 3.0?
- How to programmatically create posts in wordpress?
- How to Sort Custom columns in admin
- Shortcode Not displayed at the Right Place [duplicate]
- Post visibility on the basis of roles
- List only child categories a post is in, of a specific parent category
- Unattaching images from a post
- Is it possible to add a first and latest posts link?
- is there a better way of combining this?
- How to change post status from publish to draft using hook in wordpress?
- How to output comments number of a post per day?
- get_permalink executes link without https
- Auto Refresh Post List after X seconds
- How to show video from specific category on sidebar?
- Display posts with comments closed, with pagination?
- How can I add a meta-box to the posts editor containing all items of a custom taxonomy as checkbox?
- can’t use the page_test method to check pagination
- post re-order on my site
- Only display posts after current date
- WordPress blog post cloned and stolen?
- What is the Better way to manage posts in WordPress?
- Invisible spam post in backend
- Private Posts/Pages & Search
- Allow multiple contributors to one post
- How to check a post exist when the permalink has post id in it?
- wp-cli post create & media import issues
- Getting the current author (it has changed) of a post, not the original author
- Post body text occupying featured image space before it loads
- User levels and post visibility
- Multi row post list
- Hook in to add new post link wp admin?
- What happens if I delete all the rows that represents a post revision from the posts table into WordPress database?
- How do I insert a post with custom post type and relate it to a custom taxonomy?
- Dynamically switch template on click
- How show categories in admin and get that selected to show posts in index
- Do not show children of a category
- Tell WP to use a specific template file in posts
- Create a list of posts with topic headdings
- Add field to user meta table in database when link is clicked
- How to get post content from an array of ids?
- Hide custom metabox value from custom fields
- See if a post has a specified tag
- Where exactly should I hook in order to change the post’s ID before insertion in the database?
- Images showing up in Post Editor, but not in Published Post
- Custom wp-query in wordpress rest api
- Is there a way to order children of post?
- WordPress pagination and Post Navigation not working on home page
- Custom Fields for Author Box
- Custom home page with full post for first one only
- Need to know custom code to display random and most viewed posts in wordpress posts and pages
- How to retrieve certain number of images from a wordpress post?
- Load widget only on blog posts
- Retrieve data from post meta meta_key having ‘_product_fq_image’ while having author_id and post type is PRODUCT
- Change the background of each post according to the category
- Issue with first top post display order
- Let Posts be stored in another table
- List latest posts with least comments in WP-Admin
- Widget to show posts in the sidebar basing on its IDs
- Display message depending on capability outside loop
- How to view all posts (on site, not admin) that are uncategorized?
- How to create a list of links to post with specific category
- Page of posts made to look like homepage
- How to link post titles on page A to its posts on page B?
- How can I to add upload functionality outside of the admin area?
- ACF flexible content block not showing on live site (works locally)
- get category in list of posts // shortcode for custom related posts
- How to limit number of posts on AMP homepage
- Related post not showing table of content
- What is proper filter or hook action to add data to the $post object?
- Added a ACF field to custom page and want the results to show as a column in admin
- How publish post from pending status
- Template for displaying CPT / Taxonomy URL issues
- How to reload a post page editor after published?
- How to prevent clicking on posts
- Detect if the currently opened document is a post
- Loop through taxonomies and loop through their terms (Newbie question)
- Spam written by registred users
- Hiding title of selected post without plugins
- Alternative content between posts no repetition
- Start loop from specific post ID
- Connection dropped due to file size
- How to Get Position of a Post from a category and tag
- Custom author search
- WordPress template next_prev
- My blog “page” used to show a list of posts, but now it’s just showing the page content?
- Grab next post title in archive page
- unused post IDs
- get_post_meta property of non object
- Combining multiple conditional statements [closed]
- First post in loop displays twice
- custom post type single page template not working
- WordPress posts [closed]
- Is there a block to print post link standalone in a block theme?
- Export Posts Without Categories In An XML File