• Hello,

    I’m using Mystile as a theme, which comes with a timestamp. I removed the timestamp with the code
    .type-post .meta .day {
    display: none;
    }

    .type-post .meta .month {
    display: none;
    }

    .type-post .meta .year {
    display: none;
    }

    So that problem is solved. I would however like to show the date beneath the post title. I just don’t know how to. Does anyone have a solution for me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • have you tried editing code in single.php/index.php file?

    Any code editing should be done in a child theme – and as that’s a commercial theme, WooThemes will be the ones to provide support.

    Thread Starter melonmash

    (@melonmash)

    I do have a childtheme, just not sure what code to add and where. I know how to make my own files on filezilla, so the only problem for me is adding a code, because I don’t know where to place it and what it should say. Also not sure if the code will work, since I’ve added

    .type-post .meta .day {
    display: none;
    }

    .type-post .meta .month {
    display: none;
    }

    .type-post .meta .year {
    display: none;
    }

    to the custom css. If someone could help me I would really appreciate it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move the date from timestamp to underneath posttitle’ is closed to new replies.