clipper
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Photo ABOVE Title in Blog – HOW?I was! Thanks very much! You can see it at https://www.clipspringer.com
Forum: Fixing WordPress
In reply to: Post Photo ABOVE Title in Blog – HOW?clicknathan, now it seems I have broken images before my posts when I don’t use the “image” placeholder, so I think I need to add a condition before the code above. Any idea how to do that?
Thanks!
Forum: Fixing WordPress
In reply to: Broken Images Before Title in IEI believe the problem lies in creating a conditional statement before the “img src=….” in the following:
<div class="itemhead"> <img src="<?php $key="image"; echo get_post_meta($post->ID, $key, true); ?>" /> <h3><a href="<?php the_permalink() ?>"
Any ideas on how to do that?
Forum: Fixing WordPress
In reply to: How do I login after installing successfully?Sculley Try
https://www.yoursite.com/wp-login.php and see what happens.
Forum: Your WordPress
In reply to: Examples of WP that don’t look like blogs?Clipspringer.com has a new feel to it.
Forum: Your WordPress
In reply to: New BlogWow. Great site – you could change your “Buy me a beer” to “Help me change the last digit of one of these numbers.” You could also add some advertisements and you may get revenue through those. I’m just starting to experiment more with ads. https://www.clipspringer.com . Good luck and great job on the site!
Forum: Your WordPress
In reply to: Comments/Suggestions AppreciatedThanks TV. I guess it’s the sidebar I’m looking to refine a bit – and then add more substantive links to a footer. But any other suggestions are appreciated – just to get another set of eyes on it from a different perspective. Thanks again.
Forum: Fixing WordPress
In reply to: Post Photo ABOVE Title in Blog – HOW?Clicknathan has this down! I’m gong to use some of these suggestions as well. Thanks so much.
Forum: Fixing WordPress
In reply to: Post Photo ABOVE Title in Blog – HOW?I found a way. Take a look at https://www.clipspringer.com
I use a code in my post title. For example the following:
<img src='https://www.clipspringer.com/images/printer2.jpg' width=530 border=0><br />Samsung Monochrome Laser Printer
Give it a try.
Forum: Themes and Templates
In reply to: Images in RSS FeedsMy RSS feed appears to only include some posts with photos, but not others. Specifically when the photo is inside the text, but not when above. Thoughts? The site is https://www.clipspringer.com Thanks!