• am strugeling from along time now, i want to delete the date and time stamps from my wordpress blog and articles in all areas, i cannot figure out how..

    am using a theme by UX themes called flatsome, i deleted everything says “date” in Index.php , shortcodes.php, page.php ,functions.php ,foundation.php and still the stamo get in there.

    can anyone please help me..

    my website is http://induit.net

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sorry, but we have no way to help with commercial themes –

    http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    – as we do not have access to them – have you asked the developer about this?

    http://themeforest.net/item/flat-responsive-woocommerce-theme/5484319

    Thread Starter Mark elayan

    (@ramielian)

    hey, thanks for the answer, i just found something but am not sure if its right or not and what to delete in it…

    <div class="comment-meta commentmetadata">
                        <a>comment_ID ) ); ?>"><time datetime="<?php comment_time( 'c' ); ?>">
                        <?php printf( _x( '%1$s at %2$s', '1: date, 2: time', 'flatsome' ), get_comment_date(), get_comment_time() ); ?>
                        </time></a>
                        <?php edit_comment_link( __( 'Edit', 'flatsome' ), '<span class="edit-link">', '<span>' ); ?>
    
                        <div class="reply right">
                <?php
                    comment_reply_link( array_merge( $args,array(
                        'depth'     => $depth,
                        'max_depth' => $args['max_depth'],
                    ) ) );
                ?>
                </div><!-- .reply -->
                    </div><!-- .comment-meta .commentmetadata -->

    can you help in these please?
    the developer dosent answer any emails i dont know why…

    Thanks

    I don’t know how that theme is coded, sorry.

    BTW, are you aware that any changes you make to theme files will be lost when the theme is updated? You may want to consider using a child theme to make changes to theme files –

    http://codex.wordpress.org/Child_Themes

    Thread Starter Mark elayan

    (@ramielian)

    ya thanks for the info, but i will not update it for more than 1 or 2 years..

    i have some problems in the childe theme options, i have one but i always have some problems in it…

    the above i found it in a page called template-tags.php , there is so many functions and things i dont know about in this theme, there using something called framework, and even the style sheet is not really active, its redirected to a file called costumer css.php , and it dosnet really have the css sheet but i found it in another file called foundation.css

    anyone would help me i would be so much appreciative ..

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Date and time deletion’ is closed to new replies.