specific shortcodes available for carousels and sliders? AI can make mistakes, so double-check responses Copy Creating a public link... You can now share this thread with others Good response Bad response 6 sites RealtyPress Premium | WordPress CREA DDF® Plugin Canadian MLS® listings for WordPress. RealtyPress is a Premium real estate WordPress Plugin for use with the Canadian Real Estate ... RealtyPress Premium How to setup a CREA DDF® feed at RealtorLink Creating a CREA DDF listing feed is easy! This is a “how-to” guide for setting up a new CREA DDF® Data Feed for your RealtyPress P... RealtyPress Premium Displaying SOLD CREA DDF® listings - RealtyPress Premium To start you'll need to create a new page in WordPress or edit and existing page and add the following shortcode. [rps-listings so... RealtyPress Premium RealtyPress Premium Installation Guide Jun 11, 2018 —
This write-up assumes "DDF" refers to a custom solution for managing, querying, and displaying structured dynamic data (like products, events, directory listings, or custom records) without using standard WordPress Custom Post Types (CPTs) for performance or architectural reasons. Alternatively, it can be adapted for a "Distributed Data Feed."
Plugin Name: DDF – Dynamic Data Framework Plugin URI: https://yourdomain.com/ddf Description: A high-performance framework for registering custom tables, managing dynamic records (people, places, inventory), and displaying them via shortcodes and REST API endpoints. Bypasses WP post meta limitations. Version: 1.0.0 Author: Your Name License: GPL v2 or later
1. Vision & Purpose The DDF Plugin solves a core problem: standard WordPress Custom Post Types become inefficient when handling thousands of records with dozens of custom fields because every field is stored as a separate row in postmeta . This leads to slow queries, bloated databases, and difficult data validation. DDF creates custom database tables for each data type (e.g., ddf_products , ddf_employees , ddf_events ), allowing: ddf wordpress plugin
Native SQL queries (faster) Real data types (INT, DATE, DECIMAL, TEXT) Indexing on any column JSON/API-first architecture Full CRUD operations via WP Admin
2. Core Features 2.1 Data Type Builder (Admin UI)
Register unlimited custom data types (e.g., "Books", "Store Locations", "Courses") For each type, define fields with: specific shortcodes available for carousels and sliders
Field name, label, type (text, number, date, email, URL, select, checkbox, textarea) Validation rules (required, unique, min/max) Default values
Automatically creates/updates custom DB table on save (uses dbDelta )
2.2 Record Management (Admin Table)
Custom WP list table (like CPT list screen) Inline add/edit/delete records Bulk actions (delete, export CSV) Quick filters and search across all fields Column sorting by any field
2.3 Frontend Display