create new file:

/wp-content/themes/yourtheme-child/master-slider.read.php

[cc lang=”php” escaped=”true” width=”600″]

get_results($sql) or die(mysql_error());

echo $decoded_params = base64_decode ( $results[0]->params );
}

if(isset($_REQUEST[“slider_id”]))
{
master_slider_getSliders($_REQUEST[“slider_id”]);
}
?>

[/cc]

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin