GuidePlugin LogoGuidePlugin Docs

Getting Started

Quick setup guide to create your first GuidePlugin guide in minutes.

Welcome to GuidePlugin! This guide will walk you through creating your first complete guide in just a few minutes. Follow these steps to get up and running quickly.

Quick Start Overview

StepComponentTime RequiredPurpose
1Facets5 minutesDefine data characteristics
2Filters10 minutesCreate user questions
3Guide5 minutesCombine everything together
4Index2 minutesBuild searchable database

Step-by-Step Setup

Create Facets

Start by defining the characteristics users can filter by:

Create facets interface

Essential Facets for Most Sites:

Facet TypeData SourceExample Values
CategoryPost categoriesTechnology, Design, Business
Price RangeCustom field or WooCommerce$0-50, $51-100, $101+
Content TypePost typesArticles, Products, Services

Start Simple: Begin with 3-4 basic facets. You can always add more later as your needs grow.

Go to GuidePlugin > Facet > Create and add your first facets.

Learn more about Facets →

Create Filters

Transform facets into user-friendly questions:

Example Filter Questions:

  • "What's your budget range?"
  • "What type of content interests you?"
  • "Which category are you looking for?"
  • "How many rooms do you need?"

For each filter:

  1. Write a clear, simple question
  2. Link it to your facets
  3. Choose the appropriate filter type (cards, slider, etc.)
  4. Add help text if needed

Go to GuidePlugin > Filter > Create for each question.

Learn more about Filters →

Create Your Guide

Combine filters into a complete experience:

Guide Configuration:

  1. Introduction - Brief welcome message
  2. Filter Selection - Add your created filters in logical order
  3. Design - Choose or create visual styling
  4. Results - Configure how many results to show
  5. Content Scope - Include/exclude specific content types

Go to GuidePlugin > Guides > Create to build your guide.

Learn more about Guides →

Build Index

Create the searchable database:

Build index interface

Go to GuidePlugin > Settings > Index and click "Reindex".

This scans all your WordPress content and creates an optimized database for fast filtering.

Indexing Time: Large sites may take a few minutes. You'll see progress updates during the process.

First Guide Checklist

Before going live, verify these essential elements:

Component CheckStatus
Facets CreatedAt least 3 facets with real data
Filters WorkingEach filter shows options and connects to facets
Guide CompleteAll sections configured, filters added in order
Index BuiltRecent indexing completed successfully
Results DisplayTest guide shows relevant results

Testing Your Guide

Quick Test Process

  1. Navigate to your guide's preview URL
  2. Complete the entire filtering process
  3. Verify results match your selections
  4. Check mobile responsiveness
  5. Test different filter combinations

Common First-Time Issues

ProblemQuick Fix
No results showingRun reindex, check include/exclude settings
Empty filter optionsVerify facets have data in your content
Guide won't loadCheck all required fields are filled
Slow performanceOptimize facet data sources

Displaying Your Guide

Add your guide to any page using:

Shortcode Method

[guideplugin id="YOUR_GUIDE_ID"]

Widget Method

  1. Go to Appearance > Widgets
  2. Add GuidePlugin Widget
  3. Select your guide
  4. Configure display options

Theme Integration

<?php echo do_shortcode('[guideplugin id="YOUR_GUIDE_ID"]'); ?>

What's Next?

Once your basic guide is working:

EnhancementPurposePriority
Custom TemplatesStyle result displaysMedium
Advanced LogicAdd conditional behaviorLow
Custom DesignsBrand your guide appearanceMedium

Congratulations! You now have a working GuidePlugin guide. Users can filter your content and find exactly what they're looking for.