Plugin to list sub-gallerys and gallery photos within a Page. Functionality
  • Will Enumerate all child pages.
  • For each child page that has a featured image it will read and create variables from its, url to the features THUMBNAIL, URL to the page, Excerpt text, page title.
  • The featured image will not be used we will use the thumbnail for it.
  • There will be a wrapper template to wrapper all the galleries. (Div or whatever around the list of galleries) with a variable for the list of galleries its self.
  • There will be a template for each enumerated gallery where we will replace %VARABLE% text with the above mentioned information.
  • In the end it should look like this: http://www.northamericanponytrainercontest.com/gallery/ But automatically generated.
  • Under the gallery we will check to see if there are photos attached to the current page. If there are then we will use the following WP code to list them…
  • Direct function call they can put into their page template file to create a template for the gallery and build it right into the theme.
  • Experp field will be read on the page to create the description
  • The entire cell will be clickable to lead to the subpage with the gallery on it.
  • After the list of subpages with galleries you will then check to see if the existing page has photos in it. If so then it will do a [Gallery] call as specified above with arguments so all images will be listed within the bottom of that page also.
Settings
  • Ability to change the arguments on the “ wp code with html code. And there will be a .css file we will import in there as well. In the settings a tick to give the theme folder priority. We will put a link to our site with instructions on how to theme it personally.
  • Ability to edit the other templates stored in the DB.
  • Ability to change the entire WP code for the gallery so they can use other gallerys.
  • And ultimatly the ability to pull themes down from our website repository and submit them. But that comes later.