Jump to content

Embeding with php css into Wordpress


oleman

Recommended Posts

I placed car-dealer-website, a web application from car-dealer-website.org , in a subdirectory on my host mysite.com/car. Wordpress is public_html (mysite.com).

 

What I am trying to do is embed mysite.com/car in Wordpress. I tried iframe and it is ugly. I looked for a php css options,using a code I found online, it didnt work but I saw hope and think php and css is the solution.

 

What I am asking for is direction on using php and css to embed in Wordpress. I want to write code no plugins. I hope to learn some php coding. Thank you in advance for your suggestions, tutorials, different methods.

 

Link to comment
https://forums.phpfreaks.com/topic/249780-embeding-with-php-css-into-wordpress/
Share on other sites

An easy way is to make a new page in wordpress named car, it doesn't matter what the content is for that page.

 

Now make a new folder in your wordpress file directory named car, place all your car site files into there, now when you access mysite.com/car it will use the car folders contents.

 

 

If the above does not help you and actually need to use php code and other code within wordpress, you have to get around the wordpress filters, which the easiest way is to use the php/html plugins.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.