It sounds like you need a second loop on your home page to call the 3 most recent posts. Try something like this:
// Main home page content here
<?php $my_query = new WP_Query( array( 'posts_per_page' => 3, 'nopaging' => true ) );
while ( $my_query->have_posts() ) : ( $my_query->the_post() ); ?>
<div id="preview">
<div id="preview-item">
<div id="preview-headline">
<a href="https://wordpress.stackexchange.com/questions/52846/<?php the_permalink(); ?>"><?php the_title(); ?>
</div><!-- end preview-headline -->
<div id="preview-thumbnail">
<?php the_post_thumbnail( array(120,102) ); ?>
</div><!-- end preview-thumbnail -->
</div><!-- end preview-item -->
</div><!-- end preview-->
<?php endwhile; ?>
// Closing Home page content here
Related Posts:
- WordPress auto generates small medium and large of an image on upload, how can we guess their links?
- how to link post-thumbnail to original img in a lightbox?
- Losing preview ability: W3 Total Cache + Post name permalinks
- the_content(); erroneously closing off previous opening before it
- Lists Top Authors by Most Recent Posts
- Rewrite Rule for Multilingual Website, Like qTranslate?
- How to filter to output of the get_permalink() function
- Change slug on post creation
- WordPress Permalink changes to question mark (?) in URL
- Is there a user-facing interface to edit an attachment’s permalink?
- Can WordPress realistically handle a site with 500 ‘pages’?
- URL Rewrite + Page + Custom Post Type = Unusual Redirect
- WordPress on a subdirectory of Laravel – WordPress pretty permalinks inner page shows laravel
- How to get url of a post from admin panel
- Get post title with link
- WooCommerce permalinks [closed]
- CPT archive 404ing when using a custom taxonomy name as a variable
- Performance and styles not working fine after changing permalink structure
- Maintaining two permalink structures
- Can’t change permalink url after hitting ‘ok’ and ‘update’
- Rewrite user profile URL to be human friendly
- removing index.php IIS 7.5 webconfig
- Sub-category and category in permalink structure
- Permalinks Messed up
- Permalinks broken regularly
- 404 Page Not Found for Only One Post
- How to 301 all posts
- WordPress within specific sub-directories, implicitly not root
- Featured image fallback link to permalink
- Call to a member function add_rule() on a non-object
- Link to blog index from template
- How to change Post ID during import
- Permalink change made author archive vanished
- Debugging permalink issue
- WordPress 404 in development area
- Custom Permalink
- why some permalinks adding characters/ruining links
- Multiple taxonomies on same permalink rule [closed]
- How to bulk edit image url in featured image and product description?
- WordPress category base not in post permalink
- What’s actually happening when permalinks for custom post types suddenly stop working
- Redirect a Blogger Page URL to wordpress
- How to prevent redirect when using the term “page” in query string?
- Edit page slug after save, cause 404 by linked pages
- Conditional permalink structure
- Auto setup “permalink” or request notice
- How to add .html to the end of the permalink
- IIS 7 Rewrite with parent categories
- Separate link structure for specific posts (/blog/glossary in stead of just /blog)
- WordPress rewrite_rules_array rule not working properly
- Return value of get_permalink(0) and get_the_title(0)
- Custom function making troubles in get_permalink for ACF relationship fields
- Change permalink structure for pagination only
- How to redirect RSS feeds to Feedburner and keep pretty permalinks?
- Two URLs of one post is available
- Will adding 40,000 301 redirects slow down a site?
- Pagination url for page template
- I Need to use Month , year in my all archives and pages of my wordpress site
- How to add post meta to post permalink with still keeping a good performance?
- home_url on IIS missing permalink index.php
- Update the permalinks in posts (not domain change)
- Page Navigation is not working with permalink structure
- Assigning proper permalink to blog that is part of a website
- What would cause a 500 Server Error with permalinks turned OFF?
- Changing permalinks back to default ( ?p=123 )
- Display parent page URL for child page
- How to set add_query_arg properly for home page?
- How to redirect old permalinks from https://exmaple.com/category/post_id to https://exmaple.com/category/post_id.html
- Double Slash After Media Path (uploads//)
- New posts link to old posts (random)
- Undefined variable: testimonial in D:\Projects\PWP-WP\wp-content\themes\blankslate-child\template-parts\fields\flex\bottom-page-block.php on line 123
- Is it possible to set public to false for the native WordPress blog
- Custom Permalink (with category) for Pages
- WP adding noopener and noreferrer to all links
- 301 redirects after changing permalinks
- Rename Custom Post Slug using taxonomy
- Link works although page was moved to another location
- Permalink of post redirect to uncategorized category
- Getting current page URL when default permalink is set
- WordPress All pages but home simply read “hello”
- Make Permalinks have a custom format?
- Difference and usage of uri (e.g. get_directory_uri) and absolute path (e.g. get_directory)
- permalinks of subcategory and posts
- Fresh wordpress installation in sub-directory not accessible
- Get link from wpe_excerpt “read more” and move it
- WordPress 4.0 beta – how to change the link URL in RSS feeds
- Folder Name and Category Name WordPress
- Installing WordPress in another Install?
- using post meta data as permalink tags [duplicate]
- How to display post permalinks instead of pages?
- Incorporate single WordPress page into an existing static website [duplicate]
- How to configure WordPress to be a subdirectory of my main site as mymainsite.com/blog?
- Search points to /search/?s=KEYWORD instead of /search/KEYWORD
- How to change pagination base from slash to query form?
- WP Custom Permalink Filter
- Removing parent page in URL for one page
- Remove index.php from URL
- Siteurl code for links
- Permalinks get lost periodically
- Stymied by 500.5 error for WordPress on IIS 8 / Windows Server 2012