• Here is what it looks like now at https://www.amommysdaze.com:
    Dazed in:
    * blog stuff
    Kristin S ranted at 1:44 pm
    This is how I want it to look:
    Dazed in: (category) : Kristin S ranted at (time)
    Here is my code:
    <div class=”meta”><?php _e(“Dazed in:”); ?><?php the_category() ?><?php the_author() ?> ranted at <?php the_time() ?> <?php edit_post_link(); ?></div>
    What do I need to change to get the bullet/tab out and get the filed by and authored by on the same line?
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Put this back into your css:
    .meta {
    font-size: .75em;
    }
    .meta li, ul.post-meta li {
    display: inline;
    }
    .meta ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    }
    .meta, .meta a {
    color: #808080;
    font-weight: normal;
    letter-spacing: 0;
    }

    Thread Starter kschumach

    (@kschumach)

    cool! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how do you get bullet off of category in post?’ is closed to new replies.