klifix
Forum Replies Created
-
Forum: Your WordPress
In reply to: New website lay-out, newspaper Klifixsorry, https://www.klifix.nl
Forum: Plugins
In reply to: email a post to a friendYes, indeed! ?? It is fully adjustable in the Dutch Language. Just go into the files and replace the english into dutch. Also in the adminpanel there is a option for most things to change in Dutch. I’ve done it to, because I run a Dutch website as well and it works fine!
Forum: Plugins
In reply to: email a post to a friendHey! Take a look at https://www.lesterchan.net/
I hope that’s what you were searching for!Forum: Plugins
In reply to: Show only the last post from a certain categoryWith help from Aleister:
This is the code to use:
<?phpquery_posts('showposts=1&cat=20');
while (have_posts()) : the_post();
?>
<small>" rel="nofollow"><?php the_title(); ?>
<?php the_excerpt(); ?></small><?php
endwhile;
?>Thanx Aleister!
Forum: Plugins
In reply to: Show only the last post from a certain categoryI’m sorry for keep asking this question, but it’s something I really need on my site. So if anyone can please do!
And if you can’t then don’t botter this thread, although I’ll keep bumping untill I get tired ??
Forum: Fixing WordPress
In reply to: Deleting ‘Uncategorized’I didn’t read the whole of this thread. What I did was creating a new category, named something like ‘news’. In the options menu I set this new category as my default.
In WP 1.5 I had the options to delete the uncategorised category, but in wp 2.0.2 I can’t, it doesn’t matter anyhow, I never use it, ’cause the basic cat is news now. So please don’t botter.Forum: Installing WordPress
In reply to: my home blog pagePerfect! Good luck with creating your website! Leave a link somewhere! ??
Forum: Themes and Templates
In reply to: New Theme – SubtleNice layout! Left a comment to your marriage post! Good luck!
Forum: Installing WordPress
In reply to: my home blog pagethat’s not the problem. If other threads are resolved, then please note them as resolved!
Forum: Plugins
In reply to: Show only the last post from a certain categoryUnfortunately all the plugins I tried didn’t & couldn’t do what I want it to do…
So I re-open this thread again in the hope someone can help me out with making the php code for extracting the last post, with the excerpt, from the category ‘Review’ (catID=20)…
Please help me….
Forum: Fixing WordPress
In reply to: Exceedingly annoying problem….please help!I would check your pc if I was you, you’ve posted this thread 3 times already!
Forum: Plugins
In reply to: Show only the last post from a certain categoryThanx Mushu!
Forum: Your WordPress
In reply to: New Site Design and Theme – Need ReviewI don’t really like the google ads, their disturbing the most websites. But you’ve done well! So my compliments!
Forum: Your WordPress
In reply to: MindFeck comicsMindfeck, you’re not very kind. People doing their outmost best to this supportforum. As moshu said: be patient!
Forum: Plugins
In reply to: Show only the last post from a certain categoryWell, I tried the plugin and it’s a neat plugin, but it doesn’t exactly what I want it to do…
What I want is dat only the last post from the category ‘reviews’ to appear in the sidebar. That’s the only thing. It must be done with some simple php code, but since i’m not an expert in php I can’t seem to find how to do this… Anyone a clue?