davidandre
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display Blog as First Page of websiteyeap but when you install wordpress ,open the folder and install all the archives inside without the folder called “wordpress” otherwise it will appear in your url
Forum: Fixing WordPress
In reply to: Site Looks Bad in IEHi chanel,
i just had a look and looks fine in IE.Forum: Fixing WordPress
In reply to: Links to PostHi stacy,
put this code <?php wp_list_bookmarks( $args ); ?> where you want the list of links to appear in your theme. sidebar.php, single.php etc…and each time you add a link it will appear where you chose.Forum: Fixing WordPress
In reply to: next_post_link function…Hi, victor and alchymyth
thanks a lot. Just what i needed .Both ways works.great.Forum: Fixing WordPress
In reply to: Starkers theme questionhi,
https://css-tricks.com/video-screencasts/25-designing-for-wordpress-part-one/
you ve got 3 video tutorials using starkersForum: Fixing WordPress
In reply to: Problems with sidebar.phpNo worries,
glad it is working well now.
byeForum: Fixing WordPress
In reply to: Problems with sidebar.phpHi,
no you dont have the same code.I didn t explain myself well…
so eliminate the li on the lines 22,27,34,41 and we ll see what happens.
i am pretty sure this a problem of li , look at “pages” it displays well on every browsers…Forum: Fixing WordPress
In reply to: Problems with sidebar.phpHi,
no you dont have the same code.I didn t explain myself well…
so eliminate the li on the lines 22,27,34,41 and we ll see what happens.
i am pretty sure this a problem of li , look at “pages” it displays well on every browsers…Forum: Fixing WordPress
In reply to: Problems with sidebar.php<h2>categories</h2>
-
<?php wp_list_categories(‘exclude=2&title_li=’); ?>
Forum: Fixing WordPress
In reply to: Problems with sidebar.phph2 entradas por temas h2
ul
<?php wp_list_categories(‘show_count=1&title_li=’); ?>
ultry like this! with the <> </> of course
Forum: Fixing WordPress
In reply to: Problems with sidebar.phpsorry the code doesn t show off
Forum: Fixing WordPress
In reply to: Problems with sidebar.phpI dont have much time right now but i looked quickly in your sidebar.php as i ve seen bade code in your css.file and i guess you have very confusing
ul and li tags…
You have:- <h2>Categories</h2>
-
<?php wp_list_categories(‘exclude=2&title_li=’); ?>
Try something simple like:
<h2>categoris</h2>-
<?php wp_list_categories(‘exclude=2&title_li=’); ?>
then you might have to put a #sidebar h2 {margin-left:10 or more px;}
try this and let me know
Forum: Fixing WordPress
In reply to: Problems with sidebar.phpI really dont know without seeing your site but try to put a clear left at:
#sidebar-bot{
background:#a3c54c url(images/sidebar_bott.gif) no-repeat;
width:196px;
height:32px;
clear:left;}
Forum: Fixing WordPress
In reply to: Problems with sidebar.phptell us what is the url of your site then sure someboby find a way to help you
Forum: Fixing WordPress
In reply to: post/page publish panel hiddendesactivate all your plugins and see what happen. If it works ,one of your plugins is not compatible with wpmu( often happens..)