• Frodeani

    (@frodeani)


    How and where can I change the viewing off posts. I want the yellow labels showing date to show different setup.

    Atm it is showing: 03.13.13 I want it to show: 13.03.13

    I have change the setting in wordpress to be correct, but cant find out where to change on the theme

Viewing 6 replies - 1 through 6 (of 6 total)
  • Michael

    (@alchymyth)

    in content.php and in the other content-???.php templates:

    <a href="<?php the_permalink() ?>" rel="bookmark"><?php printf( __('%s', 'newsworthy'), get_the_date('m.d.y') ); ?></a>

    Thread Starter Frodeani

    (@frodeani)

    Thank you!

    Can you also help with getting the yellow category archive removed

    Michael

    (@alchymyth)

    please post a link to an archive to illustrate the problem;

    I don’t have the theme installed so I don’t have a visual reference of what you want to remove.

    Thread Starter Frodeani

    (@frodeani)

    Michael

    (@alchymyth)

    nice image ??
    a bit useless for helping with formatting problems.

    colors are set in the stylesheet of a theme; try working with a browser inspection tool to find out where those colors are set.

    Thread Starter Frodeani

    (@frodeani)

    im a wordpress beginner, i have looked for the code but can not find it. What sort of info do you need in order to help me out ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change date on posts’ is closed to new replies.