jamesict
Forum Replies Created
-
Forum: Plugins
In reply to: Help, my site is dead!In what way is it dead exactly? Not talking? Not breathing? Not moving? Otherwise, it looks fine with posts and all the usual content showing itself quite clearly.
Forum: Your WordPress
In reply to: College newspaper site powered by WPThanks for the code Bryan ??
Forum: Your WordPress
In reply to: College newspaper site powered by WPHi Bryan868,
Yes, just the category coding if possible and any other specifics if necessary.
Thanks – much appreciated. ??
Forum: Your WordPress
In reply to: College newspaper site powered by WPHi Bryan868,
I am using the same kind of idea as you for an intranet site. Probably a silly question but do you feel like sharing your code from the front page?
Great if you do, but understandable if you don’t. ??
Thanks
Forum: Plugins
In reply to: Smiley helpI would recommend adding this line to your css:
#main .wp-smiley { border:0px }
Forum: Fixing WordPress
In reply to: How Can Visitors Comment on My Blog?Have a look in your main index template and you will see the following code:
<p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
You can change where it says ‘No Comments’ to whatever you prefer.
Forum: Plugins
In reply to: related post helpYou could try wrapping your code in
<ul></ul>
tags, with an id attached so you can play with the list styling in your css as well.Have you set the
<li></li>
tags in place in the related posts options ‘Before / After (Post Title)’ ?Forum: Fixing WordPress
In reply to: next page linkTry placing the code which will look something like this:
<?php previous_post_link('« %link') ?> <?php next_post_link(' %link »') ?>
at the bottom of your index page in your theme – below the loop and maybe in your single post template in about the same place.
Forum: Plugins
In reply to: Side Bar Problems :(You could try adding the following margin-left to your CSS
.sb-links ul li { margin-top: 20px; margin-left: 10px; }
Forum: Themes and Templates
In reply to: Zen Minimum ThemeAnother option to keep the size specific to your posts, could be to add:
.storycontent p {font-size: 20px;}
[change font size to your choice]Forum: Fixing WordPress
In reply to: Wrong author attributionSame situation here. Would anyone happen to know why or have a solution?
Thanks
Forum: Fixing WordPress
In reply to: Icons – moving them closerYou could try the following:
Look for this code in your css and change the 15px to 5px or thereabouts.
#sidebar ul li { list-style-type: none; list-style-image: none; margin-bottom: 15px; }
Forum: Fixing WordPress
In reply to: New Flash Header QuestionForum: Fixing WordPress
In reply to: URL Problem with WWWThey both end up at the same place – the fragmented Ferrari page.
Using Firefox 1.5.0.3
Forum: Plugins
In reply to: WP Contact Form 1.4I have used both and the same result each time.