Blog headers from Wordpress in Drupal 7 block - wordpress

We have a website on Drupal 7 and a separate blog running on Wordpress. Im curious if it's possible to create a block that will show headers from the blog and will link to blog entries. Moreover, it should automatically update itself once new blog entry is added.
Please advise if this functionality is achievable.

I am sure that your Wordpress blog can provide one or more RSS feeds of its content. In the Drupal site you can activate the Aggregator module (it's in core) and extract content from those feeds. There is also a bunch of other contrib modules that extend (or replace) that functionaliity.

Related

Create blog on Hybris

I need to know if there is some module or something like that in Hybris to create a blog or I need to create a wordpress in subdomain(Bad idea because the web actually is a subdomain xd)?
Unfortunately there is no OOTB Hybris Blog Engine. Utilizing only OOTB you can build a blog using Content Pages. So for example you can create a content page which will represent a particular blog article, also you can create a new component which can fetch all Blog Content Pages and display them in the chronological order.
Based on my experience building a custom blog platform on the top of Hybris is not the best idea. So usually clients are implementing Blog using a wordpress as a blog engine. The integration between hybris and wordpress is usually done through Wordpress REST API. Articles can be fetched from the wordpress instance and displayed on hybris site without having a separate subdomain.

How to get wordpress blog in drupal 7 homepage

I have a website in drupal 7. How to place wordpress blog feed inside a block in drupal 7. website is in drupal domain and blog is in wordpress domain.
Currently I have both a Drupal and a WordPress site. Is there a module that can display the latest posts from my WordPress site in drupal block?
Several way available :
1 - Create a flux (rss , xml) and aggregate it with Feeds module or custom module (recommanded)
2 - Create service on wordpress to provide information to drupal. Custom module needed (a lot of development but handled easy)
3 - Create a listing page on wordpress and use it on drupal with an iframe (but it's not a safe way)
For all these way , you have to create a block displayed on homepage (custom module or via administration)
You can transfer just raw data (i.e JSON array) and then build html out of it on Drupal side. Or you can create full HTML from WP site, save a file somewhere where Drupal can access it and move file to Drupal site. In both cases do the transfer periodically, time to time (within a cron call) - don't do it for every usage (page view on Drupal side).

Wordpress - RSS feed provider

We currently have a web site/app and then also use wordpress for our blog.
Wordpress is great and its cms is great.
I have used wordpress in the past to create an RSS feed that we use on the web site.
My question is:
Is is possible to use wordpress as a CMS and create a feed from that content that is not publish on the blog/wordpress install?
I want to use wordpress's cms, so that i do not have to create my own cms.
However, the content we put in this RSS feed cannot show up on the blog/wordpress site.
Is this possible? I know we are using a plugin to create these RSS feeds. I am not an expert in wordpress, but i believe this is possible.
I also want to use wordpress's category/tags/taxonomy to create feeds based on these values
Once again i want to leverage wordpress's cms to create a hidden feed and publish using RSS. I then want to connect to this feed using different clients.
All data entered into the cms with a certain tag will be hidden/not shown on the blog, but will be available via this RSS feed
Thanks

Wordpress: Using it as a news CMS only?

I tried to search everywhere for an answer to my question but I still doesn't understand how Wordpress fully work.
I would like to use Wordpress as my news system CMS only. This means, I do not wish to set up my page layout via the Wordpress theme interface. If you guys know another news CMS called CuteNews, I want my Wordpress to operate pretty much like CuteNews.
How can I put Wordpress post entries into my website that uses my own layout (and not using the theme interface in Wordpress).
Thanks!
For people looking at this from google. Check out this blog post
http://sidigital.co/blog/disconnect-your-frontend-from-wordpress
I have used this as a starting point for my detached wordpress site and it's working perfect.
You can actually! Without converting it to a theme. It works for me as I don't do wordpress themes but I use WP to power the back-end of my websites. I utilize WP's CMS feature.
here's a checklist of what you can possibly do to your website.
Your website design (html/css)
Install Wordpress on your server, or locally.
Download Blank WP Template, set this as your default template for your wordpress site.
Edit the Theme's CSS/Header/Footer according to your website design while keeping essential WP codes provided in the template.
Set your News Page as the Blog Entry in WP Dashboard.
If you want some news preview, such as titles to appear somewhere on your site like homepage, you can either call it thru PHP code available on the net or install a plugin in WP.
Items listed above maybe broad, but that's a starting point, as you can research on the net for detailed information on how to go about your website with wordpress CMS.
Best of Luck!

Share content between Wordpress sites in a network?

I have five different websites set up using Wordpress 3.0 Multisite. They each contain one page in common, which is a list of places. Each place is represented by a post in a specific category. What I want is that when I publish a new post in this specific category on one blog, it will add that post to all the other websites as well. Alternatively, all websites pull their information from one single blog.
I don't really care how this is done, as long as I don't have to type in the same thing five times :/
RSS: FeedWordPress | simple and flexible Atom/RSS syndication for WordPress or WordPress › SimplePie Plugin for WordPress or Developer's Guide - Google AJAX Feed API - Google Code
Multipost MU has a nice interface, and can be set to publish to all sites by default.
There is a plugin - Diamond Multisite Widgets - that allows you to push new posts to other sites in a multisite network.

Resources