Support » Theme: Twenty Ten » Removing author from foot of posts

  • ryding2health

    (@ryding2health)


    I have a blog that is using 2010 theme, it is currently private, because I want it to be anonymous. How do I remove the author from the foot of the posts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • dprank

    (@dprank)

    Hi ryding2health
    Go to Appearance=> Edit CSS.
    just place this code there.

    span.author {
    	display: none;
    }

    I am not specific to your theme, but it works for most.
    Hope this helps.

    Thread Starter ryding2health

    (@ryding2health)

    Hi there,

    I haven’t yet paid for the custom upgrade on this theme but I will if I can get it to work.

    I put this into CCS and did preview and it didn’t work sadly 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing author from foot of posts’ is closed to new replies.