Add date/ metadata to aside format

  • Author
    Posts
  • #102933

    Hi,

    I’ve been planning switching my site from Parabola to Roseta or Codex, but I use the Aside format a lot, and I like how it’s set up in Parabola.

    Is it possible to add back some of the metadata to the asides in Roseta or Codex? Definitely the date, but I like having the tags there too. My site also shows social media icons on asides.

    Thanks,
    Kris

    Website: krisbowser.com

    #104077
    Zed
    Cryout Creations mastermind

    The meta information for posts formats (including the aside) is simply hidden via CSS. You can re-enable them with custom styling:

    body .format-aside .entry-title, 
    body .format-aside .author, 
    body .format-aside .bl_categ {
        display: inline;
    }
    body .format-aside .entry-meta {
        display: block;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Add date/ metadata to aside format’ is closed to new replies.