007casper
Forum Replies Created
-
Forum: Plugins
In reply to: Pull latest attachment from post?I have tried that “numberposts => 1” changed to “numberposts => -1,” no luck… I will appreciate it if anyone could help me regarding this…
thank you
Forum: Plugins
In reply to: Pull latest attachment from post?regarding “Other Articles” loop
I have placed the code as Sam_a suggested in functions.php and in my index.php loop… but somehow I only get the first article on the list to show up ~ not the rest
does anyone know why I am not getting images to show up for the rest of the nine articles?
thanks
Forum: Themes and Templates
In reply to: wp_get_attachment_image argumentsmalditoweekend how did you get the icon images on your site under quicknotes…
also I am trying to get the images from the children/subpages pages that links back to the actual subpage… similar to ma.tt’s gallery
any help… really appreciate itForum: Plugins
In reply to: Pull latest attachment from post?Here is the full code in a nutshell… does anyone have any idea why images dont show up for the rest of the titles in the list.
<?php get_header(); ?> <div id="featured"> <?php query_posts('showposts=3'); ?> <?php while (have_posts()) : the_post(); ?> <h2><?php the_category(', '); ?><i> - <?php the_time('l, F j, Y G:i'); ?> - <a href="<?php the_permalink() ?>#commenting" title="Jump to the comments"><?php comments_number('0 Comments','1 Comment','% Comments'); ?></a></i></h2> <h1><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1> <?php the_content('Continue...'); ?> <?php endwhile; ?> <div class="clear"></div> </div> <!-- END --> <?php query_posts('showposts=10&offset=3'); ?> <!-- 10 most recent posts --> <ul> <h2>Other Articles</h2> <?php while (have_posts()) : the_post(); ?> <li><a href="<?php the_permalink() ?>"><?php the_post_image(); ?></a><span class="title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></span> | <span class="comment"><a href="<?php the_permalink() ?>#commenting" title="Jump to the comments"><?php comments_number('0 Comments','1 Comment','% Comments'); ?></a></span><span class="meta"> - <?php the_time('l, F j, Y G:i'); ?></span></li> <?php endwhile; ?> </ul> <p class="link"><a href="<?php echo get_option('home'); ?>/archives" title="View Archives">archives</a> </div> <div class="column_mainbottom">.</div> </div> <!-- END --> <?php get_sidebar(); ?> <!-- Calling the sidebar with the AJAX box, or the widgets --> </div> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Gallery NavigationForum: Fixing WordPress
In reply to: Gallery NavigationForum: Plugins
In reply to: Pull latest attachment from post?Thank you so much Sam_a! I really appreciate it. I got the link and the image working for the first article, unfortunately it doesn’t display images for the rest of the remaining nine posts in the list.
I wonder what I am doing wrong…
Forum: Plugins
In reply to: Pull latest attachment from post?<?php query_posts('showposts=10&offset=3'); ?> <!-- 10 most recent posts --> <ul> <h2>Other Articles</h2> <?php while (have_posts()) : the_post(); ?> <li><span class="title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></span> | <span class="comment"><a href="<?php the_permalink() ?>#commenting" title="Jump to the comments"><?php comments_number('0 Comments','1 Comment','% Comments'); ?></a></span>| <span class="meta"> - <?php the_time('l, F j, Y G:i'); ?></span></li> <?php endwhile; ?> </ul>
Forum: Plugins
In reply to: Pull latest attachment from post?*bump ~ help
Forum: Plugins
In reply to: Pull latest attachment from post?Awesome thread!
I list ten other articles at the end of a post, where I would like to show an icon image next to the title.
However, all the codes I tried here brings up an image for the first title, and not for the rest. Also, images link to image url, not to post url that is attached. Strange enough, the rest of the nine titles stated missing attachment, even though I have images for those posts.
I have tried
<?php the_attachment_link( 13, false, array(48, 48) );?>
I got it from herehttps://codex.www.ads-software.com/Template_Tags/the_attachment_link
it works but “13” shows the specific category, and not the actual listed title post.
Please, help. Thank you in advance.
007casperyeah, but how do you remove that link that he generates on the page. My site has nothing to do with food. Please help on removing these links. Which pages are calling these?
<!– Start Of Script Generated By cforms v8.5.2 [Oliver Seidel | https://www.deliciousdays.com] –>
and also the silly link
<p class=”linklove” id=”ll2″>cforms contact form by delicious:days
Thank you so much
Forum: Fixing WordPress
In reply to: Galleryyeah… does anyone have an idea how to do this
Forum: Themes and Templates
In reply to: Page Template Pull Down Menu doesnt show upWell thats the problem, I dont get that pull down menu under Advanced Options. I even checked the “edit-page-form.php”, the code is there, but it just doesnt show up when you go to the admin (backend)
I used to have a tag archive installed. When I did the update, I think I lost that page template function. I have imported all the tags to new ‘wordpress tag’.
Does anyone came across this problem? What is the solution?
I also checked the mysql, if there is some table that is calling different templates…. couldnt find anything.
Any ideas?
Forum: Themes and Templates
In reply to: Page Template Pull Down Menu doesnt show upAnyone know why I dont get the Page Template pull down menu?
sorry for the bump, but I have been trying to figure this out with no luck