You can do this in 2 ways:
Remove it from HTML source code (harder, but more correct)
Find <footer class="post-meta">
in your theme files, and remove (or comment) it (with contents). You will see something like this in one of your files:
<footer class="post-meta">
...
<a href="https://wordpress.stackexchange.com/questions/105324/...</a>
...
</footer>
Just remove this part of code or comment it. (Of course don”t forget to backup these files before modyfying them).
Hide it with CSS
To do it, just add this:
footer.post-meta {
display: none;
}
to your CSS file.
Related Posts:
- How can I display/hide certain content based on a Theme Option field?
- How To Add New Option Types To Option Tree?
- How to make a theme with more than one CSS file?
- Add social icons in a theme through custom admin menu
- Different Admin Theme – Based on Role?
- How to set a page as homepage in stead of the newspages?
- WordPress page/blog incorporated into static website
- Thesis -style Navigation
- correct tags for validating input types
- Add attachment for all images in post
- WordPress Theme Creation [closed]
- Default Permalink Type to Postname
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- Customize how a WordPress theme looks like in the Theme Selector
- Efficiency of wp_options vs a new table
- How to remove text “Log In” from login page
- Customizer – loading settings/controls/sections/panels based on a id/page id
- Renaming a theme so it aids SEO and the theme used is hidden
- Integrate WooCommerce theme with a WordPress theme [closed]
- Admin: sub menu doesnt display under apperance when activate my themes
- Automated Footer information
- how to get the post attachement image in full size?
- Widget Option is Missing
- How do you use WordPress for a website that’s not in a blog format?
- How do I get the trackback count of a post in wordpress without writing an SQL query?
- Overrite parent functions using child functions
- Best way to develop a new theme on a live site, with new content? [closed]
- How to set wp_options in functions.php for removeing the Default Front Page
- How do I make the most minimal vanilla theme possible with nothing but raw content?
- Can I Set Up Session in WordPress Custom Page
- Does code in function.php differ from theme to theme
- WordPress 3.8 Backend Admin Color Scheme add more scheme how to do?
- Is it acceptable for a WordPress theme to not accept widgets?
- WordPress Theme Validator?
- Should all references to a text domain be to my current theme?
- Theme thumbnail in dashboard
- If you were to start using a WordPress framework today, which one would you use? [closed]
- 3 Level Deep Navigation Menu Not Showing All Levels
- How can I change the theme of different posts using a plugin?
- Template for landing pages
- How to change the theme directory uri for localhost?
- Override plugin option by with a custom theme
- Set a featured image as a replacement to the header image
- Is it possible to have a theme that uses only one single page?
- wordpress 404 not found after rewrtie the author link
- Custom theme: How to call archive-post.php for viewing blog posts
- Will my site get messed up when the wordpress theme updates if I edited the html code in the editor to change footer?
- underscores use of the article element on the page template
- Plugin does not work in custom theme
- How to Have a Pure HTML Sub Directory In WP Site
- How to correctly enqueue the parent and child theme stylesheets in the creation of a child theme? [duplicate]
- Create a child theme from multiple themes
- Theme not showing up
- html5-reset theme does not show the image [closed]
- Managing WordPress Theme
- Theming Using Bootstrap Glyphicons and WordPress Dashicons
- Issue On Displaying Pages with Post Name Permalink
- Issue on Getting Custom post type Thumbnail’s URL
- Can’t use admin_enqueue_scripts or wp_enqueue_script
- featured content: which area does this cover [closed]
- Change image size depending on page
- How to include a file only on dashboard widgets page?
- Theme Customizer not displaying saved values in wp_head (CSS)
- Passing dynamic options from backend to frontend
- Random white space before doctype
- Problems to disable the comments for my statics pages
- Adding a gallery to my first theme
- How to add menù section to my WordPress template?
- Are seven additional image sizes are too many?
- What are the critical theme files when building a custom theme?
- Having issue with WordPress wp_enqueue_style
- How can I use the WordPress Loop and Pagination in multiple instances but different scenarios throughout my site?
- Starting point for custom Themes [closed]
- How can I hard code my sidebar?
- What exactly is “wordpress theming”? [closed]
- Simple child theme modification but links are broken
- Theme Development -> Specific Homepage
- Making a WordPress theme based on twentyten
- registering a global template wordpress 6.0
- How can I wrap all blog posts image with
- theme style is applied on the dhasboard rather than the website
- Copying the theme style files and images to duplicate the website but with a difference
- Why still output /wp-content/themes/twentynineteen?
- I have WordPress setup on primary domain, how do I set it up on its subdomain using the same database?
- Which cache is kicking
- How to set Post meta-box defaults based on the choices made by user in Customizer?
- Theme Action to hook for one time only function [duplicate]
- Alignment Problem [closed]
- not getting API setting saved confirmation message after update on option page
- What $handle does WordPress use for a theme’s implicit style.css?
- searchform.php doesn’t work properly
- Issue when posting updates/changes to wordress
- Customizer: get_preview_url() inside customize_save_after hook
- Valid SQL query not returning results
- How to track a users last visited page?
- get_header action not working
- “options.php” not found
- In a Gallery with limited image posts, how do I not limit images on single post?
- Shortcodes do not work in own template
- Adding Bootstrap to WordPress TwentySixteen Theme