AMP Table Posts — shortcode test page
Every supported shortcode form, each under its own heading. The grey box shows the exact shortcode that produced the block beneath it.
Table Posts — listing, rotation and ordering
Default — 13 posts: top 10 fixed, last 3 rotate per visitor
[amp_table_posts_fetch type="table" filter="5"]
Rotation off — the whole category
[amp_table_posts_fetch type="table" filter="5" rotate="0"]
Limit to 3 (a limit turns rotation off)
[amp_table_posts_fetch type="table" filter="5" limit="3"]
Limit 3, highest Order first
[amp_table_posts_fetch type="table" filter="5" limit="3" order="desc"]
Limit 20 — exactly the top 20, no rotation
[amp_table_posts_fetch type="table" filter="5" limit="20"]
Table Posts — selecting by ID
One post by ID
[amp_table_posts_fetch type="table" id="770"]
Several posts by ID
[amp_table_posts_fetch type="table" id="770,769,605"]
IDs inside a category (both match)
[amp_table_posts_fetch type="table" id="512,465" filter="5"]
ID inside a category (no match → No posts found)
[amp_table_posts_fetch type="table" id="770" filter="20"]
No posts found.
Featured Posts
Default — the single newest Featured Post
[amp_table_posts_fetch type="featured"]
One by ID
[amp_table_posts_fetch type="featured" id="755"]
Several by ID
[amp_table_posts_fetch type="featured" id="772,771"]
Newest three (limit widens the default)
[amp_table_posts_fetch type="featured" limit="3"]
Banners
One banner by ID
[amp_table_posts_fetch type="banner" id="844"]
Several banners by ID
[amp_table_posts_fetch type="banner" id="844,842"]
A banner category, limited to 2
[amp_table_posts_fetch type="banner" filter="25" limit="2"]
Banner category, all of them
[amp_table_posts_fetch type="banner" filter="25"]
App Downloads (pulled from a second backend via site_url)
All app downloads
[amp_table_posts_fetch type="app" site_url="https://saukampus.com"]
Two downloads buttons
IOS and Android
App download
App download Link
Logo layout, two stacked buttons
[amp_table_posts_fetch type="app" id="91" site_url="https://saukampus.com"]
Two downloads buttons
IOS and Android
Banner acting as its own download link
[amp_table_posts_fetch type="app" id="87" site_url="https://saukampus.com"]
Logo with an uploaded file (link is cloaked)
[amp_table_posts_fetch type="app" id="85" site_url="https://saukampus.com"]
App download
App download Link
Filtered by app category, one only
[amp_table_posts_fetch type="app" filter="3" limit="1" site_url="https://saukampus.com"]
Two downloads buttons
IOS and Android