vuehaus
vuehaus copied to clipboard
Vue.js on top of WordPress
We just need to add a link or a button to the admin controls when editing a single page. If the page has a "next page" (sibling page immediately following...
OK so 99% of the time whenever I need a custom filter, it is to one of these scenarios: 1. Add pages to `related` 1. Include "featured" pages/posts on the...
I needed to add this to ETC in the `watch` section on the front page: ```js '$route.fullPath'(to, from) { if (to == '/' && from.includes('?s=')) { this.$store.dispatch('LOAD_AND_REPLACE_QUERYDATA', { path: '/'...
From @drewbaker : > Would be good to have a component that created the link to edit a post/page. Obviously it should only show up if the user is logged...
- Nav - Menu - Sections - Grid and Grid Blocks? - Pagination? Next/Prev page? - Slideshows? - Video player and thumbnails? - Blog category and blog posts - Contact...
Currently, we dump the entire contents of Rest Easy into the vuex store and then work off of that. In certain situations, such as the one outlined in issue https://github.com/funkhaus/Rest-Easy/issues/16...