The single tag has no wiki summary.
1
vote
1answer
427 views
posts_nav_link on single.php
The situation...I use 3 categories. One of them is called 'News'. This page shows on the left the latest post in the category 'News' and on the left it shows the 10 most recent posts from this same ...
0
votes
1answer
531 views
Help with a custom rewrite
The following is a snippet from single.php
</div>
<?php endif; ?>
<?php
...
1
vote
2answers
1k views
How to show link to next posts in single.php
I can't get get_next_posts_link to work. shouldn't his code work?
<?php echo get_next_posts_link(); ?>
Well, I am trying to get next 5 posts, any idea how?
EDIT:
Accroding to:
<?php ...
1
vote
1answer
489 views
in_category() works in single.php but not in page.php?
I'm using in_category(array) inside The Loop to detect whether a post is categorised into the Discussion category (or has one of a couple of slugs). This works beautifully on single.php but doesn't ...
0
votes
2answers
142 views
Can I style single post that are in multiple catergories?
I have a regular wordpress site and I am trying to make a mobile version of the same site. For the blog section, I have put all of the posts in two categories: blog and mobile.
The posts in "blog" ...
0
votes
1answer
31 views
Thumbnail Image to go in the post aswell
I have looked everywhere but I cant see any clear answers, a lot about getting a thumbnail image. But I am after having the thumbnail which was uploaded to the post to also be in the post just made.
...
2
votes
3answers
2k views
get taxonomy name of current post
Hierarchical taxonomy of custom post type 'projects' > 'projects_category'.
Two example 'projects_category' hierarchies would be:
Big Corporates > 1st Company Name > A Post Title
Small ...
0
votes
1answer
288 views
twenty eleven single.php
I am using twenty-eleven theme for my site, I just saw that in single posts page, .i.e single.php, the sidebar is absent,
which means no widgets in single.php page
How do I bring it back
1
vote
1answer
315 views
how to know if the post has pagination (<!--nextpage-->) or not
i need a solid solution for checking if a post has pagination or not, regardless of the number of current page in the pagination, and even if the post is in the first page of the pagination.
the check ...
1
vote
3answers
1k views
How to convert multi-site to single site
I need to take a site that is installed as a subdomain blog on a multi site install and move it to it's own domain on a standalone wordpress installation.
How can this be done?
I am running into ...
0
votes
1answer
99 views
“Home” Page now only displaying the single latest post
We did have a normal dynamic post home page.( Arjuna X 1.6.11 by SRS Solutions) After selecting for a static, we returned the settings to our original settings. However, now we only have the single ...
2
votes
2answers
427 views
Best way to programatically add “rel” attributes to page and post images
For single posts and pages, I would like to add certain rel attributes to all the images on the contained therein added with the "Add Image" functionality on the edit screen.
The attribute would be ...
1
vote
2answers
544 views
In need of array of post tags
On the single-post page within the loop I need an array of the_tags() which is a string. and get_tags() gives me all of the tags not only this posts. Is there an easy way to get this?
1
vote
1answer
793 views
Can't get the_content of the parent page from its single post?
This is a page that list posts witht he category Content (CDs):
<div id="tagline">
<div class="container">
<?php // Run main loop (The Loop). ?>
<?php if ( ...
0
votes
1answer
599 views
Conflict in function to allow single post template based on category
I've used Justin Tadlock's great function for category specific custom post templates many times, where you can use single-cat-id.php for single posts belonging to a specific category. I just ran into ...