Dynadot — .com Transfer

Wordpress help

NamecheapNamecheap
Watch

TWM

Web Marketing SpecialistEstablished Member
Impact
9
Hi,
Was wondering if it was possible to remove the "Posted by admin on Wednesday, March 12th, 2008 · Filed in uncategorized· Add a comment · Edit" mumbo jumbo that appears below the post title. It seems a but distracting!

Thanks! Will add rep and send some np$.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Edit: Make a back-up copy first!!
(of the one file you're changing)
````````````

find your theme folder and locate index.php

````````

This is called the Wordpress loop:

<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

<div class="post">

<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>

<small><?php the_time('F jS, Y'); ?></small>

<div class="entry">
<?php the_content(); ?>
</div>
</div> <!-- closes the first div box -->

<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>

```````````

* The code I posted is the minimum which is actually needed.
* 'Everything else' will include most of what you are trying to get rid of. :)

````

ps. I think I got it right, but if you need more info:
The Loop
 
Last edited:
1
•••
Because different themes have different class named for they're div tags, I suggest you open your index.php file from the theme that you use and search for "Posted in" and then delete the hole line or div container.

For wordpress default theme you must search and delete this:
PHP:
<p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
 
0
•••
is this wpmu? if it is then
http://mu.wordpress.org/forums/topic.php?id=6039&page

TWM said:
Hi,
Was wondering if it was possible to remove the "Posted by admin on Wednesday, March 12th, 2008 · Filed in uncategorized· Add a comment · Edit" mumbo jumbo that appears below the post title. It seems a but distracting!

Thanks! Will add rep and send some np$.
 
0
•••
WPMU themes and WP themes are mostly the same.
The default functions work on both platforms.
 
0
•••
CatchedCatched

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back