Black Post Slider Plugin WordPress, Download, Install

Black Post Slider Plugin WordPress

A featured post slider that shows post in a slider.

Black Post Slider Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/black-post-slider/

How to Install Black Post Slider Plugin, Manually

  1. Make sure the files are within a folder.
  2. Copy the whole folder inside the wp-content/plugins/ folder.
  3. In the backend, activate the plugin.
  4. You can now add featured posts.
  5. For each featured post, select a featured image.
  6. Optionally select a real post to link to.

How to display the slider on your website

You can place the following code in your template file, like header.php:

<?php     if ( function_exists( 'timelord_featured_post' ) ) {         timelord_featured_post();     } ?> 

If you want to have multiple sliders, you can make categories for the featured posts.
Then use the slug of the category as a parameter for the functioncall:

<?php     if ( function_exists( 'timelord_featured_post' ) ) {         timelord_featured_post('frontpage');     } ?> 

This will show all the featured posts from the frontpage category.

Video

Screenshots

Black Post Slider Plugin WordPress

Black Post Slider Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *