lebonchat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HELP! Please! Photos in posts suddenly gone awry!Nevermind. Seems to be a problem on my end when viewing on diff. laptop with older IE.
Cheers ??
katForum: Fixing WordPress
In reply to: HELP! Please! Photos in posts suddenly gone awry!Oh, and here’s what the sidebar code looks like (please tell me if you need to see other code to help–Thank you!):
<div id=”sidebar”>
-
<?php /* Widgetized sidebar, if you have the plugin installed. */
- <h2>Author</h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p> -
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p>You are currently browsing the archives for the <?php single_cat_title(”); ?> category.</p><?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
for the day <?php the_time(‘l, F jS, Y’); ?>.</p><?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
for <?php the_time(‘F, Y’); ?>.</p><?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
for the year <?php the_time(‘Y’); ?>.</p><?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p>You have searched the /”><?php echo bloginfo(‘name’); ?> weblog archives
for ‘<?php the_search_query(); ?>’. If you are unable to find anything in these search results, you can try one of these links.</p><?php /* If this is a monthly archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>
<p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives.</p><?php } ?>
- <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
- <h2>Tidbits</h2>
<p><a href=”https://www.seriouseats.com/”
target=”_blank”> <img src=”https://thegastronomicaltourist.com/wp-content/uploads/2008/04/seriouseats.gif” alt=”Ed Levine Eats” /> </p><p> <img src=”https://thegastronomicaltourist.com/wp-content/uploads/2008/04/carlo_middione_resized.jpg” alt=”Carlo’s Kitchen” /></p>
<p> <img src=”https://thegastronomicaltourist.com/wp-content/uploads/2008/04/chowlogo_small.jpg” alt=”chow.com” /></p>
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?><!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.
–>
<?php if ( is_404() || is_category() || is_day() || is_month() ||
is_year() || is_search() || is_paged() ) {
?><?php }?>
<?php wp_list_pages(‘title_li=<h2>In General</h2>’ ); ?>
<?php wp_list_categories(‘show_count=1&title_li=<h2>Categories</h2>’); ?>
<?php wp_list_bookmarks(‘orderby=order&category_orderby=order’); ?>
<?php endif; ?>
</div>
Forum: Developing with WordPress
In reply to: Add photo before Title?bump
Thank you so much Moshu and BatteryB! I really appreciate you guys taking the time to write back and for your advice :-))
Forum: Fixing WordPress
In reply to: chmod on upload folder using remote db serverHi Jazzylee77,
Thank you for replying to my earlier post on support for an image issue! I really appreciate you taking the time to write back. You mentioned other wordpress forums…Can you point me in the right direction?
Thank you,
kat
lebonchatForum: Fixing WordPress
In reply to: Why can’t I get help on the darn SUPPORT forum!?I understand both responses…The aspect of everyone searching for help rather than visiting just to provide support AND the issue with posters being demanding and/or ‘ignoring’ other posts that may help them solve their issues!
My problem seems to be that I HAVE found semi-solutions by reading through previous posts but can’t get them to necessarily work…When I add to that string, no one provides further support (Understandably) and when I start a new string (without such an obnoxious title) I get no response!
Thank you both for taking the time to write back at all. I appreciate any sort of reply in the internet void ??
Hello out there…Can anyone help!? I want images in certain posts to stretch over onto the side bar…Is it possible? Any and all help is greatly appreciated!!!
Thank you,
Kat
Forum: Themes and Templates
In reply to: Link category to pageNevermind… Got it! Thanks!
Forum: Themes and Templates
In reply to: Link category to pageDoes that code go into the page.php template? and/or index.php?
Forum: Developing with WordPress
In reply to: Add photo before Title?Hello,
I’m struggling to get this to work…Can someone help explain further?
I’m not sure if I’m putting in the wrong image location, ie. do I need to use https:// for the location after the custom tag
or if I need to change something on my style.css where the postmetadeta section says clear: left
AND/OR if I need to alter my singlepost.php in addition to the index.php with the new code listed in step six…
6- Open /wp-content/themes/[themename]/index.php, after the <div class=”post”> but before the <h2> title (should be around line 9), add this line:
<img src=”<?php echo get_post_meta($post->ID, ‘img_post_header’, true);?>” width=”600″ height=”200″ />Can someone maybe walk me through this a little more? All help is truly appreciated!!!
Thank you,
Kat
Forum: Fixing WordPress
In reply to: How can an image appear at the top of the post…I’m also having a problem doing this…especially when using the method listed here:
Can someone help explain further?
I’m not sure if I’m putting in the wrong image location, ie. do I need to use https:// for the location after the custom tag
or if I need to change something on my style.css where the postmetadeta section says clear: left
AND/OR if I need to alter my single post php in addition to the index.php with the new code listed in step six…
6- Open /wp-content/themes/[themename]/index.php, after the <div class=”post”> but before the <h2> title (should be around line 9), add this line:
<img src=”<?php echo get_post_meta($post->ID, ‘img_post_header’, true);?>” width=”600″ height=”200″ />Can someone maybe walk me through this a little more? All help is truly appreciated!!!
Thank you,
Kat
Forum: Fixing WordPress
In reply to: i WANT to photos to overlap onto sidebar…. - <h2>Author</h2>