Tagged Questions
0
votes
1answer
104 views
Using loop pagination on single.php
I want the main front-page loop to show in a section on both index.php AND single.php templates, with pagination.
Pagination works fine on the homepage, but not on single posts. This is the code ...
0
votes
1answer
80 views
Displaying links to all posts of the same category on the post page
I want to display the links to all posts of the same category of the current post on that page. I wrote the following code in the single.php file.
<?php $categories_of_this_post = ...
1
vote
1answer
178 views
Display all posts that were published before full post on single.php
The way I would like my blog to work is a user clicks on a post that was published on 12th March 2012 (for example) they get taken to single.php where the content of that post is displayed as normal.
...