Drupal Menu in WordPress blog - wordpress

Hi i have a question.
I am develop a website that uses Drupal 7 as CMS and WordPress as blog, and i have a little problem, how to made the menu be avaible to both blog and site.
Any idea or suggestion
Thanks

I'm about to roll up my sleeves and do this myself. I'm planning to use Drupal's Services module to serve up the contents of the primary-links menu from Drupal and I'm writing a WP plugin to sync that data in to a menu in WordPress.

Related

Run wordpress plugin on Joomla based website

I have a question related to the WordPress<>Joomla compatibility. Recently I purchased a sophisticated plugin which runs on WordPress only. But my website with all the content and the design is based on Joomla. So I'm trying to figure out the means how I could use that WordPress plugin on the Joomla website. As I said before it's kind of advanced plugin with many options, so I guess it would be difficult to adapt the code to fit Joomla requirements. So I'm thinking about two possible solutions:
I could create a WordPress website with the same design that Joomla website has. However this solution requires to change all the Joomla template files, or to build the WordPress theme from scratch. Does anybody know any tutorial which explains how to migrate the template from Joomla to WordPress? I basically don't need to move the content, only the design. All the menu links and other stuff would redirect to the parent Joomla site.
The second solution I think would be to install the WordPress with that plugin on the server and then to create a copy of the Joomla site on the sub-domain. Then maybe I can use something like iframe on the Joomla site to show the WordPress plugin running. Is that kind of scenario possible? What kind of solution would you suggest? As I said before, I will keep my Joomla site anyway, because its already running with tons of data. I just need the functionality of one additional plugin, which sadly runs only on WordPress.
Thanks for the help.
Both scenarios are not practical - with the second being not feasible. What I recommend is that you adapt the WordPress plugin to Joomla or maybe search for a similar plugin that already exists on Joomla.

what is the best way to integrate wordpress subdirectory with joomla website?

Sorry for the trouble. I just want to ask is there a way to integrate wordpress subdirectory into joomla website? What i am trying to do is develop a blog site with wordpress subdirectory in joomla's corporate site and everytime that i post an article in wordpress it will display in root joomla website's template. Is there a way to do this?
Simply installing WordPress in a subdirectory of a Joomla site will not automatically display WordPress posts in the Joomla template.
You could develop a WordPress template that matches the Joomla one, or consider a Joomla integrated solution like https://www.corephp.com/joomla-products/wordpress-for-joomla
For what it's worth, it is fairly easy to blog within Joomla. You might consider looking at your specific needs and they to accomplish everything from within Jomla.
In the terms of usability & user friendliness having just one platform is the best solution.
There are plenty of joomla! Blog extensions available in JED directory and, I am sure you will find the most appropriate.
By the way, here is a FREE tool called WordPress to JoomBlog converter, that allows migration, saving all the users, categories and blog comments. Just to let you know

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!

How can I integrate Magento products in my WordPress website?

Is there a way to integrate Magento products from my Magento store in my WordPress website?
Yes there is. The Magento plugin for WordPress enables you to show/advertise any Magento products anywhere on your WordPress website, as a widget or a line of shortcode. It's also fully customizable, easy to install without having to do any kind of programming and it's entirely free of use.
Here's the link to the plugin:
Hope that helps!

Where is the Admin Menu links stored in Joomla & WordPress

Hi I wanted to know where are the Admin Menu links stored in Joomla & WordPress database?
Let me explain....
I am running Joomla and WordPress both and I wanted to integrate the back-end-menus into each other. Some Joomla Admin Menu links into WordPress back-end and similarly some WordPress Menu Links into Joomla Backend Menu.
For the same I was trying to figure out as to where can I find these links and how can I cal them?
Kindly help.
If you're asking about single login this isn't something that is easily accomplished. You could always try a plugin like this.
It sounds like what you want to do is to create a link inside the admin to link over to the other platform. I've never used Joomla but I'v used WordPress a lot. WordPress admin files are located at example.com/wordpress/wp-admin/file.php?action=action and joomla at example.com/joomla/adminstrator/index.php?option=option
What I would suggest is to write a plugin that adds a WordPress Admin Page that will add links to the admin settings you need in Joomla.
The same thing for Joomla create a module that links back to WordPress admin.

Resources