- This topic has 33 replies, 7 voices, and was last updated 3 years, 4 months ago by
Tom.
-
AuthorPosts
-
March 11, 2015 at 6:28 am #85265
ian
Is it possible to remove the next/previous post links at the bottom of a single post ?
March 11, 2015 at 8:14 am #85309ian
Note if css is the way to do it
I already have
.post-navigation {
display: none;
}in simple css
March 11, 2015 at 10:20 am #85365Tom
Lead DeveloperLead DeveloperHmm, that should do the trick. Can you link me to the page where it’s still showing up?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 11, 2015 at 10:37 am #85372ian
Sorry you misunderstood
That css does work
I was wondering if there was or should be an option for this within GPAs an aside where is the best place to put this sort of thing
currently it is in simple custom cssis better in a child theme or GP HOOKS OR SOMEWHERE ELSE in your opinion
Still a beginner but the light is slowly dawning
March 11, 2015 at 6:37 pm #85486Tom
Lead DeveloperLead DeveloperCan you link me to a page where it’s still showing up? That CSS should work.
You can find some CSS options in my signature below π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 12, 2015 at 4:37 am #85661ian
Thanks for that
I will create my own child themeMarch 12, 2015 at 9:23 am #85803Tom
Lead DeveloperLead DeveloperNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 8, 2015 at 9:21 am #135315Alexander
Hi,
is it possible to deactivate them completely in the Code, not only by CSS?
Alex
September 8, 2015 at 9:50 am #135325Tom
Lead DeveloperLead DeveloperSomething like this should work: https://gist.github.com/generatepress/81709146251f7a9b645a
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 8, 2015 at 10:20 am #135333Alexander
Great, it works!
Many Thanks.
September 8, 2015 at 10:21 am #135334Tom
Lead DeveloperLead DeveloperYou’re welcome π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 3, 2016 at 4:40 am #163055Daniel
I am trying to remove the next previous page numbers from the bottom of the page .. I have tried the options listed above but not luck.. can you help?
January 3, 2016 at 10:16 am #163095Tom
Lead DeveloperLead DeveloperWithout the numbers how will users navigate to the next page of posts?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 3, 2016 at 11:50 am #163106Daniel
I plan on the other post being view by a menu to that category.
January 3, 2016 at 10:50 pm #163190Tom
Lead DeveloperLead DeveloperTry this CSS:
.paging-navigation { display: none; }
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.