🔥 Contact Form 7 feature for Frontity theme.
-
git clone https://github.com/imranhsayed/frontity-contact-form-7 -
cd frontity-contact-form-7 -
npm install && npx frontity dev( from the project's root directory ) -
Your site will now be available at
http://localhost:3000/
npx frontity create my-app && cd my-appnpm install @frontity/contact-form-7-theme- Update the package name to the
frontity-settings.js
"packages": [
{
"name": "@frontity/contact-form-7",npx frontity dev( from project's root directory )- Your site will be available at
http://localhost:3000/ - Set the to true to display featured images on Home page and single post page.
"featured": {
"showOnList": true,
"showOnPost": true
}This is the beta version. Some features will be added in the final release, like:
- More button smaller screens.
npx frontity dev( inside project's root ) Runs server in development mode ( from the root of your project )
- Build with love 💙, using Frontity's mars-theme