teejayuu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Calendar in dxx only shows on front page<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>- <h2><?php _e(‘Archives’); ?></h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
<?php get_calendar(3); ?>
This is the code in the side bar
ThanksForum: Fixing WordPress
In reply to: Comments to forumThink I found what I needed at
http://wordpress.org/support/topic/4699?replies=6Forum: Installing WordPress
In reply to: Local install problemsThanks for the suggestion, i have tried that but it still doesn’t work. I also have a html website on the local host and this works properly. The .htaccess was created manually from the live site and am unsure if these lines are affecting it:
AuthName teejayuu.co.uk<br />
AuthUserFile /home/teejayuu/public_html/_vti_pvt/service.pwd<br />
AuthGroupFile /home/teejayuu/public_html/_vti_pvt/service.grpForum: Themes and Templates
In reply to: No calendar in dxxSorry just did a search and found http://codex.wordpress.org/Template_Tags/get_calendar
Forum: Themes and Templates
In reply to: Deconstructing the sidebarThanks Kafkaesqui. I am new to web css php etc. I am not sure how to ‘add declarations for each level’. From how I read your answer to my first question it is set for all levels of the list (li). How would I set the first level, second level etc?
Thanks