Converting WordPress themes to Drupal 6? - drupal

I've seen that Drupal 6 has a really poor set of themes compared to, for example, WordPress. Do you know good resources/links for converting WP themes to D6?

The book Front End Drupal: Designing, Theming, Scripting includes a few pages that do a very good job of explaining the basics of converting a Wordpress themes to Drupal 6 themes.
Alternatively, the following links may also help:
Convert a Word Press theme to Drupal
How to Create a Drupal Theme / Convert Wordpress Theme into Drupal 6.x Theme

Also check out the WP Theme module for Drupal 6. It's currently under development, but provides implementations of the common theme functions used in WordPress themes, mapping them to Drupal equivalents. That allows you to use a fair number of WordPress themes directly.

Related

Is there a way to change the language in WordPress without plugins?

I have a dynamic WordPress site , and I want to provide it in more than one language, I searched for a way to add the ability to change the language without plugins, and I did not find it.
Is there a way to make the site's language change when I add ?hl=en or ?hl=en in the link like this?
https://www.example.com/?hl=en
https://www.example.com/?hl=fr
using php
Thanks
No, there is not currently a way to accomplish this without plugins, other third-party tools, or significant custom development. It is outside the scope of the framework. However, is there any reason you don't want to use a plugin? There are many great options, many free. If you see the link below, those free options listed in my quote include a link to the plugins for easy access.
From the documentation:
WordPress does not support a bilingual or multilingual blog
out-of-the-box. There are however Plugins developed by the WordPress
community which will allow you to create a multilingual blog easily.
Creating a mulitlingual blog is basically installing WordPress in more
than one language and letting the Plugin switch between them. This
includes installing .mo languages files which most Plugins will
require you to do manually. See Installing WordPress in Your Language
for details.
The free WPGlobus, Polylang, qTranslate-X, xili-language or
Sublanguage plugins are installable on standalone WordPress sites. For
multisite WordPress (one website per language), you can try Multisite
Language Switcher, Zanto or Multilingual Press or purchase WPML.
Please follow the below step:
Log in to your WordPress dashboard and go to Settings>>General.
In the Site Language dropdown list, select the language you want to use.
Click Save Changes.

Convert templates in drupal 7

Problem:
I'm Developing a website in Drupal 7. I want to use a template like "https://pixelgrade.com/demos/themes/" . I purchased it but there is no any tutorial or helping material to convert that type templates in Drupal theme.
Question:
My question is Drupal 7 supported templates or not? How can i convert this template into Drupal 7 theme?
All the Pixelgrade themes are created for WordPress. WordPress and Drupal 7 are two different CMS and there is no way to use a WordPress template in Drupal simply because they are different software.
You will need to install WordPress in order to use the Listable theme, or buy a Drupal 7 template, sorry.

Bootstrap vs. Wordpress Templates with Envato

I'm creating a website. I really want this certain theme/template I found on envato marketplace (www.market.envato.com) and was wondering if I could use Wordpress.org with it. This is the theme/template, its called metronic.
http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469ref=keenthemes&ref=keenthemes&clickthrough_id=545787393&redirect_back=true
I want the certain theme, not only because it has 7 different themes that come with it, but it already has plugins. At least I think. My question is, is if this theme template will work with my wordpress website, and how I can get it on my website using wordpress if so. Also, I was wondering if this template came with plugins. (I'm really new to this stuff, so thanks for helping.)
The theme you have linked to is an admin theme. This is for the wordpress "backend" or administrative pages. Is that your intention? Or are you looking for a theme that is user facing, like to share your content?
www.csgobuddy.com seems to have a simple WordPress theme. It does not have a backend theme like the one you purchased.
Metronic theme that you purchased from Envato is not a WordPress theme, so you cannot use it with WordPress.
For use with Wordpress you can get themes here http://themeforest.net/category/wordpress In the Wordpress category all themes for use with WordPress are listed.

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 merge multiple sites into one multi user site

I have about 15 standalone instances of Wordpress. Each using a different woo theme that has been customized and some plugins.
Is there an easy way to retain all plugin and theme settings when migrating to wordpress multisite?
Try to follow Migrating multiple blogs Codex page recommendations. But if you have different customized versions of plugins on your sites - it seems you are in trouble then...

Resources