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

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

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.

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 do you install PrestaShop inside a Wordpress install

I'm trying to install Smashing Magazine's free e-commerce wordpress theme that uses PrestaShop and Wordpress together. I've been trying for about a day already and can't figure it out. Anyone willing to help?
this is the link to the file
http://www.smashingmagazine.com/2011/06/26/free-prestashop-and-wordpress-e-commerce-theme-velvet-sky/
You should look at these suggestions they are very similar to your problem. You should also install the Prestashop-to-Wordpress plugin and the PrestaShop module for WordPress. I think you have to pay for the PrestaShop module for WordPress though.
It is two separate installs, 1 wp and 2 prestashop! The theme was designed to look the same so one can have both and user can navigate both but seems as they are on one platform, you can't install prestashop inside wordpress, you could possibly add the header & footer as well as a widget inside the blog or use iframe to view parts of it. They are two different platforms and to integrate both fully you would either have to create a module of some sort for prestashop or a plugin for wordpress in either case you would be using one or the other with both installed in your hosting account. If you want a shop in your blog or a blog in your shop the best way to do this would be to have a web designer create you a custom themes that look similar for both wordpress and prestashop, this would also be the case for any other shopping of blog platform. With that said both wordpress and prestashop offer solutions. With wordpress you can add plugins in order to sell products in your blog, with prestashop they offer various blog modules that you can install in your store, so you do have some options, I hope this helps sort it out for you, Good Day!

How to use wordpress to make a commerical/non blog website

I have managed to setup a blog on localhost quickly using wordpress. But what is ivolved in setting up a commercial website that is not a blog?
Also, should learning to use wordpress be more diffcult than learning Asp.Net or php? I can use these languages to create a website more quickly than using wordpress it seems. I'm guessing it should be possible to create a basic php website and then somehow hook it up to the admin functionality of wordpress to publish content and update it?
Any comments and suggestions will be appreciated.
Thanks,
A few thoughts on this.
First, Wordpress is based on PHP. So if you know your way around in PHP you are able to change anything within wordpress, you can build customized plugins, templates, etc.
However, using Wordpress has nothing to do with the programming languages you know. The fact that you are struggling with it is probably more because you don't understand yet what the features of Wordpress are or what you can use them for.
You can easily use Wordpress to create a simple non-blog website by setting up pages instead of posts. So you would be using Wordpress not as a blog engine but more as what's usually called a content management system CMS (not that using it as a blog engine wouldn't make Wordpress a CMS, but I'm talking about the general usage of those wordings).
A simple Google search might help you find more information about how to accomplish it in your specific case.
Hope this helps!
You need experience with PHP, HTML and CSS to configure WordPress to run like a non-blog website. Is it easier? Maybe, you get what you want but you won't understand what is going on.
If you are creating a static web page, say like a company's web site with little to none dynamic content, use pages (not posts) and create a static front page.
If you wish to use WordPress like a generic CMS, you can either use the Pods plugin or the newly introduced custom post types and taxonomies (new in Wordpress 3.0). You still need knowledge of PHP/MySQL to configure the Wordpress Loop (which is used to display blog posts and other dynamic content) and Wordpress Theme tags (to display name of the current logged in user).
Some plugins help with customizing the site for a non-blog look. Theme My Login and Theme my Profile blends the log-in page and profile page with your theme. However, if you need to customize the appearance, or add new logic, you pretty much need programming.
In short, you would need knowledge of PHP and MySQL; CSS too, if possible. Get your hand dirty building some sites, then what Wordpress offer and does for you with its API will be more relevant.

Integrate wordpress blog with joomla website

I have a website which I developed in joomla and a blog in wordpress. I would like to integrate that blog with my Joomla website without using wrappers or CorePHP component.
Is there any way to do this?
I think the best thing you can hope for in this situation is going to be to have one be a subdomain of the other, and when you want one system to reference the other you'll need to link to it. Also, if you could move one of the systems to be a subfolder of the other system, you'll probably get away with having relative links.
The only other option would be to literally migrate all of your content from one system to the other manually.
What about using a feed reader in your Joomla website to show your Wordpress posts?

Resources