|
#1
Apr 1, 2010, 08:08 AM
|
|
Hi,
This seems like it should be an easy fix, but I haven't found the solution yet!
On single post pages, instead of the next/previous post navigation to say the title of the next/previous post, I'd like it to just say "Next Post" and "Previous Post". I tried putting "« Next Post" into the correct box on the Next/Previous Navigation page in Atahualpa, which puts the correct text there, but it doesn't actually link to the next post.
Thoughts?
|
#2
Apr 1, 2010, 09:46 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Remember "Next Post" in WordPress means an older post so you would probably want to put "« Next Post" in to the "Older Post" link box and maybe switch it to "Next Post «"
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#3
Apr 2, 2010, 06:44 AM
|
|
Thanks, Larry. That makes sense. However, it still doesn't create links to the older/newer posts, just the text.
|
#4
Apr 2, 2010, 07:34 AM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
I misunderstood what the problem was. Can you send a link to the site?
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#5
Apr 2, 2010, 07:55 AM
|
|
I can't because it's a website I'm developing for a client and it's in maintenance mode, but let me try to clarify. When you're looking at a single post, the default previous/next post navigation will show one post name before and one post name after the current post. I'd like it to just say "previous" and "next" or "older" and "newer." Is there a way to do this?
|
#6
Apr 2, 2010, 09:16 AM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
It should be just as you did. Here is a screen shot to confirm.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#7
Oct 30, 2012, 10:02 PM
|
|
I am having this same problem. On single posts I can only get the text newer and older. There are no links. I have a screen shot but I don't even know how to post it here. My site is darlenemichaud.com but I'm playing with it so you probably won't see what I mean. How to I put a screen shot here? When I try to attach all I get is this
|
#8
Oct 30, 2012, 10:04 PM
|
|
Oh! I see the screen shot! Here is the code I'm using...
|
#9
Oct 31, 2012, 03:47 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
currently on a 'single post' page, the links in the navigation area are the titles of the next and previous posts. If you want to change this, you will have to edit the theme code and keep notes so you can redo it everytime the theme is upgraded.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Oct 31, 2012, 05:16 AM
|
|
Okay, that's fine. I would not mind the entire titles but is there a way to make the text small?
|
#11
Oct 31, 2012, 05:55 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
you can style it with CSS
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Oct 31, 2012 at 05:59 AM.
|
#12
Oct 31, 2012, 06:07 AM
|
|
I'm clueless, but that's okay. I try to learn one new thing per day and css is not on the list yet. LOL
|
#13
Jul 25, 2013, 04:05 PM
|
|
|
|
63 posts · Feb 2011
Boulder, CO
|
|
Hey Juggledad.. I see that this is a VERY old post, but I'm having the same issue. Is it still necessary to edit the theme code to get "next" and "previous" to be the LINKS at the top of the single-post pages?? I made the adjustments in the ATA next/previous section, but it does not seem to work. %link still works, but not just the text "next", etc...
thanks!
jr
|
#14
Aug 1, 2013, 10:10 AM
|
|
|
|
63 posts · Feb 2011
Boulder, CO
|
|
I don't suppose you'd want to shed some light on what parts of the bfa_next_previous_links.php file one should/could manipulate to get those post title/links to be different??
|
#15
Aug 1, 2013, 10:57 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
so do you want the words 'next' and 'previous' and have those words be the links to th posts?
|
#16
Aug 1, 2013, 11:01 AM
|
|
|
|
63 posts · Feb 2011
Boulder, CO
|
|
absotively. posilutely. (yes.)
and if the client wants them changed, I'm guessing I'll be able to decipher what you've done to make adjustments.
|
#17
Aug 1, 2013, 01:23 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
You will want to look at the code in bfa_next_previous_links.php to make the change you want. I toook a few minutes to see if I could give you an exact solution, but it is going to take some time to study the code and play and test it.
Let us know how you get it to work.
|
#18
Aug 1, 2013, 02:31 PM
|
|
|
|
63 posts · Feb 2011
Boulder, CO
|
|
I certainly will!
|
#19
Sep 15, 2013, 01:05 PM
|
|
I am trying to do the same thing and so was able to style the links via css.
I'm using the '« %link' for "newer posts" and the '%link »' for "older posts" in ATO>Next/Previous Navigation (for single post pages) and these are the css selectors i used to target the links and the carrats or the << and >>
I make no claims it's proper css or anything but it's working for me.....
div.older, div.older a:link, div.newer, div.newer a:link {
font-size: 95%;
font-weight: normal;
text-transform: uppercase;
}
I really would prefer to simply have the text "newer posts" and "older posts" and have them link to the next and previous posts respectively but after looking at the php file JD mentioned, i recognize that's out of my league.
If any one does find out how to sub the actual text of the post to whatever the desired text is, I'd love to know.
thanks, david
|
#20
Jul 30, 2015, 10:54 AM
|
|
Hi,
Wondering if this issue every got cleared up. I have a new site here http://www.haikuniverse.com/ which displays a single post on the home page - when you click Previous at the bottom (Technically this is a multi-post page even though I have it set to only display one post) it's a live link which takes you to the previous post, also technically a multi-post page, and the "Next" link works fine there.
HOWEVER, when I view the actual posts (click on post title) as single post pages, the "Next" and "Previous" words are there, but they are not linked. I don't want to use the post title, (though when I do use that the links work on single post pages.) Is there a way to get the words "previous" and "next" on single post pages to actually be links?
Thanks!
Rick
|
#21
Jul 31, 2015, 10:03 AM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Do you have all %link in the appropriate fields. For single post pages Next or Previous is not an option.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#22
Aug 1, 2015, 12:21 PM
|
|
Thanks...is there a workaround...I don't have %link in those fields but I don't want to use the post title...more of a styling issue as we're using a large font for everything and the titles are too long to make that work. Is it possible to have just "Next" and "Previous" linked on single post pages through any code or css tweak?
Thanks,
Rick
p.s. I guess it wasn't clear in the ATA options that you couldn't use Next or Previous in single post pages (or perhaps I'm just not a very good reader.) Intuitively I think if you can use text such as "next" and "previous" in the navigation fields in other items in that area of ATA options it would make sense that you could use them on single post pages too? (I live in a fantasy world where everything is ideal.)
|
#23
Aug 1, 2015, 12:25 PM
|
|
Ooh for that matter, for this particular website instead of trying to make that work, is it possible to still use the %link item for single post navigation, BUT tell it somewhere in the code to alter the behavior of that command...ie instead of having %link put in the post title automatically, have it use words we choose?
|
#24
Aug 1, 2015, 05:11 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
You can edit the code to do this. Edit bfa_next_previous_links.php and change line 96 from
HTML Code:
next_post_link($bfa_ata['single_next_prev_newer'], '%title', TRUE);
to
HTML Code:
next_post_link($bfa_ata['single_next_prev_newer'], 'next', TRUE);
and change line 121 from
HTML Code:
previous_post_link($bfa_ata['single_next_prev_older'], '%title', TRUE);
to
HTML Code:
previous_post_link($bfa_ata['single_next_prev_older'], 'previous', TRUE);
This will change teh %link to next/previous.
remember to keep notes for you will have to do this again if you update the theme in the future.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#25
Aug 1, 2015, 06:05 PM
|
|
OK, that really feels like it should work...but for some reason it's not. I've got the 2 lines in bfa_next_previous_links.php edited. I put %link in place for the Newer / Older post on SINGLE Post pages in ATA options. And just to be sure I deleted all caches. but it's still showing the actual titles of the next and previous posts.
Is there another place that defines what %link is that might need to be adjusted too?
Thanks!
|
|