Skip to content

imranhsayed/frontity-contact-form-7-test

Repository files navigation

Frontity Contact Form 7 Project 🎨

🔥 Contact Form 7 feature for Frontity theme.

Installation 🔧

1. For new project: by cloning this project.

  1. git clone https://github.com/imranhsayed/frontity-contact-form-7

  2. cd frontity-contact-form-7

  3. npm install && npx frontity dev ( from the project's root directory )

  4. Your site will now be available at http://localhost:3000/

2. For new/existing project using npm

  1. npx frontity create my-app && cd my-app
  2. npm install @frontity/contact-form-7-theme
  3. Update the package name to the frontity-settings.js
  "packages": [
    {
      "name": "@frontity/contact-form-7",
  1. npx frontity dev ( from project's root directory )
  2. Your site will be available at http://localhost:3000/
  3. Set the to true to display featured images on Home page and single post page.
      "featured": {
        "showOnList": true,
        "showOnPost": true
      }

More info 📋

This is the beta version. Some features will be added in the final release, like:

  1. More button smaller screens.

Common Commands 💻

  • npx frontity dev ( inside project's root ) Runs server in development mode ( from the root of your project )

Credits 💮

Author

  1. Imran Sayed
  2. Smit Patadiya

License 📜

License: GPL v2

Releases

No releases published

Packages

No packages published