• Hey, i wanted to ask how can i delete the date on the blog post?
    when i see my post on google i can see on the side the publish date, and i don?t want the people will see the date of publish.
    Cheers.

    • This topic was modified 4 years, 12 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 12 replies - 1 through 12 (of 12 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You can hide it with CSS, but Google will still see it. Removing the date meta for a post requires modifying the theme or (better) creating a child theme.

    Thread Starter yda5

    (@yda5)

    Ohh alright, sorry for my lack of knowledge but can you explain me please how can i do it?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    First thing — contact the developers of your theme to ask them how best to do it.

    Thread Starter yda5

    (@yda5)

    Will do! Cheers.

    Thread Starter yda5

    (@yda5)

    So i checked about the solution, and iv’e seen that i need to change something in the “editor” on wordpress, now the problem is that i do not have the “editor” button, this button should be under “appearance” but he’s not exist on my wordpress. and when i tried to solve it on the cpanel, File manager -> public html and the my domain should appear and also my domain does not appear there.
    What can i do ?
    Thanks.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You should not be directly editing theme files. Create a child theme.

    Thread Starter yda5

    (@yda5)

    I created the child theme, still, i do not have the “editor” button which i need.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The edit link under appearance can be disabled by a define in wp-config.php. Check that file for define( 'DISALLOW_FILE_EDIT', true );. If it’s there, delete the line or comment it out.

    Thread Starter yda5

    (@yda5)

    Again, sorry for my lack of knowledge, but where can i find the wp-config.php ?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It’s in the root of your website. View/edit it by downloading/uploading via FTP or use the file manager app in your hosting control panel.

    Thread Starter yda5

    (@yda5)

    I’ve searched it on the hosting control panel but i didn’t find it.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please contact your host.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Issue with the publish dates on the posts’ is closed to new replies.