substitute
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Read More on a PageGreat 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…Forum: Themes and Templates
In reply to: Technical SpeechIT 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….Forum: Themes and Templates
In reply to: Technical SpeechHi 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(); ?>Forum: Themes and Templates
In reply to: Technical SpeechHi
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…
Forum: Themes and Templates
In reply to: Categories mysteryUpdate
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…Forum: Plugins
In reply to: How do I change the colors of dhtmlxschedulerIt is NOW it was NOT when I asked the question since that’s an update from the latest version!
Forum: Themes and Templates
In reply to: Categories mysteryHi 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…Forum: Themes and Templates
In reply to: RSS feed problem on my websiteMac 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!Forum: Themes and Templates
In reply to: RSS feed problem on my websiteIt seems to work on Safari not on Firefox.
Could anyone try on Chrome and IE?Forum: Plugins
In reply to: Agenda eventsOr this even better
http://www.archives.org.uk/events.asp?id=270Forum: Themes and Templates
In reply to: Rss feed problem on my feed aggregatornot 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
ThanksForum: Themes and Templates
In reply to: Rss feed problem on my feed aggregator🙂 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…
🙂
Forum: Themes and Templates
In reply to: Rss feed problem on my feed aggregator🙂 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?
🙂
Forum: Plugins
In reply to: Category Page and Technical SpeechThanks 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….
🙁Forum: Themes and Templates
In reply to: Technical SpeechI 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.