Exporting My Responsive Layout RLM to...

User 2442928 Photo


Registered User
13 posts

I am trying to export my layout make with RLM in WordPress. For this I have read this article.
http://www.coffeecup.com/help/articles/ … wordpress/
I am not a expert in code editor, then somebody can give to me some suggestion about the step n. 5:
Now you need adjust the markup to use a few different WordPress calls.
There are a few things going on with this step. What you are doing here is adding specific WordPress calls to get your content dynamically out of WordPress and into your page.
• For all files that are referenced (css, images, JavaScripts), you need to prefix <?php bloginfo("template_directory"); ?> in front of each link.
• At the very top of the page, you are including calls to bring in the CharSet and BlogTitle inside of the <head>
• Replacing the navigation links created in RLM with the WordPress menu. This way your navigation is dynamic and not fixed.
• Linked in a custom.css file which will be used later on in this tutorial.
Especially: For all files that are referenced (css, images, JavaScripts), you need to prefix <?php bloginfo("template_directory"); ?> in front of each link.
Best regards

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.