WordPress. How to hide time and date from the post page
WordPress
Author
author
Date
2019-06-10 11:02
Views
2205
WordPress. How to hide time and date from the post page
In order to hide a timestamp in WordPress on your blog posts, please do the following:
- Login to your WordPress admin panel.
- Go to Appearance ->Editor.
- Make sure that the theme you are going to edit is selected from the right-hand menu at the top.
- Look for the file called (index.php or single.php) (the file name depends on the template) under the “Templates” on the right. Click on that.
- You can skip this step, but it is highly recommended that you make a copy of the original code before making any changes to it.
- Using Control + F (MAC: Command + F) look for the following part in the code:
<?php the_time('F j, Y'); ?> at <?phpthe_time() ?>(template specific, so it may look not exactly the same, but similar)
- Surround the lines with the following comment markers (<!–and–>) so it would look like
<!--<?phpthe_time('F j, Y'); ?> at <?phpthe_time() ?>-->or simply delete the whole part
- Click on “Update File” at the bottom of the code.
- Clear your web browser’s cache and preview the changes.
Total Reply 0
Total 104
Number | Title | Author | Date | Votes | Views |
23 |
WordPress. How to hide time and date from the post page
author
|
2019.06.10
|
Votes 0
|
Views 2205
|
author | 2019.06.10 | 0 | 2205 |
22 |
What’s The Difference Between JPG, PNG And GIF?
author
|
2019.06.07
|
Votes 0
|
Views 2145
|
author | 2019.06.07 | 0 | 2145 |
21 |
How to Migrate your Site with All-in-One WP Migration
author
|
2019.06.07
|
Votes 0
|
Views 2472
|
author | 2019.06.07 | 0 | 2472 |
20 |
How do I Stop My Android Tablet from Sleeping?
author
|
2019.06.04
|
Votes 0
|
Views 2148
|
author | 2019.06.04 | 0 | 2148 |
19 |
How to keep your Android phone's screen on longer
author
|
2019.06.04
|
Votes 0
|
Views 2556
|
author | 2019.06.04 | 0 | 2556 |
18 |
Things You MUST DO Before Changing WordPress Themes (1)
inrokhah
|
2019.05.29
|
Votes 0
|
Views 2379
|
inrokhah | 2019.05.29 | 0 | 2379 |
17 |
How to Remove Author Name from WordPress Posts (2 Easy Ways)
inrokhah
|
2019.05.29
|
Votes 0
|
Views 2142
|
inrokhah | 2019.05.29 | 0 | 2142 |
Re:How to Remove Author Name from WordPress Posts (2 Easy Ways)
inrokhah
|
2019.05.29
|
Votes 0
|
Views 2145
|
inrokhah | 2019.05.29 | 0 | 2145 | |
16 |
Remove sidebar / widgets from WooCommerce shop page (13)
inrokhah
|
2019.05.26
|
Votes 0
|
Views 2284
|
inrokhah | 2019.05.26 | 0 | 2284 |
15 |
Online documentation: Buttons Shortcode and Widget plugin
inrokhah
|
2019.05.26
|
Votes 0
|
Views 2502
|
inrokhah | 2019.05.26 | 0 | 2502 |
14 |
Buttons Shortcode and Widget
inrokhah
|
2019.05.26
|
Votes 0
|
Views 2614
|
inrokhah | 2019.05.26 | 0 | 2614 |