Learn how to customize the WordPress Next Post and Previous Post links. You’ll learn how Thesis uses the links, how to substitute images for the text in the links, how to use Thesis filters, and how to create and style custom post navigation.
This is the 2nd in an 8 part series that shows how to customize the Next Post/Previous Post links in Thesis. We start off by looking at the various places this shows up by default in the site and then look at the filters Thesis has for customizing them. Video Transcript And we’re just going [...]
This is the second in a short series on creating custom template styles for posts. We will be using Thesis hooks and filters to create these “post templates”. In this second part we write the function that removes the sidebars from the appropriate posts using the thesis_show_sidebars filter. Video Transcript Step 2 is now to [...]
This is the 3rd in an 8 part series that shows how to customize the Next Post/Previous Post links in Thesis. In order to replace the next post and previous posts links with images we first have to remove the Thesis Next Post/Previous Post filters. Video Transcript If instead of that, what we want to [...]
This is the third in a short series on creating custom template styles for posts. We will be using Thesis hooks and filters to create these “post templates”. In this part we write the function that adds a custom body class to each custom template using the thesis_body_classes filter. Video Transcript So that takes us [...]
This is the 4th in an 8 part series that shows how to customize the Next Post/Previous Post links in Thesis. Now that we have removed the Thesis filters we are going to create our own next post/previous post image links. Video Transcript So now we’re going to create our own previous next post but [...]
This is the fifth in a short series on creating custom template styles for posts. We will be using Thesis hooks and filters to create these “post templates”. In this part we write the function that removes the header, navigation menu and the footer from the template. We use the thesis_show_footer filter to remove the [...]
This is Part 7 of the series, How to Create Custom Templates for Posts. We show the codes we need to have in order to remove the sidebars, nav menu, comments and footer leaving nothing but the post content. Video Transcript Pardon me, custom templates for posts. So I think we did, yeah 6 pieces [...]
In this session we show a member how to create a clean landing page by adding some php functions using Thesis filters to disable the footer and header thus leaving us with a minimalist custom template. Video Transcript Rick: Okay so now Sean, I’m unmuting your microphone there. Sean: Hi. Rick: How are you doing? [...]