price-compare

Render price comparison tables in WordPress via custom post type and shortcode.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/michalstaniecko/wp-theme-sardynkibiznesu-2.0 --skill price-compare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: price-compare
Source: https://github.com/michalstaniecko/wp-theme-sardynkibiznesu-2.0/tree/main/.claude/skills/price-compare
Command: npx skills add https://github.com/michalstaniecko/wp-theme-sardynkibiznesu-2.0 --skill price-compare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Price Compare module provides a focused solution for displaying price comparison tables in WordPress by leveraging a custom post type and user-friendly data structures, enabling editors to manage and render price data efficiently.

Core Features & Use Cases

  • Custom post type for Price Compare items with ACF-based fields.
  • Shortcode rendering to embed tables in frontend pages.
  • Namespace-based model architecture and admin UI integration for quick access to shortcodes.
  • Use Case: Create a set of prices for competing products and display a comparison table on a product page.

Quick Start

Create a Price Compare post, then place the [price_compare id="123"] shortcode on a page to render the table.

Frequently Asked Questions about price-compare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I display price comparison tables in WordPress?

To display a price comparison table in WordPress, create a Price Compare custom post type item, then embed the [price_compare id="123"] shortcode on any frontend page to render the structured data table.

Can I use Advanced Custom Fields to manage WordPress price comparison data?

Yes, the price comparison data is managed using ACF-based fields within a dedicated custom post type, allowing editors to input and structure competing product prices efficiently through the WordPress admin UI.

What's the best way to embed product price data into a WordPress page?

The best way to embed product price data is by using a shortcode handler. After setting up your price data in the custom post type, place the corresponding shortcode into the page content to render the table.

Do I need a specific WordPress architecture to render custom post type prices?

You need a WordPress environment supporting custom post types and shortcodes. The module uses a namespace-scoped model architecture with defined templates, but rendering simply requires placing the shortcode on a page.

Why does my price comparison shortcode not show up on the frontend?

If the price comparison shortcode does not render, ensure you have created a private Price Compare post with valid ACF data and that the correct post ID is passed into the shortcode attribute on the frontend page.

Are price comparison posts visible as standalone pages in WordPress?

No, the module enforces a private custom post type for Price Compare items. This means the data entries are managed in the admin area but are only displayed on the frontend via the shortcode handler.