• Home
  • Gallery
    • Portrait
    • Newborn
    • Kiddos
    • Family
    • Maternity
    • Corporate
  • Blog
  • Client Proofing
  • Contact

Tweet

NewSplash

/*
Plugin Name: Front Slider
Plugin URI: http://www.iwebix.de/front-slider-wordpress-plugin/
Description: Front Slider adds a fancy Javascript Slideshow to your Blog/Homepage.
Version: 1.0
Author: Dennis Nissle, IWEBIX
Author URI: http://www.iwebix.de/
*/
/* options page */
$admin_page = get_option(‘siteurl’) . ‘/wp-admin/admin.php?page=front-slider/options.php’;
function slider_options_page() {
add_options_page(‘Front Slider Options’, ‘Front Slider’, 10, ‘front-slider/options.php’);
}
function slideshow_js() {
$slideshow_path = get_bloginfo(‘wpurl’).”/wp-content/plugins/front-slider/”;
$script_path = get_bloginfo(‘wpurl’).”/wp-content/plugins/front-slider/scripts”;
$slideshowscript = “

\n”;
echo $slideshowscript;
}
add_action(‘wp_head’, ‘slideshow_js’);
add_action(‘admin_menu’, ‘slider_options_page’);
function the_slider_limit($max_char, $more_link_text = ‘(more…)’, $stripteaser = 0, $more_file = ”) {
$slide = get_the_content($more_link_text, $stripteaser, $more_file);
$slide = apply_filters(‘the_content’, $slide);
$slide = str_replace(‘]]>’, ‘]]>’, $slide);
$slide = strip_tags($slide);

if (strlen($_GET['p']) > 0) {
echo $slide;
}
else if ((strlen($slide)>$max_char) && ($espacio = strpos($slide, ” “, $max_char ))) {
$slide = substr($slide, 0, $espacio);
$slide = $slide;
echo $slide;
echo “…”;
}
else {
echo $slide;
}
}
?>


All Images and website content © Copyright 2013 Buona Sarah Photography LLC. All Rights Reserved.