• Hi,

    I am currently creating a template from scratch.
    In one of the designs is a horizontal bar witch contains serveral logo’s. Is there a way to place logo’s on that bar via a plugin?

    I want the user to be able to do it from WordPress.

    Thnx in advance

    M.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sounds like you want to:

    1) Make a custom page type
    2) Then query the page for attachments.
    3) Then you can loop through them and place them with your own html.

    All your user will need to do is upload the logos to the page with your custom page type in the admin.

    Thread Starter mvanboordt

    (@mvanboordt)

    That’s exactly what I’m trieing to do.

    Now that I know how. I just need to write it.

    And here lies my problem. I have no idea how to set this up.
    I’ll get started and come back when I run in to things.

    Hopefully you can assist me where necessary.

    Thnx so far

    M.

    Thread Starter mvanboordt

    (@mvanboordt)

    Well Not exactly.

    When I scaned your post I thought it was wat I wanted but not really.

    The page is allready build, except for the logo bar.
    Isn’t it possible to upload files to a folder and display them on the page?

    I really have no idea how to do that!
    Can anyone help me out please….

    Moderator cubecolour

    (@numeeja)

    You could make it a widget area:

    Use http://wordpress.org/extend/plugins/add-widgets-to-page/ to create the required widget area(s) & include them by means of a shortcode on the page(s) you want this. – You may have to add a bit of css to your theme’s stylesheet to style the widget area depending on the required presentation.

    Use http://wordpress.org/extend/plugins/image-widget/ to allow a user to easily upload their images into image widgets within the widget area.

    note: It would be straightforward for an experienced WP developer to create the widget area manually in the appropriate theme template, however I have suggested the above as a lower-friction solution assuming you’re less comfortable with coding.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Place Logo's’ is closed to new replies.