Developer Docs
  • Getting started
  • Tutorials
    • Integrate your theme with HivePress
    • Create a custom HivePress extension
  • Framework
    • Blocks
      • Callback
      • Container
      • Content
      • Form
      • Menu
      • Modal
      • Part
      • Section
      • Template
      • Toggle
    • Components
      • Cache
      • Helper
      • Request
      • Router
      • Translator
    • Configurations
      • Comment types
      • Image sizes
      • Meta boxes
      • Post types
      • Scripts
      • Settings
      • Strings
      • Styles
      • Taxonomies
    • Controllers
    • Emails
    • Fields
      • Checkbox
      • Checkboxes
      • Date
      • Date Range
      • Email
      • File
      • Number
      • Number Range
      • Password
      • Phone
      • Radio Buttons
      • Repeater
      • Select
      • Text
      • Textarea
      • Time
      • URL
    • Forms
    • Menus
    • Models
      • Making queries
      • Creating models
      • Customizing models
    • Templates
  • Resources
    • Code snippets
    • Code reference
    • Hook reference
    • REST API
Powered by GitBook
On this page

Was this helpful?

Getting started

NextTutorials

Last updated 2 years ago

Was this helpful?

HivePress is an open-source solution for building any type of directory and listing websites, such as business directories, job boards, classifieds, marketplaces, and whatnot.

While it's implemented as a , it has its own lightweight MVC framework that acts as a wrapper for the WordPress API. This makes extending the core functionality and working with templates, forms, queries, etc. much easier.

The framework docs are organized to resemble the HivePress file structure, so you can easily navigate the and check the implementation while reading the docs.

These docs assume that you are already familiar with the and concepts, such as post types, taxonomies, meta boxes, actions, filters, and so on.

You can , explore the framework along with the code and hook references, or browse the collection of for HivePress.

Have fun and build something awesome!

WordPress plugin
code reference
WordPress API
start with a tutorial
code snippets