Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter wpacct

    (@wpacct)

    Hi Guys,

    Sorry to keep bothering you but any insights on this problem? Any help is greatly appreciated!

    Thks in advance

    Thread Starter wpacct

    (@wpacct)

    Sorry, folks. It’s my fault. My browser cache wasn’t refreshed.

    Sincerely apologize for my mistake. I thought it was my toying of that piece of code that caused this problem.

    Thread Starter wpacct

    (@wpacct)

    Hi Sir,

    To clarify the issue, please note that my Home Page is not reflecting the latest details as follows :

    (1) Latest Article
    – If you click the Archives on the right menu, the latest article is “If You Don’t Tap on the Law of Attraction, You’ll Hate Yourself Later”
    – But on the Home page, it is still showing the 2nd latest “Drawing Inspirations from Your Miserable Failures”

    (2) Comments
    – On the Home Page, the article “Drawing Inspirations from Your Miserable Failures”‘s comments count is 1
    – if you click Success Articles on the right menu, you will see the comment count to be 5.

    Previously I was toying with this part of the code which is highlighted in bold :

    <?php get_header(); ?>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class="post" id="post-<?php the_ID(); ?>">
    <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    <div class="meta"><?php the_category(',') ?> — <?php the_author() ?> on <?php the_time('F j, Y'); ?> at <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
    <div class="storycontent">

    <?php the_content(__('Continue Reading ' . the_title('"', '"',False),1)); ?>
    <?php if (is_single()) { ?>
    <p><strong>If you find our articles helpful, consider leaving Goal Setting College <a href="http://www.goal-setting-college.com/donate/">a donation</a> or <a href="http://www.goal-setting-college.com/resources/">subscribing to our Success Stories Newsletter</a>. Cheers!</strong></p>
    <br />
    <br />
    <strong>Related Articles</strong>
    <ul>
    <?php related_posts(); ?>
    </ul>
    <table cellspacing="0" cellpadding="35" align="left" border="0">
    <tbody>
    <tr>
    <td>
    <script type="text/javascript"><!--
    google_ad_client = "pub-1196015564953303";
    google_ad_width = 336;
    google_ad_height = 280;
    google_ad_format = "336x280_as";
    google_ad_type = "text";
    google_ad_channel ="1679715488";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "000000";
    google_color_text = "000000";
    google_color_url = "000000";
    //--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
    </td>
    </tr>
    </tbody>
    </table>
    <br />
    <?php } ?>
    </div>
    <div class="feedback">
    <?php wp_link_pages(); ?>
    <br />
    <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
    <br />
    </div>
    <?php comments_template(); // Get wp-comments.php template ?>
    </div>
    <?php endwhile; else: ?>
    <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
    <?php endif; ?>
    <?php posts_nav_link(' — ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?>
    <?php get_footer(); ?>

    Thread Starter wpacct

    (@wpacct)

    Hi Sir,

    Can anyone help?

    Thanks a lot in advance!

    Thread Starter wpacct

    (@wpacct)

    Hi Sir,

    My site is http://www.goal-setting-college.com.

    Thks for the help in advance.

    Thread Starter wpacct

    (@wpacct)

    undertypo, thank you very much. the code works beautifully!

    Thread Starter wpacct

    (@wpacct)

    Hi Kafkaesqui, thanks! It worked. Will update this to be resolved.

    Hi Moshu, read that page already but still could not get how to combine the 2 tags… thought i have to leave this part ” .__(‘Pages’).'</h3>’ ” into the code.

    Nontheless, thanks for the great help..

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