therange
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Quick Adsense integration questionsAnyone? I’m sure this is really simple!
Forum: Fixing WordPress
In reply to: Quick Adsense integration questionsI’m using AdSense Deluxe. For the ad in the sidebar, I inserted this following into “index.php:”
<h2><?php _e(‘Get Firefox!’); ?></h2>
- <p align=”center”><?php adsense_deluxe_ads(‘verticalblock’); ?>
I have 5 posts per page. Until I added the 6th post, it worked fine, but when I did, the Firefox ad stopped showing, instead, it shows on Page 2.
–Is this because there’s a limit of how many ads you can have on one page?
–Would it be better if I insert the Firefox ad through “sidebar.php”?
Thanks!
Forum: Fixing WordPress
In reply to: My posts don’t show up in categories, why? Please Help!It works! Thanks a lot.
Forum: Fixing WordPress
In reply to: My posts don’t show up in categories, why? Please Help!Anyone please help?
Forum: Fixing WordPress
In reply to: My posts don’t show up in categories, why? Please Help!My sidebar.php has nothing related to “Categories.” However, I found this in the “Main Index Template”
<div id="sidebar">
<h2><?php _e('Welcome to iTD'); ?></h2>
<ul>
<li><?php bloginfo('description'); ?></li>
</ul>
<h2><?php _e('Menu'); ?></h2>
<ul><?php get_links('-1', '
<li>', '</li>
', ' '); ?></ul>
<h2><?php _e('Categories:'); ?></h2>
<ul><?php wp_list_cats('optioncount=1'); ?></ul>
I don’t know if that helps much.I just made a new post on the website and it did show up. Is this because “Sedans” is the default category?
Thanks!
Forum: Fixing WordPress
In reply to: “More” function questionThanks a bunch
One very last question. When writing HTML, do I just post it in the WordPress wysiwyg editor?
Forum: Fixing WordPress
In reply to: “More” function questionSounds good. I know a lot of basic HTML tags, is there a place where I can get HTML tags for wordpress (for example, inserting the “more” function)?
Thanks!
Forum: Fixing WordPress
In reply to: “More” function questionYes, does that make a difference?
Forum: Fixing WordPress
In reply to: “More” function questionThanks for the help guys
I fixed the </div> one, now it says I have a for an unopen tag. This seems to be in the latest post, which file can I edit that controls my latest post?
Thanks a lot
Forum: Fixing WordPress
In reply to: “More” function questionIt’s a popular theme (connections) so I don’t think there’s a bug
Can anyone please help?
P.S. – I just switched to the classic theme and the problem presists…
Forum: Fixing WordPress
In reply to: Help! Why is my sidebar messing up?!OK, I found out the problem. When I add the “more” tag “alt-t”, it screws up, why is this happening?
I would really appreciate some feedback.
Forum: Fixing WordPress
In reply to: Help! Why is my sidebar messing up?!So “alt” tags contain the title of the image?
For example, if I use the “Picture” button, insert the URL and then choose a title for the image, will that take care of the ‘alt’ tag?
Forum: Fixing WordPress
In reply to: Help! Why is my sidebar messing up?!OK, it’s down to two errors. I think it’s the first error (since it has something to do with the post that messed it up). Does anyone know what the following means and how it’s fixed?
required attribute “alt” not specified .
…701/040701_escape_hmed_7a.ss_h.jpg” /></div>Thanks
Forum: Fixing WordPress
In reply to: Help! Why is my sidebar messing up?!I tried putting the </div> in Index, Footer, and Post, but it still didn’t solve the problem.
Just to let you know, I didn’t edit anything, I just posted this post and everything went wrong.
my e-mail is itestdrive[at]gmail[dot]com, I can send you detailed codes
Thanks a bunch
Forum: Fixing WordPress
In reply to: Help! Why is my sidebar messing up?!Thanks a bunch for the reply.
Ok, on the Main Index Template file, I found the <div id=”rap”>
<div id=”rap”>
<?php get_header(); ?>
<div id=”main”>
<div id=”content”>Where does the </div> belong on this file?
Thanks again