
How to Show Full Post in Category For WordPress
For web publishers who are using WordPress and wish to show or display your post in full format in a category for WordPress CMS, you can do it easily. In WordPress you also can use “Page” instead of this feature too. But in many WordPress themes always use “Category” as the menu button that make you hard to build your menu (Category) as a normal page.
That’s Ok now you can do it easily without using any WordPress plug-ins. Just follow the easily steps below.
Note: To be safe! Before you start following below steps, please copy the code that you will change into a safe place. You can copy the code (before you change) into a word format or a notepad. It’s easy for you to backup when error.
Step to Show a Full Post (Article) in Category:
- Login to your WordPress (Dashboard)
- Go to Appearance / Editor
- Click on Archives (archive.php) on the right side.
- Find the code: the_excerpt()
- Replace with this code: the_content()
- Now, it will display full post on your category page.
You also can delete “Archive for” in your category too.
Step to Delete “Archive for” in Category:
- Find the word: Archive for the
- Then delete this code from: <h2 class=”pagetitle”>Archive for the ‘<?php single_cat_title(); ?>’ Category</h2>
If you have any problems or you need support, please leave us a comment below. Thanks.
Good Luck!
Related Topics:
How to Get Free Traffic
How to Add RSS Feed to Website
How to Implement SEO On a Website
How to Build a Blog to Get Backlinks



Posted in 