alfoldem
Forum Replies Created
-
Forum: Themes and Templates
In reply to: No Home page option on custom menui meant should i copy your code across to the functions.php file as there appears to be similar code in the 2010functions.php file
sorry if not clear
Forum: Themes and Templates
In reply to: No Home page option on custom menuHey
I have a “2010functions.php” aswell as a “functions.php”Within the 2010functions.php i found the following coding:
function twentyten_page_menu_args( $args ) {
$args[‘show_home’] = true;
return $args;
}
add_filter( ‘wp_page_menu_args’, ‘twentyten_page_menu_args’ );There is nothing like this in the functions.php
Its almost identical to what you suggested, should i copy it into the functions.php?
May sound silly this but how do i identify line 845, none of the lines in the file have numbers against them.Cheers
Forum: Themes and Templates
In reply to: No Home page option on custom menuHey Chinmoy, looks like you know the fix for this, before i add it i just want to check where to add it?
Do i just add it at the end before the:endif;
Cheers
Forum: Themes and Templates
In reply to: 2010 Weaver – trying to move sidebar by 2pxhmm, not sure whay this happens but when i log in to the site the meta / login section is in a seperate container to the widgets above – it is that container that slides across the screen.
However if i go to the site without logging in the meta / login part is all in the same container and doesnt move.
that will be why you cant see whats happening.
Seems like it will only be me who sees this problem!!I will try with those settings – thanks wpbum