Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi IDMonkey,

    Taking a quick look at the code you will need to manually remove this line from all the template files that show posts

    <span class="date">Published <?php the_time(get_option('date_format')); ?> at <?php the_time(get_option('time_format'));?></span>

    A quicker fix would be to add this to the end of your style.css file:

    date { display:none }
    I wouldn’t recommend hiding something in css as a solution just quick fix until you get the templates straightened out.

    Hi there

    I’m having the same problem.

    I removed that code from the Main Index Template as it was the only page that had the Code. But the Published details remain on my pages.

    Can you help?

    This has worked for me now.

    Thank you Chris Olbekson, this worked for me too!

    didn’t work for me. any other suggestion, please?

    @saritlotem — yes, start a new thread and include a link to your site.

    Thanks for the reply, I actually figured out a different way all together to delete the published date.

    Hi, please could you assist? I have removed <span class="date">Published <?php the_time(get_option('date_format')); ?> at <?php the_time(get_option('time_format'));?></span> as mentioned above but am still getting the posted date appearing on http://iswconsultants.com

    Do I need to remove

    <li><img src="<?php echo $wpcx_thumb_big;?>" alt="<?php the_title();?>" /><div class="slide_text"><h1><a>"><?php the_title();?></a></h1><span class="date">Published <?php the_time('F j, Y'); ?> - <?php comments_number('No Comments','One Comment','% Comments'); ?></span><p><?php echo $wpcx_slideshow_text;?></p><a>">read more</a></div></li>

    from the Main Index Template as well?

    Thanks

    [please remember to mark even small bits of code – http://codex.wordpress.org/Forum_Welcome#Posting_Code ]

    OK not to worry, found in another post that I had to remove

    <span class=”date”>Published <?php the_time(‘F j, Y’); ?> – <?php comments_number(‘No Comments’,’One Comment’,’% Comments’); ?></span>

    as well.

    Sorted.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘WP-Creativix Remove Posted Date’ is closed to new replies.