• Resolved SciFi2495

    (@scifi2495)


    Hello, is there any way to change this?

    When I post a post (I am the only one who will be posting to my blog, thus there is no need to identify WHO will be posting), there is always a line at the top, replicated here:

    Posted on December 19, 2015 by axmxnxtxpx

    This makes me wonder how I can remove the “by ___” part. This makes my site less secure, since now someone will have the first part of the login by simply going to [mysite]/wp-login.php. Plus, since I am the only one posting, it should not matter.

    Please tell my how I remove this part of the automatic posting header. I have searched hi and low.

    Thanks.

    Paul

Viewing 1 replies (of 1 total)
  • Theme Author simplethemes

    (@simplethemes)

    You could just add an empty function to your child theme which will override the parent theme.

    function skeleton_posted_on() {
    	//do nothing
    }

    Obviously, if you wanted to change the functionality you’d want to duplicate the function and edit as needed.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing "by [my login]" with posts’ is closed to new replies.