Foxhound
Foxhound copied to clipboard
A text-focused blog theme for WordPress (in React)
The [Customize Posts](https://wordpress.org/plugins/customize-posts/) plugin allows posts and pages to be updated and created in the Customizer. When it modifies/creates a post or page, it forces the permalinks for these posts...
I was trying to do `npm run dev` but the webpack build would fail due to eslint errors (see below). So this PR fixes the issues so that webpack can...
Currently the url pattern of /attachment/ is supported. However attached uploaded to posts generate urls like this //// . This pattern doesn't have route and 404s
For example, go to the demo site https://themes.redradar.net/foxhound/ and scroll all the way down to the "About" widget. Click the "Foxhound" link that points to github. Clicking that link will...
Currently that is: - webpack - style-loader - react-router - css-loader - extract-text-webpack-plugin - sass-loader - node-sass This will need some testing, but should be fairly straightforward. I held off...
Example: `/category/parent-category/child-category-03/`
`/type/quote` etc Not much of an issue because we don't technically have styling/support for post formats, but this would be an easy archive to support.
> A small issue but the "Edit post" link does not get updated in the admin bar when switching between pages. Use something like the component?
Social media should be icons (unless otherwise classed, maybe?)
From #21 : > I recently added the Related Posts to the REST API Post response. The patch will ship with the next version of Jetpack. > > Here is...