Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • 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

    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

    malditoweekend 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 it

    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 Navigation

    In onedeep’s example… he is using it for gallery category 14… how is it possible to get a picture from subpages/children just like ma.tt’s photo gallery

    Forum: Fixing WordPress
    In reply to: Gallery Navigation

    In onedeep’s example… he is using it for gallery category 14… how is it possible to get a picture from subpages/children just like ma.tt’s photo gallery

    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…

    <?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>

    *bump ~ help

    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 here

    https://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.
    007casper

    Forum: Plugins
    In reply to: cforms II

    yeah, 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: Gallery

    yeah… does anyone have an idea how to do this

    Thread Starter 007casper

    (@007casper)

    Well 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?

    Thread Starter 007casper

    (@007casper)

    Anyone 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

Viewing 14 replies - 1 through 14 (of 14 total)