deezlee
Forum Replies Created
-
Forum: Plugins
In reply to: [plugin:smooth-slider] images not working after upgrade – urgent!Please help!
Forum: Plugins
In reply to: [WPBook] WPBook just imports the first Commenti think that it worked for me too
i wanna do the same thing. any luck?
Forum: Fixing WordPress
In reply to: Posts in sidebar loop lose formatting (html)ooop, i think that i forgot the close back-tick (!?)
hey thanks for the help,
If i use php the_content, then i guess that i can limit the output to only show an excerpt of the text and nothing else? i guess i’ll go look that up! (or feel free to hit me with some suggested code!Forum: Fixing WordPress
In reply to: echo the_post_thumbnail urlhey, i’m using this code to show today’s event in the sidebar:
<?php $temp_query = $wp_query; ?> <?php $today = getdate(); query_posts('category_name=Events&posts_per_page=1&year=' .$today["year"] .'&monthnum=' .$today["mon"] .'&day=' .$today["mday"] ); ?> <?php while (have_posts()) : the_post(); ?> <div style="float:left;" class="thickbox"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_post_thumbnail( array(92,69) ); ?></a></div> <b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b> <?php the_excerpt(); ?> <div class="deezclear"></div> <?php endwhile; ?> <?php $wp_query = $temp_query; ?>
The thumbnail currently links to the post url, i want to make it link to the full size image instead.
I gather that this is the code to use:
wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) );
but i’m not sure how to apply it…i know that i need to “echo” it, but i can’t get the syntax right.
any chance someone could show me how to put those codes together?thanks!
Forum: Fixing WordPress
In reply to: Posts in sidebar loop lose formatting (html)here is the site (very much under construction!)
https://deezlee.com/aubI’m using this code to show today’s events in the sidebar:
`<?php $temp_query = $wp_query; ?><?php
$today = getdate();
query_posts(‘category_name=Events&posts_per_page=1&year=’ .$today[“year”] .’&monthnum=’ .$today[“mon”] .’&day=’ .$today[“mday”] );
?><?php while (have_posts()) : the_post(); ?>
<div style=”float:left;”>” rel=”bookmark”><?php the_post_thumbnail( array(92,69) ); ?></div>
<b>” rel=”bookmark”><?php the_title(); ?></b>
<?php the_excerpt(); ?>
<div class=”deezclear”></div>
<?php endwhile; ?>
<?php $wp_query = $temp_query; ?>it’s working well, except that the formatting is lost…
Thanks again in advanceForum: Plugins
In reply to: thickbox doesn't work in sidebar loop?hey, thanks for the answer! I guess that I should have been more clear. I am using the “auto-thickbox” plugin on my site. Images in posts pop up in the Thickbox fine on the main content area of the page.
here is the site (very much under construction!)
https://deezlee.com/lodge/property/sage-hill-cabinthe test image at the bottom of the post auto-thickbox’s fine. In the sidebar, the images don’t auto-thickbox… i just tested and they work if you add the thickbox class manually to the image tag like i did on the bottom image in the sidebar.
I now realize that it’s the auto-thickbox plugin that is not handling this application.
any ideas?
Thanks again in advance
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] tries to load wrong galleryjeez…
i misspelled the “tag” this time… man i just want my dang thread to have a chance to be seen by the developer !!!
*sigh* .
…wait for it….
*bump*
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] tries to load wrong galleryok, so i just figured out how to actually add tags to a thread. i just added the “nextgen-gallery” tag to this thread, so now imona bump it and hopefully the developer might actually see it! sorry about the reposts and bumps, y’all !!!
*bump*
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] tries to load wrong galleryman, i’m having trouble with this… sorry, but i gotta bump this so someone will see it! *bump*
Forum: Plugins
In reply to: mm forms – how to redirect after submit (or add html to thank you page)any ideas? i really need to figure this out.
thanks
Forum: Fixing WordPress
In reply to: Omit /parent(s) from page URLforward it using your hebhost (.httaccess or cpanel or whatever) ? i dunno but i’d try that
Forum: Fixing WordPress
In reply to: inline content plugin? like “more” but just the middle expands?nice! thanks a lot!
Forum: Fixing WordPress
In reply to: inline content plugin? like “more” but just the middle expands?anyone?