rusticblonde
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sidebars not moving down when big content inHi Wpyogi,
Yes i actually resolved this ??
thankyou ??
Forum: Fixing WordPress
In reply to: 2 Sidebar Widget Areasawesomeness alchymyth
It appears to have worked! I will remember to use a different name to the UL name for extra bars in future.
Your help has been much appreciated hun.
Thankyou again
Forum: Fixing WordPress
In reply to: 2 Sidebar Widget Areasoh sugar! Didnt realise that. I assumed they had to be the same to correspond.
I will try this.
Thankyou again
Forum: Fixing WordPress
In reply to: 2 Sidebar Widget Areasapologies if i post this wrong:
<?php if ( function_exists('register_sidebar') ) register_sidebar(array('name'=>'sidebar', 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h4>', 'after_title' => '</h4>', )); if ( function_exists('register_sidebar') ) register_sidebar(array('name'=>'sidebar-main1', 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h4>', 'after_title' => '</h4>', )); register_sidebar(array( 'name' => __( 'Right Hand Sidebar' ), 'id' => 'right-sidebar', 'description' => __( 'Widgets in this area will be shown on the right-hand side.' ), 'before_title' => '<h1>', 'after_title' => '</h1>' )); ?>
this is my function file
and my main1 php is:
<div id="sidebar-main1"> <ul id="sidebar-main1"> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar-main1') ) : else : ?> <ul> </ul> <?php endif; ?> </ul> </div>
Forum: Fixing WordPress
In reply to: 2 Sidebar Widget Areasapologies how to do i put backticks and i will paste the code
alchymyththankyou for your help
Forum: Fixing WordPress
In reply to: 2 Sidebar Widget Areaseven with a duplicate alchymyth? As i thought this would suggest that i had pasted the call twice.
Sorry for the abruptness. Im very new and trying to learn. As usually the changes when i edit the code are instantly viewable
Forum: Fixing WordPress
In reply to: 2 Sidebar Widget AreasHi Moderators, what do i have to do to get this resolved? Apologies for the mis information.
Forum: Fixing WordPress
In reply to: 2 Sidebar Widget Areasalso this is the code for the main1 sidebar
<div id="sidebar-main1"> <ul id="sidebar-main1"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-main1') ) : ?> <?php endif; ?> </div>
Sorry for all posts.
thanks[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Fixing WordPress
In reply to: 2 Sidebar Widget Areaswell swapped it to main 1 and its still duplicated. Any ideas folks?
Your help is much appreciated ??
Forum: Fixing WordPress
In reply to: 2 Sidebar Widget Areas<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post"> <div class="entry"> <?php the_content('Read the rest of this entry ?'); ?> <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> </div> </div> <?php endwhile; ?> <?php else : ?> <h2>Not Found</h2> <p>Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <!--/content --> <?php get_sidebar(); ?> <?php get_sidebar('second'); ?> <?php get_footer(); ?>
This is my code for the page.php file
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Fixing WordPress
In reply to: 2 Sidebar Widget Areasactually ive just found it once, in the page.php file.
Is it because im trying to call the 2 bars in 1 area?
thanks
Forum: Themes and Templates
In reply to: Page Template IssueIts ok guys,
i sorted it… .stupid moo had put a random piece of extra code in as it wasnt so clear…
Trial and error eh!? Thanks anyways ??
Forum: Themes and Templates
In reply to: Page Template IssueIm a complete newbie u see :S
Forum: Themes and Templates
In reply to: Page Template IssueHi Alchmyth
Basically all i did was copy the page template,
then remove the sidebar php function so that it wouldnt call this, am i doing something wrong :S
Forum: Themes and Templates
In reply to: Page Template IssueCould it be something to do with i got it subbed? As its certainly working ive just checked it out :S
Im only using a free hosting site which supports wordpress so that i can view the theme im creating etc