Skip to content

Releases: sam-wealthyman/tour-manager

Tour Manager v1.0.0 – Initial Release

Choose a tag to compare

@sam-wealthyman sam-wealthyman released this 24 Sep 22:31
9c0f8e8

✨ Features

  • Added Custom Post Type: tour_package
  • Added Taxonomy: tour_category for organizing tours
  • Created meta boxes for:
    • Price & Currency
    • Duration
    • Location
    • Start & End Dates
    • Features (comma-separated)
    • Featured Image/Thumbnail
  • Built shortcode [tour_packages] to display tours on the frontend
    • Supports filtering by category (e.g., [tour_packages cats="beach,safari"])
    • Supports limiting number of tours displayed (limit="6")
  • Responsive grid layout for frontend display (via CSS)
  • Added thumbnail column in admin list view
  • i18n ready (text domain: tour-manager)
  • Included clean uninstall script to remove plugin options

📖 Usage

  1. Activate the plugin in WordPress.
  2. Add new tours under Tour Manager → Add New.
  3. Use the shortcode in any post/page:
[tour_packages cats="beach,safari" limit="12"]