It depends on the WordPress theme you’re using. If you can find out what html class the category/post meta is under using Inspect Element, it will be easy to hide it via CSS. Otherwise you will need to find where the ‘Post Meta Data’ is being added in PHP inside your theme and remove it.
For now you can try and paste the following code inside your style.css file and see if it works, but it’s just guessing at this stage:
footer.entry-footer, .entry-meta {
display: none;
}
Related Posts:
- List all subcategories from category
- Get the children of the parent category
- Remove parent category from permalink? Basically only have the child category?
- How to remove the term “category” from category pagination?
- Force WordPress to Show Pages Instead of Category
- How do I get the category URL from get_the_category?
- Display all posts in category, with specific tag posts at top
- Send an email when custom post type category is changed
- How to Set an Individual Homepage for Each User?
- Is there a way to remove categories in bulk?
- Remove specific category from a post
- Is it possible to put next and previous category links?
- Custom category template pagination problem
- Getting category before saving post
- How do I change the sql query for wp_get_archive()
- Woocommerce – Get product category 2nd level category
- Hide post meta data on a specific category
- New categories are now going to 404s
- How to put enctype=”multipart/form-data” in categories form?
- How can I get an tag to wrap each ancestor that gets outputted in this condition?
- How to prevent empty category to list content of sub categories?
- “Reversable” and “Re-useable” Subcategories (or other taxonomic structure)
- Disallow categories from this MySQL query
- Use a wordpress page to display a certain category
- Insert Into Sub-child Menu
- How to list child categories?
- Search Posts / Pages with multiple options?
- Creating gallery with taxonomy images plugin?
- Full text articles in the rss feed (i.e. without the more tag)
- Solution for ascending order in a category
- Why do my categories redirect?
- Restoring default article pagination on archives – Removing custom limits
- Read GET parameters in APACHE Mod Rewrite rules for WordPress categories in Posts
- how to get child category title and image
- How to display all the categories a post is in
- Why don’t posts show up in my categories on the frontend?
- Creating Category Specific menus
- Should I use “Categories ” or “Pages” for a WordPress Static Site (A non blog site)?
- How do I query_posts in cat=1 AND not in cat=2
- Display single category name in woocommerce loop
- Show Posts from Single Category Not Working
- Functions.php: Exclude Category from “Blog”
- Use premade array as categories in wp_query?
- How do I get category and page ID’s?
- Category images are not displaying in WordPress
- Some categories missing on wp-admin/edit-tags.php?taxonomy=category
- Show child taxonomies (that have posts) of the current parent taxonomy
- Multiple selection for wordpress widget
- Get next post in same category not working WP 4.7.4
- How do you use the featured image of the most recent post in a category as the background image
- How do I retrieve the category ID (ugly permalinks) in my sub-navigation menu?
- function query_posts disabling current_page_menu class
- Using if statement in index.php instead of creating separate template files
- post_categories array using variable
- Pagination doesn’t work on multiple categories
- Multiple category posts on one page
- Query from multiple category (and)
- Wp Dropdown Category Not Show Current As Title
- How to load several hierarchical categories from functions.php
- How to get category names in post_class?
- output only if within a combination of two cats
- How to get the deleted category id?
- Maintaining a separate posts page for certain categories and don’t show those on home page
- wp_list_pages() not showing on posts
- How do I list only children of a specific category in a drop-down?
- Link posts together (relative, not grouped)
- Creating a Blog with numerous categories
- WordPress Category Question
- Conditional widget for theme template file
- Help to display the current categories and tags of a post
- How Can I Use Equal And Question Mark In Category Slug?
- How to show the clicked category related posts on category detail page?
- How to hide description on categories and tags?
- Replace deprecated get_category_children code with get_terms
- How can I display the category name in the single post when using WP Blog and Widget?
- How to load terms of a custom taxonomy of a product in woocommerce cart page
- restrict category to only logged in User
- Category and tag urls return 404 error
- Dynamically creating content on custom URL without getting 404
- Removin /page/2 from pagination
- get parent_category class in loop
- Category foreach Paging
- Display all of a post’s categories except the current category
- Alphabetize all but one category
- One category not displaying template updates
- How to display only category of blog without custom code?
- How to create a category or tag available exclusively to the admins and not to the users?
- Printing direct descendants of a category with WP_Query
- Matching usermeta at registration to categories of content
- wordpress category.php query for featured news item, broken pagination and repeating posts
- How do I hide posts in a category from all listings but still allow the posts to be viewed?
- Form Value of drop down category + Translation of ‘show option none’
- Echo class depending on Parent category
- Query pages by category
- List all authors by matching custom meta data on a category page
- Page view: Sorted by categories
- How to display posts by author in a separate page, other than author.php?
- One color to category link depending on category ID
- Show subcategories and hide posts or show posts if not exists subcategories
- How to remove the category from the url only for a specific category of articles on wordpress