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 trialHot Bricks Employee
10,991 PointsNavigation 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.
Hot Bricks Employee
10,991 PointsThanks 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!
Rich Bagley
25,869 PointsNo problem. Glad you got it sorted :)
-Rich
Rich Bagley
25,869 PointsRich Bagley
25,869 PointsHi 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