thelahera
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to set up a custom html page as my home pagethanks that helped
(im sorry about posting in the wrong section though i didn’t know this has anything to do with the theme ?? )issue resolved!!
thanks ??Forum: Fixing WordPress
In reply to: i am in big big trubble please help meresolved
thanks for help ??Forum: Themes and Templates
In reply to: how to add a sidebar below content area?@ chschenk yes i appreciate your great help in this.
thanks you very much.Forum: Themes and Templates
In reply to: how to add a sidebar below content area?thanks chschenk
i really appreciate your help.Forum: Themes and Templates
In reply to: how to add a sidebar below content area?anybody to help please
Forum: Themes and Templates
In reply to: how to remove this icon?@ auxano
there is no such line in the index.php
i tried searching “https://www.channelslk.com#respond”
but still it was not there ??Forum: Themes and Templates
In reply to: how to add a sidebar below content area?bump
Forum: Themes and Templates
In reply to: how to add a sidebar below content area?the floating didn’t work ?? the widgets are lined up (not in left and right)
as well as “below post sidebars” doesn’t display in the home page..!
(displays in all the other pages)chschenk,can you do it for me..?
i will let you know the password..
it should be a 10 min job for you though i spend hours and still falied.Forum: Themes and Templates
In reply to: how to add a sidebar below content area?bump
Forum: Themes and Templates
In reply to: how to add a sidebar below content area?@ chschenk
further if i want to make it 2 sidebars(left and right) below the content area what steps should i follow?
Forum: Fixing WordPress
In reply to: how to edit the menubar (navigation bar) in my templatei know it is a basic question but any help would be highly appreciated.
Forum: Themes and Templates
In reply to: how to add a sidebar below content area?@ chschenk
i tried editing single.php
it worked but i cant see the widgets in home page (issue is only in home page other posts i can see the widget)this is my index.php
<?php get_header(); ?> <div id="main"> <div id="contentwrapper"><div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post"> <h2 class="postTitle"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2> <p class="postMeta">filed in <?php the_category(', '); ?> on <?php the_time('M.d, Y') ?></p> <div class="postContent"><?php the_content('[Read the rest of this entry...]'); ?></div> <p class="tags"><?php the_tags('Tags: ', ', ', ''); ?></p> <p class="comments"><?php comments_popup_link('Leave a Comment', 'Comments (1)', 'Comments (%)'); ?></p> </div> <!-- Closes Post --> <?php endwhile; ?> <?php else : ?> <div class="post"> <h2 class="postTitle">Not Found</h2> <div class="postContent"><p>Sorry, but you are looking for something that isn't here.</p></div> </div> <!-- Closes Post --> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar3') ) : ?> <!-- static content that should appear in case you don't put any widgets into this sidebar --> <?php endif; ?> <div id="nextprevious"> <div class="alignleft"><?php posts_nav_link('','','« PREVIOUS ENTRIES') ?></div> <div class="alignright"><?php posts_nav_link('','NEXT ENTRIES »','') ?></div> </div> </div></div> <!-- Closes Content --> <?php get_sidebar(); ?> <div class="cleared"></div> </div> <!-- Closes Main --> <?php get_footer(); ?>
i want to have my widgets “under the post”
please tell me where to paste the code.Forum: Themes and Templates
In reply to: how to add a sidebar below content area?@ chschenk
i want to put that sidebar in all the pages under the posts..!
If so which file should i edit?and where to paste the above code…?
Forum: Themes and Templates
In reply to: how to add a sidebar below content area?it didn’t work can anyone explain it a bit more?
i want to have widgets not in the footer..
i want to have them under the post.
(like in blogger you can drag widgets to right under your posts)