The public feed turns selected tracking links into a public listing, which is handy for a what is new page, an affiliate resource page, or a simple link in bio style page hosted on your own domain.
The Shortcode:
Drop [wct_link_feed] into any page or post. With no attributes it uses the defaults you set in Settings.
Which Links Appear:
Only links that have a Feed Title set and are not marked Do NOT show in Public Feed will appear. Everything else stays private. That means the feed is opt in per link, and a link with an empty Feed Title can never leak into it by accident.
Default Settings:
Go to the Settings tab, then the 📡 Public Feed card. Set the default layout, choosing Grid (3 by 3), Showcase (featured), Table, or List (compact), and choose whether dates are shown. Those defaults apply to any shortcode that does not override them.
Preset Shortcodes:
The same card has a 🔗 Pick a Shortcode Style picker with ready made presets: Clean Grid, Showcase, Showcase Dark, Minimal List, and Rounded Cards. Choose one, click 📋 Copy, and paste the generated shortcode into your page.
Making The Feed Your Homepage:
The 🏠 Assign Feed to Homepage card creates a page containing your selected feed shortcode and sets it as the site's static front page. It shows the current state, gives you View and Edit Page links, and offers Remove from Homepage, which unsets the front page but leaves the page itself in place.
Shortcode Attributes:
- layout: grid, showcase, table or list. Defaults to the Settings value.
- columns: 1 to 4, grid only. Defaults to 3.
- per_page: 1 to 50. Defaults to 9 for grid and 10 for table and list.
- orderby: date, title or clicks. Defaults to date.
- order: asc or desc. Defaults to desc.
- button_text: any text. Defaults to View Link.
- show_image: yes or no. Defaults to yes.
- show_desc: yes or no. Defaults to yes.
- show_date: yes or no. Defaults to the Settings value.
- theme: dark, minimal or rounded. No theme by default.
Examples:
[wct_link_feed] [wct_link_feed layout="grid" columns="2" per_page="6" theme="dark"] [wct_link_feed layout="list" orderby="clicks" order="desc" show_image="no"] [wct_link_feed layout="table" per_page="20" button_text="Check It Out"]
One Reliability Note:
The feed shortcode is deliberately exempt from the license check. If the license server is ever unreachable, your public pages keep rendering the feed rather than printing raw shortcode text to visitors.