Dbo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Limit for title lengthIm sorry, I was away for a couple of days and wasnt able to do it in that time but yes indeed I just tried it today and its not working out too well :/
For one it isn’t giving the appropriate link to each article, it’s just giving an ending as follows; \’your
It also isn’t ordered with bullets anymore, along with the font being different too, everything is underlined now too and there is no […] when the title exceeds the number of characters.
Here’s a picture of it now with the change you suggested;
http://img10.imageshack.us/img10/4745/rctt.png
& here’s a picture of it before;
http://img11.imageshack.us/img11/7917/sidebarpic.png
Any ideas on how to fix or there’s no real way to do this ?
Forum: Themes and Templates
In reply to: Limit for title lengthbump for some clarification… :/
Forum: Themes and Templates
In reply to: Limit for title length@ esmi; the theme creates it.
@jb; thank you for the code but I have two questions. For one, will the code you gave me apply to comments that people will make in my articles ? For two, exactly where do I put this in the comments php ? :/
Just in case, here’s the code that creates the recent comments;
<div id="footerbar-center"> <h3>Recent Comments</h3> <ul class="footerbar-center-in"> <?php $sql = "SELECT * FROM $wpdb->comments LEFT OUTER JOIN $wpdb->posts ON ($wpdb->comments.comment_post_ID = $wpdb->posts.ID) WHERE comment_approved = '1' AND comment_type = '' ORDER BY comment_date DESC LIMIT 0 , 4"; $comments = $wpdb->get_results($sql); foreach ($comments as $comment) { $data = $comment->comment_author . " @ [" . $comment->post_title; echo " <li><a>comment_post_ID) . "\">" . substr($data,0,40) . "]</a></li> "; } ?> </div>Forum: Themes and Templates
In reply to: Limit for title lengthHey esmi, thank you for the reply. I tried out what you said and it’s almost what I want. I should’ve explained just a bit better. Before it would do the following;
User @ ”2010 LAMBORGHINI GALLARDO LP550-2 VB”
With what you suggested, it just cuts out as soon as it reaches the line which does avoid the fact that it double lines.
Here is what I want it to do;
User @ ”2010 LAMBORGHINI GALLAR…”
Like it would input the three dots after a certain amount of characters and then would close with the ”, is this possible ?
Thanks again!
Forum: Fixing WordPress
In reply to: Fix in robots.txt filesorry for the bump I was just worried since my posts are not showing up in google :/ I should have also mentionned that I did read several posts regarding writing one and I followed what they all said since it was the same but used various entries from each one. I did some more searches and just removed some of the entries that were giving me problems, thanks for the useful link btw 🙂 Didn’t run across that one during my searches.
Forum: Fixing WordPress
In reply to: Fix in robots.txt fileno one knows how to use a robots.txt file ? 🙁
Forum: Fixing WordPress
In reply to: Problem with partial sidebar font/formatbump for some help…
Forum: Fixing WordPress
In reply to: Problem with partial sidebar font/formatdo tag clouds fall in the unordered list ? Because when I tried to put one on my sidebar it was giving me the same results, as in ugly font, bolded out and not centered, basically a mess. Where would I change this in my style.css ? My website is (www.triplecz.com), sorry about that.
Forum: Fixing WordPress
In reply to: Problem with partial sidebar font/formatThank you for the reply, my first question is, why do you have
- in between instead of <p>, whats the difference ?
Second question is I thought of the CSS aspect of it but I can’t seem to find anything related to it in the sidebar section of the style.css and I couldn’t find anything under ”unordered”. Exactly where should I look ?
Forum: Fixing WordPress
In reply to: Hiding sub-pageszeally that worked and I am grateful but now I am trying to make the send me a tip page actually work because its not working anymore for some reason, do you have any ideas why ?
Forum: Fixing WordPress
In reply to: Looking for a good Search pluginthank you for the info alan and eddy check out the readme.txt file it should be mentioned somewhere in there.
Forum: Fixing WordPress
In reply to: Hiding sub-pagesnvm the problem above, I solved it but for some reason my send a tip page is not working anymore and all I have is the simple code you gave me;
<?php wp_list_pages(‘title_li=&depth=1’); ?>
I tried renaming it, redoing the page, nothing worked. any ideas ?
Forum: Fixing WordPress
In reply to: Hiding sub-pagesI should’ve thought about changing that variable, sorry about that. Thank you very much for the help though. I have one more question for you while you’re here.
If you visit the 404 page of the website (www.triplecz.com/404), I have options for the visitor to go to but I wanted to be able to provide a description in white right under it but everytime I skipped a line in the 404.php file to make it appear under the link it just ended up appearing beside the link and not under. Here’s that part of the 404.php
<p><b>Meanwhile, you could check out the other pages on the website. Here are your choices:</b></p>
<p><b>- The traditional | Home</b></p>
<p><b>- Cars that will definitely get you laid | Wallpapers</b></p>
<p><b>- Guaranteed to make you laugh | About</b></p>How would I make it where I can write a little description type thing right under it instead of beside ?
Forum: Fixing WordPress
In reply to: Google Webmaster ToolI figured the problem, it was the plugin I was using called PHP Speedy WP which was combining JS and CSS together and it playing around with the effects and some other plugins. Thank you so much for the help, and thank you 🙂 One thing if I may ask, if you can look into the following concern I posted;
Forum: Fixing WordPress
In reply to: Looking for a good Search pluginalan, i was referring to eddy’s concern of the search bar not showing up 😛 although I do have a question, with the google search bar can you get rid of the search button and make it so someone can just type in what they want to search and just hit enter and it works ?