Hi,
Unfortunately WordPress free themes doesn’t support custom post types and I had to remove the slider. If you want you can download some slider plugin or I can send you an instructions how to add this one with minimum programing skills.
Best regards,
Veselka Dobreva
If there is some PHP to put in, that would be fine. The instructions on how to use the one from the screenshot would be great. Love the theme so far in my testing, it’s very well thoughtout. Thank you.
1. Download and extract the archive. Upload the 4 folders to wp-content/themes/monaco (it will not overwrite any file)
http://andreasviklund.com/files/slider.zip
2. Open monaco/functions.php
Find
require get_template_directory() . '/inc/jetpack.php';
Add AFTER it
require( get_template_directory() . '/inc/slider_post_type.php' );
require( get_template_directory() . '/inc/slider.php' );
3. Add this in index.php on line 15
<?php echo monaco_slider_template(); ?>
If everything is ok you’ll see button Slides in your administration.
Also check theme homepage to read more about the shortcodes 😉
Hi aaviya,
I followed the directions above and now my site is giving me the white screen of death.
I’m trying to revert back to a different template, but thought you might want to know this happened.
Hi aaviya,
As following your instructions I am able to locate the Sliders in administration, yet how to add them to a static page or into posts?
Hi siravecavec,
<?php echo monaco_slider_template(); ?> will add the slider to your template.
3. Add this in index.php on line 15
<?php echo monaco_slider_template(); ?>
I did it so and it did not helped. Is this required in any other files?
index.php looks like this:
<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package Monaco
*/
get_header(); ?>
<?php echo monaco_slider_template(); ?>
<div id="primary" class="content-area">
Hello! Great job for this theme!
I try to installed the slider but I can’t accede to your link :
http://andreasviklund.com/files/slider.zip
Can you see why?
Thanks (and sorry for my bad english)!