Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript [Solved] AnythingSlider & WordPress – the_title(); -> Slidernames Re: [Solved] AnythingSlider & WordPress – the_title(); -> Slidernames

#78952
logan91k
Member

no sorry, aint got a link… (but still looks like this, https://css-tricks.com/examples/AnythingSlider/ just uses the wordpress posts as slides)

well, i mean the “slidenumbers” from the anythingslider (the things/links below the slides)… I need to get the “wordpress post titles” into the “formatText” function to replace the “Slidenumbers”…

        function formatText(index, panel) {
return index;
};

I’m not really good with jquery, I’m more the php guy… I just have no clue how i can bring something i get from wordpress into a jQuery function…