Tell us what you are trying to do?
I use wp rss aggregator to build aggregator news web site , mobile friendly I'd like to display imported Posts with title link , featured Image , Share button , published date in VIEWS plugin on right way
Is there any documentation that you are following?
Hi, I am not familiar with WP RSS Aggregator. Does this plugin actually import posts into your wp-admin area, or does it simply read them from other sites? Views is designed to loop over items that exist in your site's wp-admin area. The post type must be a public post type.
Okay, here are the steps I would take.
- Create a new View
- In the Views popup, select "full custom display mode" (see popup.png)
- In the View editor, select the correct post type
- Uncheck "Don't include current page in query result"
- Scroll down to the Loop Output editor and click "Loop Wizard" and choose the "Unformatted" option (see loop-style.png)
- Insert the post title with link, post featured image, and post date fields, and check "Use a Content Template to group the fields in this loop", then click "Finish" (see wizard.png)
- Scroll down to the Template editor and you can add custom HTML markup, custom CSS, and any other shortcodes you would like to use here. Views does not come with a built-in "Share" button, so you will probably need another 3rd-party plugin that offers a shortcode you can use here (see template.png)
- Insert this View in a custom Page
Toolset comes with the option to use the Bootstrap 3 library, so you can use any Bootstrap responsive classes: https://getbootstrap.com/docs/3.3/
I put [wp-rss-aggregator] short code in page to displayed feed item imported from wp rss aggregtor plugin I need to modfiy every single item in this page
Is toolset type plugin Can help me ?
this link for filter to add html for each feed item hidden link