How to make my site more clean, how do I remove this?

5 replies
  • WEB DESIGN
  • |
How do I remove the following text that appear on all my wordpress pages under the title:
"admin" "uncategorized"

Is there a simple setting somewhere or do I need to get into the coding?

Sincerely
Karl
#clean #make #remove #site
  • Profile picture of the author raknjak
    admin = posted by admin
    uncategorized = you have not assigned this post to any category

    go to your theme editor and change the Single Post file.

    PHP Code:
    <?php the_author() ?> <?php the_category('|'?>
    It depends a bit on your template but this should get your started.
    {{ DiscussionBoard.errors[416005].message }}
  • Profile picture of the author Challe77
    Hmm, they still shows, do I have to remove the reference in other areas as well such as the index? (author and category is listed in the index file too), and is there any way to remove the icons too

    http://xxx.cellphonetraceservice.com
    {{ DiscussionBoard.errors[416166].message }}
  • Profile picture of the author Challe77
    Hmm, they still shows, do I have to remove the reference in other areas as well such as the index? (author and category is listed in the index file too), and is there any way to remove the icons too

    http://xxx.cellphonetraceservice.com
    {{ DiscussionBoard.errors[416170].message }}
    • Profile picture of the author Kelvin Nikkel
      I am not sure what platform you are using for your blog. Is it WordPress?

      Regardless, I know PHP and HTML fairly well and can help you out if you wish.

      PM me if you are interested.
      {{ DiscussionBoard.errors[417800].message }}
  • Profile picture of the author websalto
    Hi
    These are often placed in several files

    <?php the_author() ?> <?php the_category('|') ?>

    and not only the single.php file

    You may also take a look at the category listings files an remove them.

    Good luck!

    Andrés

    You may contact me for custom theme development and WP customization
    {{ DiscussionBoard.errors[418095].message }}

Trending Topics