You can see this project on-line, going to Quote on Dev | Wordpress Site
This site has been created to learn how to use AJAX API in a customized wordpress theme, calling a "new quote" from our bbdd and alowing a user to upload a new quote by our form, if this user is logged, without conecting directly with our dashboard, and keeping the new post in a "pending" status.
Wordpress Technology, WP REST API, PHP, MAMP, JQUERY, HTML5 and CSS3.
Hand-Crafter Styles Quote on Dev Wordpress Site has five different sections: home, about, archive and submit a quote. Every archive has a different style and archive files. There you can search by author, categories or tags.
Wordpress | WP REST API | MAMP | PHP | JQuery | HTML5 | CSS3 | Gulp | Sass (CSS Preprocessors) | Git | Github | FontFace |
- WP REST API
- Wordpress technology
- MAMP
- PHP
- JQuery
- Fetch request from API with WP
- Submit data from form with WP
- 1200px
- 620px
Home page | Mobile
Home page | Tablet
Home page | Desktop
About page
Archives page
Submit a quote page
A WordPress starter theme for the Quotes on Dev project, forked from Underscores.
Then add me to your wp-content/themes
directory.
Make sure that the theme directory name is project appropriate! Do you need starter
or master
in the directory name?
Next you'll need to run npm install
inside your theme directory to install the npm packages you'll need for Gulp, etc.
Lastly, be sure to update your gulpfile.js
with the appropriate URL for the Browsersync proxy (so change localhost[:port-here]/[your-dir-name-here]
to the appropriate localhost URL).
And now would be a good time to git init
:)
- 27-Nov-2018