Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2016-11-02 09:50:04

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Blog, following previous article Articles Links

I would like to have the links following articles / previous article, only in the pages of the articles. And to remove them at the end of each extract on the blog home page.

http://test.vuedailleurs.com/blog

Does anyone has a solution?

Thank you in advance.

Philippe

Offline

#2 2016-11-02 10:15:37

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Blog, following previous article Articles Links

Yeah, it doesn't make sense to have it on your blog roll. Maybe a bit css magic?

.blog .adjacent-posts-links {
    display: none;
}

But I think that's something that will be fixed in a future update.


Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#3 2016-11-02 20:42:27

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Blog, following previous article Articles Links

Daniel thank you, it works fine!

Philippe

Offline

#4 2016-11-03 00:24:06

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Blog, following previous article Articles Links

PhilippeH wrote:

Daniel thank you, it works fine!

Philippe

:-)


Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#5 2016-11-04 17:42:14

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Blog, following previous article Articles Links

Hello,
I noticed that the links / previous add at the last update of Wordpress module also pass in the pages of the blog.
You can see them on my imprint pages, site map, etc.
And I'm not sure that it is relevant at this point.

Philippe

Offline

#6 2016-11-05 01:39:03

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Blog, following previous article Articles Links

Maybe something like this:

.blog .adjacent-posts-links,
.archive .adjacent-posts-links {
    display: none;
}

Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#7 2016-11-07 01:51:44

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Blog, following previous article Articles Links

Hello Daniel and thank you for the code.

Unfortunately it does not work. The links are always present on the pages.

Philippe

Offline

#8 2016-11-07 02:10:18

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Blog, following previous article Articles Links

PhilippeH wrote:

Hello Daniel and thank you for the code.

Unfortunately it does not work. The links are always present on the pages.

Philippe

Your phoneographie.css doesn't show the modifications. Where did you put them?


Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#9 2016-11-07 02:27:23

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Blog, following previous article Articles Links

Sorry, I did not put in test.vuedailleurs.com, but http://phoneographie.com

Philippe

Offline

#10 2016-11-07 02:33:15

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Blog, following previous article Articles Links

PhilippeH wrote:

Sorry, I did not put in test.vuedailleurs.com, but http://phoneographie.com

Philippe

hmm... it works for me. I don't see the prev/next links in http://phoneographie.com/blog/category/voyages/. Which pages were you looking at where it still shows up?


Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#11 2016-11-07 02:41:28

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Blog, following previous article Articles Links

Links are always present in these pages there for example:

http://phoneographie.com/blog/mentions-legales/

http://phoneographie.com/blog/plan-du-site/

Philippe

Offline

#12 2016-11-07 05:47:48

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Blog, following previous article Articles Links

looks like you need to make the css more specific for those types of pages:

dl.adjacent-post-links is the selector at that point


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#13 2016-11-07 05:58:19

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Blog, following previous article Articles Links

Hi Philippe, these are page posts and not blog posts! This means that the CSS needs to be further extended:

.page .adjacent-posts-links,
.blog .adjacent-posts-links,
.archive .adjacent-posts-links {
    display: none;
}

Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#14 2016-11-07 06:10:33

PhilippeH
Member
From: Paris, France
Registered: 2014-04-11
Posts: 167

Re: Blog, following previous article Articles Links

Rod

This works for pages, but the links disappear as for the articles!

Daniel

This impeccably works!

Thanks to you two.

Philippe

Offline

#15 2016-11-07 11:03:12

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Blog, following previous article Articles Links

PhilippeH wrote:

Rod

This works for pages, but the links disappear as for the articles!

Daniel

This impeccably works!

Thanks to you two.

Philippe

smile


Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

Board footer

Powered by FluxBB