Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

To use Wordpress themes in Rails apps?

Wordpress themes are beautiful!

Is there any guideline to use Wordpress themes in a rails app? Even better, are there rails app templates which can use the Wordpress themes already?

Thanks!

like image 356
ohho Avatar asked Apr 30 '10 03:04

ohho


People also ask

Can I use Ruby on Rails with WordPress?

There's one scenario where you can use both WordPress and Ruby on Rails. Since ROR is a web application framework, you can create both front-end and back-end with it. You can create a web app with ROR and power the front-end with WordPress.

Can I use themes in WordPress?

Log in to your WordPress admin page, then go to Appearance and select Themes. To add a theme, click Add New. From this page, you have two ways to add a new theme. If you know the name of the theme you want, search for it in the Theme directory.


1 Answers

Checkout the install_theme gem. I haven't it used it but it's supposed to make it easy to install other themes into a Rails app.

like image 174
ToddH Avatar answered Oct 04 '22 01:10

ToddH