Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress From Bootstrap to WordPress Setup a Bootstrap Theme Creating Bootstrap Navigation in WordPress

Hot Bricks Employee
Hot Bricks Employee
10,991 Points

Navigation links are not styled inlined like the video. Love some help

Hello Treehouse, After calling the wp_nav_menu() function with $args and then saving then refreshing browser, the navigation links are stacked and are not inlined and styled like the video tutorial. Can someone help me connect the dots and help me find my mistake? Thank in advance team.

Hi Austin,

Can you post the related PHP / HTML and CSS please?

When posted your code you'll need to include 3 backticks (```) on the line before and 3 backticks on the line after.

You can also define the language on the line before by adding it after the backticks, e.g. ```html.

This will then cause the code to display as follows:

<p>This is my HTML</p>

-Rich

Hot Bricks Employee
Hot Bricks Employee
10,991 Points

Thanks for your reply Rich but I figured out my error and yes of course it was syntax. I had slash and not an underscore between one of my variables. All good now. Cheers!

No problem. Glad you got it sorted :)

-Rich