This seems too simple. I am afraid that I have badly misunderstood something. Apologies if that is the case.
Alter single-page-news.php
to be…
<div class="thirteen columns"><?php
the_post_thumbnail(); ?>
<div class="title-single">
<h2><?php the_title(); ?></h2>
</div><?php
the_content(); ?>
</div>
Related Posts:
- Change Posts per page count
- Use category base slug in posts’ permalink
- Customizing HTML Editor Quicktags button to open a dialog for choosing insert options
- Post/Page Publish/Update button not clickable once I make an edit
- Sends out email to admin
- Can I force a metabox to be in one column?
- Get title of post without using the_title();
- Post publish only hook?
- Restrict access to post if it is currently being edited
- Find most recent authors
- How to add a custom button to the tinyMCE toolbar?
- Query only Posts from Both of Two Category?
- Is it possible to show a different WP menu when using password protected pages?
- How to add one time a new page?
- wp_update_term is always launched after wp_insert_term
- Enable commenting on front-end preview page for pending posts
- why does HTML Tag not working in Post and Page
- Fetch posts from current week (Sunday to Saturday)
- Using radio button meta data from a custom meta box
- How to place HTML below the title of the (custom) post overview
- A way to detect which page a post is on
- Posts are being redirected to xampp home page
- Checking if a post with certain meta value exists
- How can I create custom button in post.php
- AJAX filter posts by year
- Add a class to post title if a link ends with a certain extension
- Animated gif for a thumbs
- Can I lock a post in position, so it always appears on the homepage?
- I am unable to publish/update post
- Custom post preview without saving
- How do I correctly set up a WP-Query to only show upcoming event-posts?
- filter RSS feed in URL
- What hook do you use to update a post?
- How to Restrict Previous & Next Post Link to Posts of Same Category?
- get_adjacent_post by language
- sql select for post_title and a term name
- Count number of posts of current month
- Removing Extra Caption tag around image on post of WordPress
- How to get a post’s details by shortcode?
- Posts on a Page using functions.php
- Why is my custom template not showing anything?
- How to create a page that shows the last 10 posts?
- $_GET parametters not working in an specific template
- How to display posts on custom page without declaring a posts page in reading settings?
- the_content() Not Grabbing All Content
- What will be the best caching system for wordpress blog which has more than one million blog posts? [closed]
- How to get all inline images in post content? [duplicate]
- HTML Inside of Shortcode Breaks Shortcode Output
- Email notification of new post includes code
- Count post view when user open any post
- Have h2 tag not show up if there are no blog posts
- Link post images to post
- Organization of time insensitive content
- Problems with WordPress in subfolder, posts show a blank page
- Rewriting blog permalinks
- How to exclude native lazy loading from first image in post content?
- Custom Object Count
- How to remove the icons corresponding to “by” (author) and “date” from posts?
- WordPress 5: prevent link from displaying page title instead of URL
- Is update_post_meta used when save_post action hook is invoked?
- Post title not displaying as recorded in the wp_posts table
- Customizing a new page used for blog posts with Avada theme
- Automatically select template based on query string for New Posts
- Moved a website and excerpts don’t work for old posts
- Custom permalink for wordpress page / post
- if CPT content is empty then
- Showing get_option( ‘page_for_posts’ ) or View all posts link is not working in wordpress
- Adding post date to ACF field
- Repeating post how to solve this
- Post gallery as carousel
- Showing content from WordPress ruins page CSS using WP_Query, without, content does not show
- Show category post with excerpt text
- WordPress rewrite url help needed
- Permalink of some posts change
- Removing a post from the results of a WP Query
- Tags not appearing in “Add New Post” Page
- Authors can edit all posts, except when an owner is specified?
- Formatting error while publishing theblog from Microsoft Word
- Overwrite URL on blog posts
- post content includes and seo vs. duplicate content
- Posts don’t appear on the Blog page
- Display the first post’s comments of category in comments.php template
- Create post from form with image
- WordPress 3.2 – Problem with WYSIWYG editors in a custom post type?
- 301 Redirecting posts without %postid% (just %post_name%) in permalink to ones with %post_name%_%postid%
- On the post list, how do you show different text to the main content?
- Showing Unpublished Posts to Logged-out Users?
- How do I add /blog/ on my permalink without affecting the portfolio project types permalink?
- I am creating a front end dashboard where I need to show all the posts by the current user. So, I need to show posts in publish
- Display draft posts on single pages [duplicate]
- Need All the posts with id, title and date [closed]
- List posts related to category on a div [closed]
- query_posts different amount of posts per page [duplicate]
- How to get only post=’product’
- Do I need to create a multisite for querying posts from multiple WordPress sites?
- Show Next/Previous without Link
- Hindi content automatically converting to unreadable language?
- I can’t edit my posts
- Filters do not work when there are multiple (one works)
- WordPress Ajax load doesn’t work