• Hello,
    I want to do such thing on wordpress. I want to have 5 posts on a page, and each of the posts must have its own style: maybe some icons, some elements, etc. but the category of these posts must be the same. how can i do it?
    Posts will add but every post must different style, and continue in this way to the following pages.
    I was said to do it in Loop but i did not understand. Can anyone help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, zarata.

    each post have ID e.g id=”post-2″

    #post-2{ //to set text alignment, font, margin, padding etc.
    <type your style here>
    }
    #post-2 .entry-title{ //to set post’s title style, icon, background, font etc.
    <type your style here>
    }

    Thread Starter zarata

    (@zarata)

    HI, Mohamad Hanafi.

    shall i change index.php and archives.php?

    please, look at the photo
    http://www.picz.ge/img/s3/1209/2/a/ad87dd8ac1d9.png

    I want to do something like that. I don’t want only one post look so but the every post has its own style and so, continue in this way on the following pages.

    Thread Starter zarata

    (@zarata)

    i could not find anything how to do it..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different style posts’ is closed to new replies.