Home Forums WordPress Themes – Premium Preference Can I use pages rather than posts for portfolio

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #13876
    Phil
    Participant

    I wish to use the Page + Right Column layout for the property listings that I am using from my portfolio page. However to add things to the portfolio the action is to add a post, is there a way around this?

    Or can I add this layout to the posts?

    Thank you

    Phil

    #17934
    Sushil Adhikari
    Moderator

    To use a page instead, you would have to manually create your portfolio page by doing html code in the page. So basically you create your page with WP, then in the editor, you would add the html code. You could view the portfolio from the demo site, then copy and paste the source code for the items. To give you an idea of what the code looks like for one of the portfolio items:

    [code type=html4strict]

    portfolio8tn

    Christina Super Model

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam metus nisi, pulvinar vitae volutpat vel, faucibus vel augue. Aliquam erat volutpat. Cras egestas posuere justo at feugiat. In et lobortis …

    See More…

    The above is using a span4 class to give the 3 column layout because this is a 12-column theme layout, so 3 x span4 columns = 12, You can do 2, 3, or more columns if you want.

    For each row of items such as 3 items, needs to be wrapped in a div container with a class of row:

    #17935
    Phil
    Participant

    Hi
    I came at it from a different direction so created a page with two columns

    Test page – http://www.cornishretreats.com/holidays/mounts-view-page
    Thought I was onto something so copy and pasted the code into a new post..

    Test post – http://www.cornishretreats.com/holidays/property-layout-2
    it sort of worked but seem to create a third column. Can you see what went wrong or is this not an option?

    Thank you for your help.

    Phil

    #17936
    Phil
    Participant

    Is is something to do with Preference Pro: Single Post (single.php) ?

    #17938
    Sushil Adhikari
    Moderator

    ok, now I’m a bit lost, lol. But basically without having to create a new theme file(s), the method I posted is the better one I think. Create a page with the right column, add the portfolio layout for how many columns you want, then each portfolio item you want, you create another page using the right column template and with that you can add your photos, content, anything you want. Just link to this page from the link button on the portfolio items. So in a sense, you will have one page that is your main portfolio layout of items, then the button links to a page that contains the subject matter of the portfolio item.

    #17939
    Phil
    Participant

    Hi,
    Thank you for your help so far…I am possibly not seeing the wood for the trees now !

    This is the layout for the pages I wish to achieve. I have 19 to re-create instead of using posts
    http://www.cornishretreats.com/holidays/mounts-view-page/

    To use the page template with right sidebar do I do the following?
    Go to appearance – choose widgets and keep placing additional advanced text widgets and reference the unique page title for each one.
    (Adding text, formatting and images etc is does not seem as straight forward as adding it on the main WP page screen )

    So is this the best way or is using the technique as described here http://demo.styledthemes.com/preference/inline-columns/ better? This is what I used for the test page.

    Thank you again

    Phil

    #17940
    Phil
    Participant

    Or I could put together what I want in a normal WP page then select text view and copy the code and paste it in to the text widget

    and get this http://www.cornishretreats.com/holidays/test-property – looks like I could be solving my own problems here 🙂

    #17941
    Sushil Adhikari
    Moderator

    I just looked to see how you did that then saw the source code to see you used the inline column method. Creative and doable. So long story short, if that is the layout you want, then ideally how you did it is probably the better way as your test page. Only thing though when I looked at your source code you had a ton of

    tags in your content, but empty 🙂

    Ultimately when it comes to customizing one’s own website, I leave that up to the individual where I provide the foundation for them to create their own ideas…much like how you did it. My job is to basically make themes and provide support for bugs and things…lol. But it looks like you’re making my job easier here coming up with your solutions 🙂

    #18010
    Phil
    Participant

    A belated thank you for all your help on this project. the website http://www.cornishretreats.com is now live.
    Best wishes
    Phil

    #13877
    Sushil Adhikari
    Moderator

    Awesome! I checked out the site and seeing that Cornwall photo on the slider of the nice beach makes me want to go on vacation. Very enticing. Job well done.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.