• I need to output the text before the_category.

    In result it should be something like “Posted on September 20, 2014
    (here I use the_time('F j, Y') (and start from here I use the_category()) IN
    MyCategory”.

    Word “in” should be inside the_category and before words “MyCategory”.

    For example, for the_date I can use $before to place text before the date
    (http://codex.wordpress.org/Function_Reference/the_date).

    Here I need to do the same for the_category(). But I can’t :).

    Any suggestions on how to solve this issue?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to output the text before the_category?’ is closed to new replies.