| 开发者 |
serkanemir
freemius |
|---|---|
| 更新时间 | 2026年6月1日 18:20 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[mentionfetch]
Shows published mentions using the active destination setting.
Optional attributes:
limit — number of items (default: 6)source — mention_item, post, or existing_postscategory — category slug or IDpost_type — post type slug (existing_posts mode, default: post)taxonomy — taxonomy slugterm — term slug or ID within the taxonomylayout — grid (default)show_image — true (default) or falseshow_excerpt — true (default) or falseshow_date — true (default) or falseshow_source — true (default) or falseorderby — source_date (default for imported content), post_date (default for existing posts), title, or randomorder — DESC (default; title defaults to ASC) or ASCoffset — number of items to skip (default: 0, max: 50)preset — display preset slug (created in MentionFetch > Presets); explicit attributes override preset values[mentionfetch limit="6"]
Show imported posts only:
[mentionfetch source="post"]
Show existing posts from a category:
[mentionfetch source="existing_posts" category="news" limit="4"]
Show a custom post type filtered by taxonomy:
[mentionfetch source="existing_posts" post_type="case_study" taxonomy="industry" term="saas"]
Grid without images or dates:
[mentionfetch layout="grid" show_image="false" show_date="false"]
Gutenberg Block
Insert the MentionFetch block from the block inserter. Use the inspector panel to set source, limit, taxonomy filters, and display toggles. The block shows a live server-rendered grid preview in the editor.
Layouts
mentionfetch folder to /wp-content/plugins/ or create a symlink from your development directory.[mentionfetch] shortcode or MentionFetch Gutenberg block to display cards on a page.No. MentionFetch primarily imports page metadata: title, description, image, source URL, and publication date. When a page has no usable description in its metadata, the importer may extract a short lead paragraph from the page HTML as a fallback excerpt. It does not reproduce or store the full article. Cards always link back to the original source.
Yes. MentionFetch includes a dedicated Elementor widget with the same source, filter, layout, and display controls available in the shortcode and block. The widget appears under General in the Elementor editor when Elementor is installed and active. Imported content also works with Elementor's native Loop Grid since it uses standard WordPress post structure.
The card renders cleanly without the image section. No broken image placeholders appear.
No. MentionFetch detects duplicates by normalized source URL and blocks the second import with a link to the existing item.