Results 1 to 5 of 5

Thread: Wordpress Noob

  1. #1
    Senior Member
    Join Date
    May 2010
    Posts
    494
    Thanks
    1
    Thanked 13 Times in 13 Posts

    Wordpress Noob

    Hey guys

    I am utterly useless when it comes to web design, I am starting off slowly by teaching myself Wordpress. I can do the basic stuff, know a tiny amount of CSS etc. but for the life of me I cannot find in the php where I remove "posted byXXXX".

    At the moment I am working on the ephoto theme.

    Any guidance appreciated.

    Cheers

  2. #2
    Senior Member sweetums's Avatar
    Join Date
    Jun 2008
    Location
    Bristol (UK)
    Posts
    142
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I'm unfamiliar with the ephoto theme but depending on the theme is could be being generated by a number of different php actions.

    For example a common one would be: <?php the_author() ?>
    In the default theme that comes with wordpress I think the php is: <?php twentyten_posted_on(); ?>

    Simply removing (or commenting out) the relevant function would stop all of the post meta info from being shown.
    Twitter: liamjay66

    Website: liamjaydesigns.com

  3. #3
    Senior Member
    Join Date
    May 2010
    Posts
    494
    Thanks
    1
    Thanked 13 Times in 13 Posts
    Thanks for your help. I finally found somebody using that theme who posted the text they added to the CSS and it did the trick :icon_thumbup:

  4. #4
    Senior Member
    Join Date
    Aug 2009
    Posts
    107
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by GrafficalSam View Post
    I cannot find in the php where I remove "posted byXXXX".
    They're probably language variables. They'll look something like "_POSTED_BY" and "AUTHOR_NAME" in the code. If you can't find them at sight, you'll have to look through your language file to see what they are exactly, it'll be en_US.mo or en_UK.mo in /wp-includes/languages - you'll need something like GNU gettext to read the .mo file.

  5. #5
    Senior Member richimgd's Avatar
    Join Date
    Jan 2011
    Location
    Leeds
    Posts
    188
    Thanks
    5
    Thanked 7 Times in 5 Posts
    just search for 'posted by' in your themes folder and then have a look at the source code more closely. If your using dreamweaver, you can search an entire folder. You could either remove it within the php or hide from view with css. If that makes sense?

Similar Threads

  1. Hey, another noob
    By SAL_187 in forum Introduction Forum:
    Replies: 4
    Last Post: 10-20-2011, 10:22 AM
  2. Noob
    By paul_hutton in forum Introduction Forum:
    Replies: 5
    Last Post: 06-28-2011, 04:34 PM
  3. You'd think i was a noob!
    By TheNoone in forum Adobe Forum:
    Replies: 4
    Last Post: 07-23-2010, 10:40 PM
  4. Im Such a NOOB!
    By TheNoone in forum Printing & Print Design Forum:
    Replies: 1
    Last Post: 07-23-2009, 12:47 PM
  5. Noob
    By OliverB in forum Introduction Forum:
    Replies: 2
    Last Post: 05-12-2009, 10:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •