martinfamily2005
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help with pulling blog contentIs anyone on this forum any more?
Forum: Fixing WordPress
In reply to: Need help using get_postsThat is the ticket! Thanks!
Forum: Fixing WordPress
In reply to: Need help using get_postsduh. I will change it and let you know what happens. thanks!
Forum: Fixing WordPress
In reply to: Need help using get_posts<div class="sponsor"> <?php $args = array( 'post__in' => array(688), ); global $post; $myposts = get_posts('category=9&numberposts=1'); foreach($myposts as $post) : setup_postdata($post); ?> <div class="sponsortext"> <?php the_excerpt(); ?> </div> <div class="break"></div> <?php endforeach; ?> </div>
Forum: Fixing WordPress
In reply to: Need help using get_postsHmmm. that seems to have had no effect.
Forum: Fixing WordPress
In reply to: Contact Form Not Working – Satoshi ThemeAnyone?
Forum: Fixing WordPress
In reply to: Trying to change link url on uploaded imagDoes anyone know how to get this to work right?
Forum: Fixing WordPress
In reply to: Trying to change link url on uploaded imagi think its the way it is being called, so a plugin might not work here.
Forum: Fixing WordPress
In reply to: Trying to change link url on uploaded imagThere will be a different image on each blog, and a different link, as well. Does anyone know a way to just have it pull the link from wherever it comes from in the Twenty Ten theme? If I use that theme, when I insert an image into the post, I can input any url in the “link url” box, and it makes the link point to that url. For some reason, my theme is not getting that url properly when I enter it…it just uses the post url, as you can see.
Forum: Fixing WordPress
In reply to: Trying to change link url on uploaded imaghttps://billboardfamily.com its the little black image (it says The Billboard Family 130 x 130 pixels) at the top left of the main blog post. it is actually the attachment in that post, and it is being pulled an placed there. That is all working fine. The only issue I have is that I can not change the link url on that image, no matter what I do. It always defaults to the post url, and I want to be able to make it any url I want when inserting an image into a post.
Forum: Fixing WordPress
In reply to: Trying to change link url on uploaded imagAnyone?
Forum: Fixing WordPress
In reply to: Trying to change link url on uploaded imagI switched to the Twenty Ten theme and it works there, so now I need some help figuring out how to fix this in my theme ?? …..please help me out!
Here is the code from my single.php file. I think the problem is here somewhere, maybe ??
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Contact Form Not Working – Satoshi ThemeHmmm, anyone else have any ideas?
Forum: Fixing WordPress
In reply to: Contact Form Not Working – Satoshi Themeok, thanks
Forum: Fixing WordPress
In reply to: Contact Form Not Working – Satoshi ThemeI already set that all up. Here is more info on what is going on.
If you try to use the form in Firefox, it does not send anything, and it does not work like the one at the demo site. If you access it in IE8, it sends an email correctly, but the confirmation, etc, is on a separate blank page, rather than in the top part of the form, like in the demo.