Topic: How can I remove these numbers?
Hello people,
I succesfully included cutenews on a page with:
<?PHP
include("path/to/show_news.php");
?>
It runs perfectly.
What I just need now is to show only 2 news posts per page. So I use the following code (with x=2):
$number="x";
That works too. I can normally go through the pages.
But there is just one Problem:
On the very top of my latest news the "x" (=2) is shown. And on the very bottom there is a "1".
It stays like that on every news-page. Is there a way to remove it?
You can see it here: http://mittelstand-blog.de/presse-pressetexte.php
Thank you for help.