Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to do this in WordPress ?

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #43076
    apart
    Participant

    Hello,

    As you can see [here](http://www.locastic.com/en/work/logo-and-brand-identity/simply-note-read-write “here”) it has some content on the side and on the left there is a gallery with 3 pictures. I’m wondering how to do this in wordpress with a post, similar looking to this like the gallery is not inside post content but on the left side of it.

    If there is any helpfull link for making this happen I would be grateful.

    #126605
    apart
    Participant

    Does anyone have a idea ?

    #126619
    tomrogers123
    Member

    You could add each image URL as a value to the page and output these however you please outside of `the_content()` (using the `get_post_meta()` method) in a custom theme template. For learning how to do that, this tutorial could be useful: https://www.youtube.com/watch?v=QsjfvloC4yc

    #126635
    apart
    Participant

    Hmm I don’t know, so there is no way to change like html of post gallery for example put it on top of the post (the content) or whatever i think of would be a good position ?

    #126645
    apart
    Participant

    Anyone ?

    #126649
    tomrogers123
    Member

    Whether you can change the HTML or not depends greatly on the technique you’re using to put the images into the post to begin with.

    #126692
    Alen
    Participant

    Pozdrav Marko,

    You can create custom php template and include it where ever you like. To include the template, use:

    Hope that helps,

    Alen

    #126693
    apart
    Participant

    Hvala Alene.

    But that seems hard for me I guess i will go for custom fields

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘CSS’ is closed to new topics and replies.