• I’ve looked at what I can about the date format and I’m having trouble changing it per the theme I’ve purchased. Support takes days with the theme designers so I wonder if I can get some help here.

    The theme has a specific layout for the home page. It’s showing the date like this: 2013-01-30 14:06:40 even with it changed to F j, Y in the WordPress admin settings.

    I’ve searched for the lines on the homepage where the date shows and this is what I see

    <span class="date"><?php echo $review['post_date'] ?></span>

    Other than ‘orderby’ that’s the only spot where the date is in the file, and it’s right above the title (where it shows up on the page) in the code so I assume that’s the right spot. I don’t quite understand why it’s still showing the date and time. Nor do I see where to add a custom date format in this section because isn’t the custom date format in ( ) brackets like that?…and that’s not in the home page php file.

    Should I be looking somewhere else? Bit of a noobie with WordPress right now.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi , U Can Just Remove This Line
    <?php echo $review['post_date'] ?>
    And Then Add Your Custom Line For Your Custom Format

    Thread Starter gimpy2k7

    (@gimpy2k7)

    It wouldn’t work with the post_date function, everything I tried just made the area blank where the date should be. However when using this:

    <span class="date"><?php the_time('F j, Y') ?></span>

    It is showing properly. How come I had to change it to the_time?
    Thanks for the quick help.

    I Don’t understand fully , u wanna show date and time together ?

    Thread Starter gimpy2k7

    (@gimpy2k7)

    No I just want to display the date. But the date function wouldn’t work…the time one did however. I tried get_the_date and post_date neither worked. But the_time did work. I don’t know why but as long as it keeps working without issue I don’t mind. Just wondered why.

    Strange , What The Name Of Theme U’re Using ? If You Had Serious Problem Just Contact Me [email deleted]

    Take Care Dude 😉

    Thread Starter gimpy2k7

    (@gimpy2k7)

    It’s the GamesTheme theme by ThemeMakers from Themeforest (wow lots of “theme” words) Thanks for the offer I appreciate the help!

    @ediablo7 – per the forum guidelines, please keep help on these forums.

    @gimpy2k7 – we do not recommend contacting people you don’t know via a public forum.

    Thread Starter gimpy2k7

    (@gimpy2k7)

    I can take care of myself thank you mommy.

    It’s forum policy, not a question of you, personally. Since we don’t support commercial themes here, you should contact the developer of your theme for additional help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Trouble with date format’ is closed to new replies.