Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Max Bond

    (@max-bond)

    Hello!
    You can make custom styles.
    For each ordered post two css classes are set: q2w3-post-order and q2w3-post-order-{n}, where {n} is post position number. Use q2w3-post-order css class to set general style for ordered posts. Use q2w3-post-order-{n} to set unique style for specific post position. Note! You have to use <?php post_class(); ?> template tag in your theme.

    Thread Starter qzha017

    (@qzha017)

    sweet I just needed to do the general style background color and it worked, but you mentioned <?php post_class(); ?> template tag I didnt do anything about it, so what will that do?

    thanks Max

    Plugin Author Max Bond

    (@max-bond)

    but you mentioned <?php post_class(); ?> template tag I didnt do anything about it, so what will that do?

    Don’t worry. Your theme uses this tag by default.

    Thread Starter qzha017

    (@qzha017)

    Ok
    Thank you max thumbs up for me

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘css style with sticky posts?’ is closed to new replies.