MossRcIntosh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Variable from Page to Template or somethingHmm, still not having a lot of luck with this…
Forum: Fixing WordPress
In reply to: Variable from Page to Template or somethingI’m reading up on that just now.
Forum: Fixing WordPress
In reply to: Variable from Page to Template or somethingI appreciate that.
I suppose this issue is part plugin. Though more a question about passing variables from pages back to a theme template.
The plugin works fine. I’m just trying to make something else happen around it.Forum: Fixing WordPress
In reply to: Variable from Page to Template or somethingSo I have this in the Theme template where I expect it to appear.
<center><?php if ( function_exists('easingsliderpro') ) { easingsliderpro( $slider_id_var ); } ?></center>I put this in theme functions and when I change the ID number “variable” it works and changes the slider. Effectively I want to be able to do this form each page.
$slider_id_var = '1';Forum: Fixing WordPress
In reply to: Variable from Page to Template or somethingJust the ‘Lite’ version on the plugins section. Download of Pro only available via developers site. http://wordpress.org/plugins/easing-slider/
Forum: Fixing WordPress
In reply to: Variable from Page to Template or somethingAhh sorry, EasingSliderPro is a plugin listed on WordPress.
The theme is Lysa.
The site I’m working on is http://Ross.McIntosh.DJ
Forum: Fixing WordPress
In reply to: Variable from Page to Template or somethingWell I’m not using a plugin. Though I have tried using a PHP plugin.
I’m no web designer, I’m dabbling a bit and getting to grips with it.
Andrew, how would you suggest implementing a function in this manner?
Thanks