PointFinder WordPress Theme
by Webbu
Stuck on your PointFinder WordPress theme? Let's fix it.
No endless back-and-forth. Just send us the details and we'll get it done.
No obligation · Replies within 1 hour · Quote within 1 day
Setup · Customization · Bug fixes · WooCommerce integration
About PointFinder WP Theme
PointFinder is a directory and listings WordPress theme built by Webbu. It’s designed for classified ads, local business directories, and listing-heavy sites that need front-end submission forms, map integration, and monetisation tools built in from the start.
The theme ships with a drag-and-drop page builder, multiple listing layout options, and support for paid listings via WooCommerce. Search filters are Ajax-powered, which keeps navigation fast without full page reloads. Google Maps and OpenStreetMap are both supported out of the box.
PointFinder works well for solo operators launching niche directories and for agencies building client sites that need scalable listing management. It’s actively maintained by Webbu, with updates covering compatibility with current WordPress and WooCommerce versions.
Get matched with a PointFinder developer in under one day
Tell us about your PointFinder project. Small fixes, PointFinder theme customization, or a full website build, whatever you need, we've got it covered.
We'll connect you to the right PointFinder developers, define the scope, and get everything 100% clear.
You'll get one estimate, hire your preferred developer, and start collaborating.
PointFinder has enough moving parts — listings, maps, payments, user roles, submission forms — that small misconfigurations cause real problems. Finding someone who actually knows the theme matters. Codeable connects you with vetted WordPress developers who have verifiable track records. You post your project, get matched within 24 hours, and receive a fixed estimate before any work begins. No bidding, no guesswork.
Pros
- Front-end listing submission with guest and registered user options built in
- Ajax-powered search filters with radius, category, tags, and custom field support
- WooCommerce-based monetisation for paid listing plans and featured upgrades
- Supports Google Maps, OpenStreetMap, and Mapbox with marker clustering
- Active development by Webbu with regular compatibility updates
Cons
- WooCommerce dependency adds overhead even for simple, non-ecommerce directories
- Custom field configuration for listings is not beginner-friendly without documentation
- Map performance degrades noticeably on directories with thousands of listings without caching
- Child theme setup is necessary for safe customisation, adding setup time
- Support response times from Webbu can be slow during high-volume periods
Who is PointFinder for?
Local Business Directory
PointFinder handles local business listings well. You get category filtering, map-based search, user reviews, and front-end business profile submission. A PointFinder specialist can configure proximity search, set up claimed listing workflows, and build pricing tiers for featured placements — the foundation of most local directory monetisation models.
Real Estate Listings Site
Real estate sites need detailed listing fields, photo galleries, map pins, and mortgage or price filters. PointFinder’s custom field system and Ajax search cover most of this. A PointFinder developer can extend the schema with property-specific fields, integrate IDX feeds where needed, and configure agent profiles with their own listing dashboards.
Job Board
PointFinder’s front-end submission forms and WooCommerce plan system map cleanly onto job board logic. Employers post jobs, choose a visibility plan, and manage listings from the front end. A PointFinder expert can configure application workflows, add resume upload fields, and restrict posting by account type without touching core theme files.
Event Listings Platform
With date and location fields plus map integration, PointFinder works for event directories. Users can filter by date range, location radius, and event category. A PointFinder developer can wire up recurring event logic, add ticketing links, and configure calendar views — making it a usable alternative to dedicated event plugins for listing-focused use cases.
Niche Classified Ads Site
Niche classifieds — cars, equipment, pets, services — fit PointFinder’s multi-category structure well. Custom fields per category, user messaging, and paid featured listings are all configurable. A PointFinder specialist can separate buyer and seller roles, add condition or price range filters, and set up category-specific submission forms with the right field sets.
Customizing PointFinder
PointFinder ships with a visual customiser, but getting a directory site to behave exactly how you need it usually takes more than moving sliders. Custom listing fields, category icons, pricing plan logic, and search filter configurations all require hands-on work inside the theme options and sometimes in child theme code.
A PointFinder expert can restructure the listing submission flow, apply custom post type tweaks, and adjust the map clustering behaviour for high-volume directories. Front-end styling changes — custom card layouts, colour schemes tied to listing categories, and mobile filter UX — are common requests that go beyond what the built-in customiser handles cleanly.
If you’re building on top of PointFinder rather than just installing it, working with a specialist saves significant time and avoids breaking core functionality.
Recommended plugins for PointFinder
PointFinder integrates with WooCommerce for paid listing plans, Stripe and PayPal for payments, and MailChimp for subscriber capture. Google Maps, OpenStreetMap, and Mapbox are all supported for geolocation features.
For performance, heavy directory sites benefit from object caching, lazy-loaded map markers, and query optimisation — details covered in our WordPress performance service. On the SEO side, PointFinder is compatible with Yoast and Rank Math, but schema markup for individual listings often needs custom configuration. Our WordPress SEO service covers that in detail.
Not sure which plugins to use? This WordPress plugins directory covers the most popular options with reviews and setup guides.
PointFinder common issues
PointFinder search filter not working after update
Ajax search filter failures after an update usually point to a JavaScript conflict or a broken nonce. Open your browser console and check for JS errors first. Clear all caches, including server-side and object cache layers. If the issue persists, deactivate plugins one at a time to isolate the conflict. A minification plugin interfering with PointFinder’s Ajax handlers is a common cause. Check that theme JS files are loading without errors in the network tab.
PointFinder Google Maps not showing on listing pages
A missing or invalid Google Maps API key is the most common cause. Go to PointFinder settings, confirm the API key is entered correctly, and verify that the Maps JavaScript API and Geocoding API are both enabled in your Google Cloud Console. Also check that billing is active on the Google account. If the key is valid but maps still don’t appear, check for JavaScript console errors — a Content Security Policy header may be blocking the Maps script from loading.
PointFinder front-end submission form not saving listings
Front-end submission failures are often caused by a PHP upload limit, a nonce expiry, or a permissions conflict. Check php.ini values for upload_max_filesize and post_max_size. Increase the WordPress memory limit if needed. Also verify that the submitting user role has the correct capabilities assigned in PointFinder’s user role settings. If you’re seeing a blank page after submission, enable WP_DEBUG and review the error log. Our WordPress bug fixing service handles complex submission issues.
PointFinder paid listing plan not activating after WooCommerce payment
When a WooCommerce payment completes but the listing plan doesn’t activate, the issue is usually in the order status hook or a WooCommerce email delay. Check that your WooCommerce order is reaching ‘Completed’ status — some payment gateways stop at ‘Processing.’ PointFinder triggers plan activation on order completion. If orders are completing but plans still aren’t activating, check for plugin conflicts with your WooCommerce subscription or membership plugins. Review the WooCommerce system status log for related errors.
PointFinder listings not showing on category page
Listings missing from category pages usually means a taxonomy assignment problem or a post status issue. Check that the listing’s category is correctly assigned in the backend. Also verify the listing’s post status is ‘Published’ and not stuck in ‘Pending.’ If categories are assigned correctly, check PointFinder’s directory settings for any category visibility restrictions. Flushing rewrite rules by visiting Settings > Permalinks and saving resolves some category archive display issues tied to structure changes.
PointFinder custom fields not displaying on listing detail page
Custom fields not displaying on the listing detail page typically means the field isn’t mapped to the correct display template. In PointFinder’s custom fields settings, confirm the field is assigned to the right listing type and that ‘Show on listing page’ is enabled. If the field is configured correctly but still absent, the active child theme may be overriding the listing detail template without outputting the field. Check single-listing.php or the relevant template file in your child theme. Our bug fixing service can trace template override issues quickly.
PointFinder user registration not working
Registration failures are often caused by a conflict with a security plugin blocking the registration endpoint, or a CAPTCHA misconfiguration. Disable any login security or firewall plugins temporarily to test. Check that WordPress allows new user registration under Settings > General. If PointFinder uses its own registration modal, check the browser console for JavaScript errors that might be preventing form submission. Also verify that transactional emails are delivering — a broken registration flow sometimes succeeds server-side but fails silently on email delivery.
PointFinder images not uploading in front-end submission form
Image upload failures in the front-end form are usually a server permissions issue or a PHP limit. Check that the wp-content/uploads directory is writable. Confirm upload_max_filesize and post_max_size in PHP are set high enough for the image sizes being uploaded. Some security plugins block file uploads from non-admin users — temporarily disable them to test. If the uploader shows no progress at all, check for a JavaScript error in the console tied to the media handler script not loading correctly.
PointFinder map markers disappearing at certain zoom levels
Map marker disappearing at zoom levels is almost always a clustering configuration issue. PointFinder’s map clustering groups nearby markers at lower zoom levels — if the cluster radius is set too aggressively, individual markers appear to vanish. Adjust the cluster grid size in PointFinder’s map settings. If you’re using a custom map script or have modified map initialisation code in a child theme, check that the clustering library is loading correctly and that marker data is being passed in full.
PointFinder WooCommerce plans page showing 404 error
A 404 on the WooCommerce plans page usually means the page was deleted or the WooCommerce page assignment is broken. Go to WooCommerce > Settings > Advanced and check that the correct page is assigned for your plans or checkout flow. If the page exists but still 404s, try re-saving your permalink structure under Settings > Permalinks. If PointFinder created its own plans page on install, check that the page hasn’t been trashed. Reinstalling WooCommerce pages via the setup wizard can also restore missing page assignments. See our WordPress bug fixing service for persistent issues.
PointFinder FAQ
Webbu actively maintains PointFinder and releases updates to keep pace with WordPress core changes. Always check the changelog before updating on a live site. Running a staging environment first is recommended, particularly after major WordPress releases. A PointFinder developer can handle update testing and conflict resolution if you’re running a complex setup with multiple plugins.
Yes. WooCommerce is how PointFinder handles paid listing plans, featured upgrades, and payment processing. You’ll need WooCommerce installed and configured. The integration covers single payments and can be extended with WooCommerce Subscriptions for recurring billing. Plan activation is tied to WooCommerce order completion status.
PointFinder can technically support large listing volumes, but performance degrades without proper server configuration. Map rendering, Ajax search, and listing queries all need caching and database optimisation at scale. Object caching, query optimisation, and lazy-loading map markers are practical requirements above a few thousand listings. See our WordPress performance service for specifics.
PointFinder includes a built-in custom fields manager under the directory settings. You can create text, select, checkbox, date, and URL fields, then assign them to specific listing types. Each field can be set to display on the submission form, the listing detail page, or both. For complex conditional logic between fields, you’ll typically need custom code or a PointFinder specialist to extend the defaults.
Yes, front-end submission is a core feature. Both registered users and guests can submit listings depending on your configuration. Submission forms are built from your custom field setup and listing type settings. You can require registration before submission, set listings to pending review before publishing, and charge for submissions via WooCommerce listing plans.
Yes. PointFinder supports OpenStreetMap and Mapbox as alternatives to Google Maps. This avoids Google Maps API billing requirements for sites with significant map usage. OpenStreetMap is free to use without an API key, making it a practical default for new directories before traffic justifies paid map services.
PointFinder generates clean URLs and supports Yoast SEO and Rank Math. However, schema markup for individual listings — particularly LocalBusiness and JobPosting schema — often needs manual configuration to be accurate. Out-of-the-box SEO coverage is reasonable, but a targeted setup improves results. Our WordPress SEO service covers listing schema in detail.
Migrating an existing directory to PointFinder is possible but requires mapping your current data structure to PointFinder’s listing post type and custom fields. There’s no one-click import for most platforms. A PointFinder developer can write import scripts, map taxonomies, and preserve URLs to avoid SEO disruption. See our WordPress migration service for more on what that involves.
PointFinder is translation-ready and compatible with WPML and Polylang. The theme’s strings can be translated via .po files or directly through WPML’s string translation interface. For full multilingual directory sites with translated listings and categories, WPML with the WooCommerce Multilingual add-on is the most complete solution, though it adds setup complexity.
Paid listings in PointFinder run through WooCommerce. You create listing plan products in WooCommerce, then assign them in PointFinder’s pricing plan settings. Each plan can have limits on listing count, duration, images, and featured status. Users select a plan during the submission process and complete checkout before their listing is activated. Stripe and PayPal are the most common payment gateways used.
Hire a PointFinder Expert Developer
Whether you need a PointFinder developer to build a directory from scratch, fix a broken submission form, or configure paid listing plans, the right specialist makes a measurable difference. Our developers know Webbu’s codebase and the WooCommerce integrations PointFinder depends on. Get a Free Estimate and describe your project — no obligation, no upfront cost.
You'll need a free Codeable account so developers can ask questions and send their quotes.