Adding An Image To The Homepage Slider
The slider is controlled by a custom post type called “Featured Posts”, it’s directly below the “Posts” menu. To make a post show up in the slider simply visit the “Featured Posts > Add New” page. Once you’re on this page you’ll see a “Post Settings” meta box. Here you’ll have to upload an image using the media uploader, and paste the URL of the image into the input field named “Image”. The exact dimensions of the image in the slider are 624×350. Here’s a screenshot you can reference.
Have the slider image link to a singular post view.
First, you’ll need to open slider.php. It’s located in library/includes.
Then, you’ll have to remove the following line, it’s in the get_the_image function.
'link_to_post' => false

21 Purchases
13 Comments