I have Drupal installed with CCK, Feeds, Views and ViewsAttach.
I have multiple feeds and I wish to render them on seperate pages i.e. BBC sport feed needs to have its own page and menu item, BBC news feed needs its own page and menu item etc.
I am aware that I need to use Views and ViewsAttach to do what I want but I am having a problem getting it to work. When I create content using a Feed I can see the items in the View items tab but they don't appear on the page - they all appear on the front page and not on the actual page for the feed. How do I get them to appear on the correct page?
I'm tearing my hair out with this one and being a total Drupal newbie is obviously not helping any.
James :-)
On each of your feeds views you need to add the "Aggregator feed: Feed ID" filter and set that to the Aggregator Feed ID that corresponds to the feed you want shown.
Related
What's up team,
What I'm trying to achieve in wordpress is add a dynamic affiliate link that includes the page title which leads to an external website's search page.
For example.
The post page or page is called www.website.com/blog/red-ball or www.website.com/red-ball
And I want to add a link to an affiliate's search page using the page's title. So I need the dynamic url to look like this www.affiliate.com/search?=red-ball
Now I dont have a problem doing this manually. But if I have 5 different affiliates and 1000 products, i really dont want to be going to each page and doing this one by one. What im looking for is to add a button preferably thru a shortcode that will add a button to the page for a specific affiliate with his url and the button automatically appends the page title to it.
This way I can add 5, 6, 7 or how many other affiliate partners I want and the button will lead to the partners affiliate search page automatically querying my page keywords.
Anyone have an solution or idea on how to do this?
Thank you,
Red
i am using avada fusion theme in my wordpress site, different plugins work fine if i need to search posts and pages, but i need to search/sort/filter in a page where i have created 100+ containers/items as a list(like slides or templates).
how can i get it done?
And also what would be a good approach if my list is going to be long i.e 400+ in near future?
re: i have different graphical and text included items in a page with same templates, and i need to search, sort, filter from that list in that page.
I do not see any option to tag or id each template/containers in page which would make search/sort easy.
thank you in advance
I am the volunteer webmaster for a high school boosters club.
I have only about 10 products - 4 memberships and a number of "donate buttons".
On my shop page I have my memberships showing fine. The donate buttons are hidden from the shop page using the Catalog visibility option set to "search".
I want a page that just lists all of the donation buttons and I would think that the short code [product_category category="donations"] would do that even with the catalog visibility set to search.
Question: Is there any way to make that work?
I found a way to make this work but changing my "store" page to a different page. I then created two new pages "memberships" and "donations" and put the short code on each page to display the products I want to show. The store page isn't visible on the menu, so this works well for me
I want to add a child-menu item titled Search. This would lead to a page that allows the person to search for items in specific categories or post types. For example if they click the search link off of the blog page it would send them to a page that searches only blog related categories (News, blog, etc.) and if they did so off of a video page they would search only video categories (episodes, documentaries, etc.)
Is there a native shortcode for the wordpress search function that I can add to a page that also has the ability to specify the categories to search in (only on the admin side) so the user doesn't know their search is being limited?
I would also like it to display the search results right below the search box so if they want to seach again they can.
WP Search http://wpsear.ch/ has that ability.You can create pages with shortcode for custom search pages.
I have 2 custom fields in my WordPress system when creating new posts. One is called homethumb (is the title of an image) and another called description.
I would like to edit the RSS feed so it shows the image and the description rather than the complete post.
But I don't know how to do this. I would like to fetch that RSS with simple pie to integrate it on another website (sort of auto-submit system).
You also have
do_action('rss_item')
that runs in the loop for every item in the RSS feed.
Hook in to that and output anything extra you need in to the feed item.
To show the excerpt instead of the entire article, go to "reading" in Settings section of your admin menu and half way through the options there's a setting to use excerpts instead of full text.
No plugins required. Just a little custom programming.
Custom fields for Feeds Wordpress plugin
This puts images or videos into your feeds through the use of custom
fields. You can alter the custom field Keys and what is displayed.
Update 11/27/2015: The plugin is old, but the site says it still works
I found some tutorials on how to add things to your rss reader, so I fixed this.
it's in french -> http://www.webinventif.fr/wordpress-ajouter-du-contenu-dans-son-flux/
Here is another option if you want to display anything other than images and videos in your feed: http://wordpress.org/extend/plugins/rss-custom-fields/
All of your custom fields will now be displayed in your feed.
Further options to be able to select which custom fields display in a feed will be available in subsequent releases of the plugin!