michaelbleakley
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: read more button issueThanks esmi
How would i hide the “read more” button?
Forum: Fixing WordPress
In reply to: read more button issueForum: Themes and Templates
In reply to: sidebar widththanks mate
which file is the ( sidbar-top.gif ) in ?
Forum: Fixing WordPress
In reply to: Side bar issuethanks all sorted i think
Forum: Fixing WordPress
In reply to: Side bar issuethanks mate,
Sorry i am a amateur at word pressso the
- above the <?php if (
and the
below the <?php endif; ?> as shown in the code you pasted ?thanks for you help alchymyth ill give it a go and see what happens!!
Forum: Themes and Templates
In reply to: sidebar title textHere is the link to pastebin for the sidbar issue
Does anyone has any sugestiong on how to fix this issue ???
thanks
Forum: Themes and Templates
In reply to: sidebar title textthanks with the text size.
as for the widgets not being properly registerd
where about would i put the- code in the functions php?
when i first started this working on this theme i was told to put a dynamic side code in the sidebar to register it would that affect the issue in any way?
thanks for you assistance
Forum: Fixing WordPress
In reply to: Categories issuewould i have to remove it or could i use
display:none; ?
also would there be a name for that nav bar ?thanks esmi
Forum: Fixing WordPress
In reply to: Categories issuethere is a ‘home’ and ‘health and fitness’ categories link behind the VIP logo, its shows through my logo, is there anyway i can delete remove or hide them from visual display ?
cheer!
Forum: Fixing WordPress
In reply to: Page Titlesite is https://www.vipphysique.com
and i am using the ‘wp-stream’ themeForum: Fixing WordPress
In reply to: custom header issueCan somone please help my with this issue?
Forum: Themes and Templates
In reply to: custom headerthanks
Forum: Themes and Templates
In reply to: Edit widget titlecool thankyou esmi
one more question, How would i remove the widget titles from the sidebar
Forum: Themes and Templates
In reply to: Page TitleForum: Fixing WordPress
In reply to: widget code insert ??This is how my sidebar php looks where about should i insert the code.
1.Line 2: <?php if (function_exists(‘dynamic_sidebar’) && dynamic_sidebar() ) : else : ?>
2.Line 39: <?php endif; ?> thanks for taking a look and helping out….<div id="sidebar"> <?php $children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0'); if ($children) { ?> <div class="box" id="category"> <h2>Subpages</h2> <?php echo $children; ?> </div> <?php } ?> <div class="box"> <h2>Categories</h2> <?php wp_list_categories('categories_before=&categories_after=&title_li='); ?> </div> <div class="box"> <?php wp_list_bookmarks('categorize=0&category_before=&category_after=&title_li=Links'); ?> </div> <div class="box"> <h2>Profil</h2> * <?php wp_register(); ?> <?php wp_loginout(); ?> <?php wp_meta(); ?> </div> <div class="box" id="share"> <img src="<?php bloginfo('template_url')?>/images/rss.jpg" alt="RSS feed" /> <img src="<?php bloginfo('template_url')?>/images/facebook.jpg" alt="Facebook" /> <img src="<?php bloginfo('template_url')?>/images/twitter.jpg" alt="Twitter" /> </div> </div><!-- ======= sidebar END ======= -->