Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo Mode Enhancements #32

Open
zdrive opened this issue Mar 9, 2018 · 0 comments
Open

Demo Mode Enhancements #32

zdrive opened this issue Mar 9, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@zdrive
Copy link
Owner

zdrive commented Mar 9, 2018

Description
Things that would be nice to add to Demo Mode, but probably not right away.

To Do

  1. (header.php) Add a demo Menu, including demo Pages
  • currently the demo starts with the default WordPress menu, which only contains the Sample Page demo post.
  • Should have sample menu items and corresponding pages for Left Sidebar, Right Sidebar and Full Width
  1. Abstract Demo Mode into its own class that can be reused in future projects.
  • separate into include file, e.g., "demo-mode.php"
  • uses wp_options table to store demo values
  • call as function, e.g.,:
    $aryDemoContactInfo = fnDemoMode("contact");
@zdrive zdrive added enhancement New feature or request help wanted Extra attention is needed labels Mar 9, 2018
@zdrive zdrive self-assigned this Mar 11, 2018
@zdrive zdrive removed the help wanted Extra attention is needed label Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant