DATE, BLOG TITLE & CATEGORY

  • Unknown's avatar

    Hello,

    I really hope you can help me. I will show you three websites which have the date,Blog title and category position of the blogpost exactly where I would like to have it. For me it wasn’t possible to manage that. But you’ve got better css skills than me so I hope you can help me.

    1. http://jannideler.com
    2. http://skopljak.se
    3. http://xeniaoverdose.blogwalk.de

    its not necessary to have the time also there but i would like to have the date then the row below the title and under that the category.
    I would do anything to have it like that.

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, on Karuna, the metadata (date and category) are inside of a separate div, so moving and centering the date above the title would not work well at all. We can put the category below the date with the following CSS, but unfortunately due to the way the HTML is done for the category, we can’t get rid of the comma before the category line.

    .entry-meta .cat-links {
        display: block;
    }
  • Unknown's avatar

    okay thank you . But is there a way to tricks it and create an own code for it so it will be possible ?

  • Unknown's avatar

    Not really. You would need to modify the theme php script files, and we cannot do that at WordPress.com.

    Sorry, I wish I had a magic wand to do this, but given the structure of Karuna, I can’t.

  • The topic ‘DATE, BLOG TITLE & CATEGORY’ is closed to new replies.