Forum Replies Created
-
AuthorPosts
-
sotto
Memberhttp://enterprisewebdesigns.net/
Use the password "andrew" to access it.
sotto
MemberI had read that post already. The problem is the Magazine theme does not have category feeds by default. There is no valid RSS feed at example.com/category/sample-category/feed.
sotto
MemberWhat doesn't look right about the code? The new menu was implemented using the same method as the tutorial.
I did have the date added but since I don't know how to give the date a class I haven't been able to give it any style so it was showing up way on the bottom left of the navigation.
sotto
MemberSo what would the code look like to create the new class for the date? I'm assuming the class would go in the new php line somewhere? I don't know the proper syntax for this.
Thanks,
Stephen
sotto
MemberThanks for the tutorials. Using the second option I figured I could just add the php for the date to my new nav php code which is thirdnav.php:
<?php
if ( has_nav_menu( 'thirdnav' ) ) {
echo '<div id="subnav"><div>';
wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_id' => 'thirdnav' , 'menu_class' => 'menu thirdnav superfish sf-js-enabled', 'theme_location' => 'thirdnav') );
echo '</div></div>';
} ?>But I'm not sure where to add it and the proper syntax. Suggestions?
Thanks,
Stephen
sotto
MemberAnyone?
-
AuthorPosts