srf0611
Member
Posted 8 months ago #
Hi everyone,
I'm trying to edit this page in the following way:
Only the current item should be shown, without the navigation (to the next and previous article) and without any other article.
I already tried to edit the number of posts per page in the settings-screen.
Can someone help me out?
Thanks,
Stefan
To remove the navigation on this page without affecting other pages, you will probably need to create a special template used only on this page.
Make a new template from the one currently used for the page and remove the navigation div.
If you are not familiar with templates, start here:
http://codex.wordpress.org/Templates
srf0611
Member
Posted 8 months ago #
Dear vtxyzzy,
Thanks for your reply.
I've been trying a lot the last days, but I found out the following;
There is some kind of error in the code, which displays 3 blocks instead of one block.
I actually don't want to remove the navigation (that's not necessary), but all the text has to be displayed in one block.
Can someone help me with this?
Thanks,
Stefan
Please explain more. What are the 3 blocks? I only see one post in the center content area.
If you can post an annotated screen shot on one of the free image hosting services, it will help.
srf0611
Member
Posted 8 months ago #
Dear vtxyzzy,
Thanks.
I solved the problem; I removed the navigation by removing the two 'navigation' lines from the single.php-file.
This removed the blocks with the navigation.
Thank you!