• Dear forum.
    I want make a layout similar bestwebgallery.com or cssremix.com.
    How to display post with 4 thumbnails per row in the same way.
    I’m crazy, i don’t find a good solution i have search all web.
    Please help me.

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter gioska

    (@gioska)

    Please, someone can help-me?

    I’m looking for the same thing. This has to exist somewhere.

    Thread Starter gioska

    (@gioska)

    Not a wordpress guru in this forum for my answer?

    Thread Starter gioska

    (@gioska)

    Really nobody can help me?

    I can help you. The key is in the "<div class="post" id="post-xxx>" and the style declaration for that class:

    .post {
    width:168px;
    float:left;
    padding: 5px;
    margin: 10px 12px;
    background: #0B1316 url(images/post-bg.gif) no-repeat left top;
    }

    That’s a start. You may have to learn HTML and CSS.

    Thread Starter gioska

    (@gioska)

    Thanks,
    but this doesn’t resolve mine problem.

    You don’t actually have a problem. You’re only seeking advice on how to accomplish a certain layout. The tip I gave you will get you started, provided you’re prepared to roll your sleeves up and learn how to do it yourself.

    Or are you looking for someone to do it all for you? If so, consider posting your request to WP Pros or the Sitepoint Marketplace instead.

    Thread Starter gioska

    (@gioska)

    but, it does not exist template similar, in order to study the code?

    Thread Starter gioska

    (@gioska)

    I can pay if someone can build a similar template.

    Open the page you want to show this layout in, view source, email me the source and your stylesheet/s and I’ll take a look.

    amenbreaka@yahoo.com

    =)

    Thread Starter gioska

    (@gioska)

    I’ don’t wont the style, for me is important the gallery, for example how cssremix.com or http://bestwebgallery.com or similar but with wordpress.

    Rearrange the loop so that the_content comes before the_title, the take out anything you don’t need.

    Then go write your post, type in your hyperlink (with the image as the linking element) a la

    <a title="" target="" href=""><img alt="" id="" src="" /></a>

    (Just make sure that you are in code view when writing the post.)

    Then style the markup accordingly (enter css…)

    Then add sidebars or whatever other elements you need.

    Should do ya,

    – John

    Thread Starter gioska

    (@gioska)

    ok, but how i can Rearrange the loop ?

    lol, you should start by reading this: http://codex.wordpress.org/The_Loop_in_Action

    it’s really quite simple.. I’m fairly new to php and very new to WP.

    I got it to work, but you should try figure it out after reading that codex doc.

    good luck,

    – john

    Thread Starter gioska

    (@gioska)

    THANK nakedape,
    I’m new to php, I search someone that can make a template similar the website writed up.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Display posts per row like http://bestwebgallery.com/’ is closed to new replies.