The Related Posts
feature scans all of your post content
, analyzes it, and uses the results to display additional posts your visitors might be interested in reading after they’re finished with the current post.
You can find it in
the Themename Options > Blog section
. For this article, we used the Behold theme, where the option for showing related posts is called Enable Related Posts. After enabling the appropriate option, you should check for the appearance of the related posts section by examining one of your blog posts.
Click
Tools → Marketing
. On the Traffic tab that appears, scroll down to the “Related Posts” settings. Select either “Show related content after posts” or “Hide Related” content after posts” to turn the feature on or off.
How do I get rid of recent posts on WordPress?
The Latest News item in you footer is a widget, so you can edit it as @nizamilputra described. The other section (on the left, middle of the page) entitled Recent Posts can’t be removed, except
with Custom CSS
, part of a Premium Plan or Business Plan.
How do I change post settings in WordPress?
- To begin post layout customization, enter Administration panel (Dashboard) and find Posts tab in the left column.
- If a post you want to change, already exists, navigate to All Posts sub menu and click on Edit link for the post, which layout you want to change.
Related Posts by Taxonomy
Categories and Tags are two default WordPress taxonomies used by most WordPress blogs. Related Posts by Taxonomies plugin allows
you to display posts using the same taxonomy terms
. For example, you can select to display posts by ‘Category’ or ‘Tags’.
To activate the Related Posts module, select
Jetpack > Settings
from your WordPress menu. Then select the Traffic tab and scroll down to Related Posts. Activate the button next to Show related content after posts to turn the related posts feature on.
How do I show all post categories in WordPress?
Now, if you want to display all your posts from a specific category on a separate page, WordPress already takes care of this for you. To find the category page, you simply need to
go to Posts » Categories » View page and click on the ‘View’ link below a category
.
In order to identify other posts with the same categories, you need to get the list of categories the current post is in, and add them to an array.
$categories = get_the_category( $post_id );
The function has just one parameter, the post id, which specifies that it’s the current post whose categories you want to get.
In order to enable it, add this code to your functions. php file in your theme folder (in most cases, it’s already there). add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size
( 100, 50, true );
How do I hide recent posts?
To hide a post from your Timeline, click or tap the downward facing arrow next to
it and select the Hide from Timeline
. Click or tap Hide and the post will be hidden from your Timeline. It’ll still appear elsewhere on Facebook, just not on your profile’s Timeline.
How do I hide posts from WordPress home page?
There will be a new “Hide Posts” section in the right column of the editor. There you can
check the box labeled “hide on frontpage” and save your changes
. Once you select this box, the post will be hidden on your homepage but visitors can still find it in other parts of your site.
You can also modify the meta boxes and write panels in the WordPress post and page edit area. To do so,
click on Write Options – Post or Write Options –
Page from the mini menu on Adminimize settings. You can hide almost any item that appears on the write screen.
How do I change the width of a post in WordPress?
- Go to Appearance > Customize in your dashboard:
- Look for the “Layout Options” tab on the left:
- In the options available, you can set the main width of your website by using the option shown below:
How do I change the default post template in WordPress?
- Go to Dashboard > Pages > All Pages.
- Go to one of the existing pages that you want to modify and select Quick Edit.
- Go to the Templates options (1), choose one of the available templates and click on Update(2). Once it’s done, click on the Apply button (3).
- Extract zip in the /wp-content/plugins/ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Customize plugin settings at menu Related Posts. Find it at the left bottom of the side menu in wp-admin.