Forum Replies Created

Viewing 15 replies - 46 through 60 (of 86 total)
  • Thread Starter substitute

    (@substitute)

    Great thanks!
    But it doesn’t work on my page: I do get the expected result but when I go on to page 2 I get page not found…so I may have to create another page with the content…

    Thread Starter substitute

    (@substitute)

    IT has nothing to do with the THEME

    wp-includes has a file comments-template.php

    Line 720 of wp-icludes/comment-template.php has the words ‘Comments Off’ as the value of the variable $none (in the comments_popup_link function)

    I removed it and they were gone for good…
    Sometimes a good old search is your best friend….

    Thread Starter substitute

    (@substitute)

    Hi this is my index.php the line has already been removed a while ago in page.php, single.php and index.php

    ?php get_header(); ?>
    <div id=”content”>
    <div class=”contentbox”>
    <?php if (have_posts()) : ?>
    <div class=”boxheading”><span>Latest Posts</span><div class=”clear”></div><div class=”left”></div></div>
    <?php while (have_posts()) : the_post(); ?>
    <div class=”posts”>
    <h6 class=”postheading” id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”<?php the_title_attribute(); ?>”><?php the_title(); ?></h6>
    <?php the_excerpt(); ?>
    ” class=”readmorelink”>Read More
    <div class=”postsmetadata”>
    Category : <?php the_category(‘, ‘) ?>.
    <?php the_tags( ‘Tags: ‘, ‘, ‘, ‘.’); ?>
    <?php edit_post_link(‘Edit Post’, ”, ”); ?>
    </div>
    </div>
    <?php endwhile; ?>
    <?php if (show_posts_nav()) : ?>
    <div class=”postsnav”><span class=”left”><?php next_posts_link(‘« Older Entries’) ?></span><span class=”right”><?php previous_posts_link(‘Newer Entries »’) ?></span><div class=”clear”></div></div>
    <?php endif; ?>
    <?php else : ?>
    <div class=”boxheading”><span>Error : Not Found</span><div class=”clear”></div><div class=”left”></div></div>
    <div class=”posts”>
    <p>Sorry, but you are looking for something that isn’t here.</p>
    <?php get_search_form(); ?>
    </div>
    <?php endif; ?>
    </div>
    </div>
    <?php get_sidebar(‘block’); ?>
    <?php get_sidebar(‘right’); ?>
    <?php get_sidebar(‘left’); ?>
    <?php get_footer(); ?>

    Thread Starter substitute

    (@substitute)

    Hi

    I still have this issue with “COMMENTS OFF” that I need to take OFF posts.

    I’ve removed anything realted to comments in Single.php and I am a bit lost now…

    Thread Starter substitute

    (@substitute)

    Update
    The problem occurs when I syndicate Google Blog search.
    It automatically dates all posts 1969…
    Any work around?
    Using pipes would not be of any help since blog searches generate an error in Pipes…

    Thread Starter substitute

    (@substitute)

    It is NOW it was NOT when I asked the question since that’s an update from the latest version!

    Thread Starter substitute

    (@substitute)

    Hi Thanks
    I didn’t have time for that since the site is live and didn’t want to interupt anything so I removed the aggregated feeds and it worked…
    I guess they had an ill-formatted date…

    Thread Starter substitute

    (@substitute)

    Mac too here…Well maybe I need to clear the cache of my Firefox.
    The same happened to me with the Favicon that I was the only one on earth not to see on Firefox…
    🙂
    Now that’s a relief, champagne!

    Thread Starter substitute

    (@substitute)

    It seems to work on Safari not on Firefox.
    Could anyone try on Chrome and IE?

    Forum: Plugins
    In reply to: Agenda events
    Thread Starter substitute

    (@substitute)

    Thread Starter substitute

    (@substitute)

    not sure either because I’ve removed some, always a problem though they validated.
    No differene if it’s a direct RSS, a Yahoo Pipe, or a Google feed…
    Maybe something wrong with the rss script on my side but that’s a widget problem then…
    Will try
    Thanks

    Thread Starter substitute

    (@substitute)

    🙂 Hey you…yep who else would be asking such a question…

    I tried to remove the Sun subscription, then the feed did not validate because of a google aggregated post…
    I guess it’s never ending.

    Customizing feedWP is way beyong my poor knowledge.

    But what I don’t get is that I was able to aggregate those feeds and they validated, so the least the could do would be to validate also when I need an RSS feed, don’t you think?

    Plus I spend my time sending emails alerting people that their RSS feed doesn’t exist/doesn’t work/doesn’t validate/is nowhere to be found. They are able to fix it, but I doubt that Sun would do anything for me nor Google…

    🙂

    Thread Starter substitute

    (@substitute)

    🙂 Hey you…yep who else would be asking such a question…

    I tried to remove the Sun subscription, then the feed did not validate because of a google aggregated post…
    I guess it’s never ending.

    Customizing feedWP is way beyong my poor knowledge.

    But what I don’t get is that I was able to aggregate those feeds and they validated, so the least the could do would be to validate also when I need an RSS feed, don’t you think?

    🙂

    Thread Starter substitute

    (@substitute)

    Thanks Michael. I had just done it since I have Page Link to on my major blog.
    Now I need to fix some issues with my theme or build another one….
    🙁

    Thread Starter substitute

    (@substitute)

    I don’t want ANY comment it’s a feeds aggregator you read and you leave 🙂
    Don’t you linger on, reader…

    Theme looks great, will try to improve it with input or switch or make a similar in Artisteer.
    But the guy put a lot of work and efforts in it, it deserves some exposure. The more input, the better it gets.

Viewing 15 replies - 46 through 60 (of 86 total)