chefsherry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Clickable ThumbnailsIt looks a little confusing to me, but I will attempt it. Thanks.
Sherry
Forum: Fixing WordPress
In reply to: Clickable ThumbnailsI have the same issue. I have added photos to my posts as thumbnails, but you cannot enlarge them. I also tried selecting File URL or Post URL and that didn’t help.
Any other suggestions?
http://delicioushealthyfood.com/
Thanks,Sherry
Forum: Themes and Templates
In reply to: Customize Post TitleThanks! I did that and it worked.
Sherry
Forum: Themes and Templates
In reply to: Customize Post TitleHi,
I am trying to underline my post titles so people know they are actually links. For example, Guest Commentary is my latest post and I would like it underlined.
My site is: http://www.delicioushealthyfood.com
Do I have to make a line graphic or could I just add a code like: <I></I>
Would one of the codes you listed above work for me? If so, where do I put it so each new post title shows the underline?
Thanks so much,
Sherry
Forum: Fixing WordPress
In reply to: Pages not showing upStrange. I am having the same issue. I have read all the details about creating sub-pages (not posts) and cannot see that I have done anything wrong.
I have a Page called About DHF and want to create a sub-page under it called, Chef Sherry.
http://delicioushealthyfood.com/wp_Web/
I followed the instructions in the Admin section and read the above link. Any suggestions?
Thanks,
Sherry
Forum: Themes and Templates
In reply to: Fixing Main Index CodeYou did it again! I am learning so much about coding that it’s scary.
I even changed some of my theme’s colors yesterday without doing too much damage.
On to more stuff…
Thanks,
Sherry
Forum: Themes and Templates
In reply to: Fixing Main Index CodeHmm. I just discovered that three of my “pages” still have alignment issues. I thought that by fixing the main template that would fix all of them. I should have checked all the pages–sorry. π
Is the code that I changed in the style.css causing this?
Here are the links to those three pages:
http://delicioushealthyfood.com/wp_Web/category/links/
http://delicioushealthyfood.com/wp_Web/category/recipes/
http://delicioushealthyfood.com/wp_Web/category/shopping/
Any suggestions?
Thanks again,
Sherry
Forum: Themes and Templates
In reply to: Fixing Main Index CodeYou are a life safer!!!
It works, it works, it works…
I am breathing a hugh sigh of relief and dancing around.
I cannot thank you enough for your help and patience.
With heart-felt thanks,
Sherry
Forum: Themes and Templates
In reply to: Fixing Main Index CodeMorning,
Thanks for the new edits. I tried all of them and they worked for the Read More, but they all still shift my sidebar from the right to the bottom.
I went with the original code you sent me for hiding the Read More.
<?php the_content(''); ?> </div> </div><!--/post-<?php the_ID(); ?>--> </div> <?php endwhile; ?> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> <?php } ?>I copied a little after to show what follows the code.
Is there anything else I could try before I have to completely give up and start over?
Thanks so much again…
Sherry
Forum: Themes and Templates
In reply to: Fixing Main Index CodeThis is what the code looks like now (sorry I didn’t think to send in last post):
the_post_thumbnail(array(240,180), array("class" => "alignleft post_thumbnail")); } ?> <?php the_content(''); ?> <div class="readmorecontent"> <a>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">Read More »</a> </div> </div> </div><!--/post-<?php the_ID(); ?>--> </div> <?php endwhile; ?> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?> <div class="alignleft"><?phpForum: Themes and Templates
In reply to: Fixing Main Index CodeOkay, I tried the first original code with Read More and it worked! I was ready to marry you!!! LOL
So I figured I would try it without the read more and I am back to square one.
The ads/links on the right seem to shift to the bottom.
I must be the dumbest computer person on this planet! Ugh.
Do I need to leave a space before and after the code?
Thanks again for your assistance and patience!
Forum: Themes and Templates
In reply to: Fixing Main Index CodeThank you. I have spent most of the day reading the info you suggested. I thought I would do that before I bothered anyone here. I am sorry to say that I do not understand any of the code or where to put it.
I am almost near completing my site, so starting over is a tough decision. This was my last hope.