Blog Options

Support Area Forums Progress Blog Options

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.fcdanubiaeagles.org
  • Author
    Posts
  • #18649
    Avatar photoCarl
    Participant

    Hey Bill,
    I would like to remove everything to the right of the date “April 13, 2014 / admin / Make A Comment / Uncategorized”. Also I would like to remove the ability to click the title. I don’t want it to go to another page.

    Thanks

    #18659
    Bill Robbins
    Moderator

    You can do that Carl. Here’s how:

    1. Go to the Appearance section in your WordPress control panel and select Edit.
    2. From the list of files on your right, choose archive.php and find this line:
      
      <p class="post-meta"><?php the_time('F j, Y'); ?>&nbsp;/&nbsp;<?php the_author_posts_link(); ?>&nbsp;/&nbsp;<a href="<?php the_permalink(); ?>#comments"><?php comments_number(__('Make A Comment', 'organizedthemes'), __('1 Comment', 'organizedthemes'), __('% Comments', 'organizedthemes')); ?></a>&nbsp;/&nbsp;<?php the_category(', ') ?></p>
      
    3. Replace that with this:
      
      <p class="post-meta"><?php the_time('F j, Y'); ?></p>
      
    4. Save your changes.
    5. Repeat that for index.php and single.php too.

    If you run into any trouble, let me know.

    Have a great week,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Blog Options’ is closed to new replies.