Creation of a Wordpress Plugin

Status
Not open for further replies.

xgf666

Regular Member
Joined
Jan 18, 2011
Messages
206
Reaction score
98
Hi, :amish:

I need someone with knowledge in wordpress plugin creation. The wordpress plugin I want to create will have those functions:

- Upload of pictures
- delete pictures
- selecte picture order
- insering the picture gallery in a page/post/widget via shortcode
- the picture gallery must be parsed like this to work with a JS script
HTML:
              <div class="inside">                                <img src="logo-vodafone.jpg" alt="picture">
                                <img src="logo-mercedes.jpg" alt="picture">
                                <img src="logo-loreal.jpg" alt="picture">
                            </div>
                           </div>
                        <div style="float: left; position: relative;" class="panel" id="panel_2">
                            <div class="inside">
                                <img src="logo-unicredit.jpg" alt="picture">
                                <img src="logo-sky.jpg" alt="picture">
                                   <img src="logo-bmw.jpg" alt="picture">
                            </div>
                        </div>
                        <div style="float: left; position: relative;" class="panel" id="panel_3">
                            <div class="inside">
                                <img src="logo-sony.jpg" alt="picture">
                                <img src="logo-fiat.jpg" alt="picture">
                                <img src="logo-ing.jpg" alt="picture">

If you feel confident don't hesitate to send me a PM with your skype in it. Looking for long terme partnership.

Thank you
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top