the only way to have wptouch use your theme (without buying pro so u can subclass ur theme to their bauhaus) is to softlink ur theme’s templates:
cd ../../plugins/wptouch/themes/bauhaus/default/
ln -s ../../../../../themes/cghoa/news.php.ln2wpt news.php
Thread Starter
sohom
(@sohom)
@airdrummer Thank you for your quick response
OMG it’s too complicated for me….
cd ../../plugins/wptouch/themes/bauhaus/default/ <- This part I understand, I have to copy my theme files into the bauhaus/default folder.
but
ln -s ../../../../../themes/cghoa/news.php.ln2wpt news.php <- This part gone over my head
😛
-
This reply was modified 2 years ago by
sohom.
sorry, i shd have generalized it…
copy all files in your wp-content/themes/<your-theme>/ folder
into wp-content/plugins/wptouch/themes/bauhaus/default/
Thread Starter
sohom
(@sohom)
I have copied that..worked
But CSS issues found…. I think I have to prepare theme for wptouch
well yea-ah;-) easiest way is to _not_copy your theme’s style.css into bauhaus but put it into customize->mobile->custom-css
Thread Starter
sohom
(@sohom)
@airdrummer where should I create that customize folder?
sorry, that refers to the appearance->customize function on your wordpress dashboard