Thedishmaster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I change "0 Comments" to "Leave a Comment"?It is not the plugin. It’s the fact that any tag that is not specified to appear in the home page will be filtered out. Again, if you click on the title of a post itself, you will see that it says “leave a comment” and not “0 comments.” It’s because it just won’t appear on the home page but it will appear on the individual post.
Forum: Fixing WordPress
In reply to: How do I change "0 Comments" to "Leave a Comment"?Do you where to insert those tags exactly? Can you tell me where to specifically put them?
Forum: Fixing WordPress
In reply to: How do I change "0 Comments" to "Leave a Comment"?I don’t see anything similar to that code in the index.php file. I’m pretty sure the issue is that the home page will not allow for that code unless it’s directly specified. I just don’t know what tag to specify. It’s in the wp-loop.php file and here is the code.
<?php the_excerpt_reloaded(1000, '<h3>,<h4>,<a>,<img>,<p>, <ul>, <ol>,<small>,<h2>, <li>,, <center>, </tr>, </tbody>, <tbody>, <script>, <strong>, <td>, <tr>, <em>, <table>, <embed>, <iframe>', 'content', TRUE, 'Continue Reading', FALSE, 2); ?><br /> <?php } ?><br /> </div></p><p>Those are all of the tags I’ve specified so that the home page displays it. Again, if you click on the link for an individual post it correctly says, “leave a comment” — it just doesn’t display this on the home page.
Forum: Fixing WordPress
In reply to: How to add padding between sidebar items?Thanks but that won’t work I don’t think
Forum: Fixing WordPress
In reply to: How do I change "0 Comments" to "Leave a Comment"?I’m not sure why it works this way but I could not even center videos without specifying the center tag in the wp-loop.php file, which allowed for something to be centered on the home page. It’s the same issues with the comments, except I’m not sure what to specify.
Forum: Fixing WordPress
In reply to: How do I change "0 Comments" to "Leave a Comment"?I did this and it worked, but it only works when you click on an individual post. The home page won’t allow it, because unless it’s specified to appear in the home page, it won’t show up there. I just don’t know what to specify because I can’t code.
Forum: Fixing WordPress
In reply to: How do I edit my wordpress template to add a widget in the header?I did it by altering the code using this post!
http://codex.wordpress.org/User:Tomhanna/Adding_Ads_to_Wordpress
Forum: Fixing WordPress
In reply to: How do I edit my wordpress template to add a widget in the header?I appreciate your help. I’m really bad at this stuff though so I’m unsure how to follow your instructions. 🙁 I tried to insert an image directly in the code but it just placed it over my current header instead of under it.
Forum: Fixing WordPress
In reply to: How do I edit my wordpress template to add a widget in the header?Am I on some kind of forum timeout/blacklist? How come no one responds to me? 🙁
Forum: Fixing WordPress
In reply to: How to I cache my pages?my website is:
Forum: Fixing WordPress
In reply to: My site is down! Locked out of my DashboardIt’s back up! thanks
Forum: Fixing WordPress
In reply to: Continue Reading link is cutting off my text too earlyHAHAHAH! I KNOW THERE’S NO SUCH THING THAT’S WHY IT’S FUNNY. BUT I’VE used the forums for REAL coders to give me advice about where EXACTLY to place the code.
Not to send me links that I already found and don’t understand. But thanks.
Forum: Fixing WordPress
In reply to: Continue Reading link is cutting off my text too earlyThanks but those explanations are terrible for me, and they NEVER help. It’s not written for a lay coder.
Forum: Fixing WordPress
In reply to: How do I add padding between sidebar icon and line?One more question. Do you see how my “continue reading” link is cutting off the body of the text too early? There’s unnecessary white space in each post. Any idea how to fix that?
Forum: Fixing WordPress
In reply to: How do I add padding between sidebar icon and line?IT WORKED!!!!!!!!!!!!! HOOOOOOOOOOOOOOORAY! THANKS!!!!