Getting Started
Installation & Setup
From zero to a live news section in under five minutes — free plugin, PRO add-on, and your first shortcode.
Requirements
| Requirement | Free | PRO |
|---|---|---|
| WordPress | 5.6+ | 5.6+ |
| PHP | 7.4+ | 7.4+ |
| Requires | — | DaazSync (free) installed & active |
1. Install the free plugin
- From the WordPress directory: go to Plugins → Add New, search for DaazSync, click Install Now, then Activate.
- Manual install: download the ZIP from the plugin page, go to Plugins → Add New → Upload Plugin, upload it, then Activate.
2. Add PRO (optional)
Order matters: DaazSync (free) must be installed and active antes de you activate DaazSync PRO. PRO is an extension, not a replacement — both plugins stay active side by side.
- Upload the
daazsync-profolder to/wp-content/plugins/(or install the ZIP the same way as the free version). - Activate DaazSync PRO from the Plugins screen.
- Open DaazSync → Settings — new PRO tabs appear automatically inside the same settings screen. No separate admin menu to hunt for.
Don’t have a PRO license yet? See pricing & plans.
3. Add your first feed
- Go to DaazSync → Feeds and click Add Feed.
- Paste any RSS or Atom feed URL.
- Give it a category label (e.g. “Tech”, “CNBC”) — this is what shortcode filtering matches against later.
- Set a cache duration (how long articles are cached before the feed is fetched again). The default works fine to start.
4. Display it with a shortcode
Paste this into any page, post, or widget:
[newssync layout="grid" limit="6"]
That’s it — your live news section is on the page. Works in Gutenberg (Shortcode block), Elementor, Divi, Beaver Builder, the Classic Editor, or directly in a PHP template.
For every available layout and attribute, see the full Shortcode Reference.
5. Turn on auto-import (optional)
By default, shortcodes read feeds live. If you also want new articles saved as real, searchable WordPress posts:
- Go to DaazSync → Settings → Auto-Import.
- Enable the scheduler and choose an interval.
- Use
[newssync source="posts" limit="8" layout="grid"]to display imported posts instead of the live feed.
Troubleshooting: feed shows no articles
- Open the feed URL directly in a browser — confirm it returns valid XML.
- In DaazSync → Feeds, click the feed’s Refresh button.
- Clear the plugin cache under DaazSync → Settings → Cache.
- If the feed uses non-standard encoding or blocks default requests, enable Force Feed in that feed’s settings.
Run now (schedule) vs. Run now (direct): “Run now (schedule)” queues the import via WP-Cron — it runs on the next cron tick. “Run now (direct)” executes one import batch immediately in your browser session — useful when WP-Cron is disabled on your server, or to test a feed instantly.