Before anything else, let's define the term itself ...

News tickers - also known as news slides - are (usually) located at the bottom of most television news networks and they are used to showcase upcoming highlights, breaking news, daily trends, etc.

Hence the idea ... Wouldn't be nice if you could create a cool news ticker on your Wordpress site in order to showcase popular posts, promotional materials, special deals, etc?

Well, it's easier than you think!

So I've decided to create this short tutorial where I will show you how to add rotating or scrolling news tickers to your Wordpress website.

Interested?

Let's do this!



Join the Discussion
Write something…
Recent messages
ShihTzuSteve Premium
That’s a cool plugin. Thanks for sharing, Zed.
Reply
smartketeer Premium
Once again, thanks for the time Steve!
Reply
FKelso Premium Plus
Wow! Now, that's a great attention-getter. Would it work well as a footer?
Reply
smartketeer Premium
It will work anywhere Fran. However the footer area will become visible only if the user scrolls down ... So the above the fold area is definitely a better option.
Reply
Funder Premium
Awesome, great news, I have a question, how many plugins you can have? And also can you recommend for me Fonts in the post I do not have those. I do have for customizing my website only. I never knew that you have to have, both Fonts. thank you for sharing,
Reply
smartketeer Premium
Thanks for the time!
Reply
smartketeer Premium
Yes, you can add fonts and many other tools to your Classic Editor toolbar installing the Tiny MCE Addvanced plugin.

Regarding the number of plugins see this
Reply
Funder Premium
Thank you again,have a nice beautiful and sunny day
Reply
smartketeer Premium
You're welcome!
Reply
Loes Premium
Looks great, am I correct, that I can place a link to every news item separately?
Reply
smartketeer Premium
Yes Loes, it's correct.

Every ticker can be a completely different HTML segment.
Reply
Loes Premium
Cool👍
Reply
Loes Premium
I just love this one! Thanks!
Reply
smartketeer Premium
Thank YOU!
Reply
YanFellow Premium
Hey Zed - this is an awesome plugin, I've been using it for a while.

'm, currently using it as a widet at the top of my sidebar but it's narrow and I'd like to have it running along the entire width of the page, ideally at the very bottom of the header.

I think the only way to do that is to insert the code directly into the header .php. Have you got any suggestions about how best to do that?

Ian
Reply
smartketeer Premium
No Ian, the header.php is the template file that manages the header for ALL your pages, posts, etc. For your entire site.

You need/want to use the plugin to display the ticker on given pages/posts and all you have to do is to insert the shortcode in that pages/posts. And there is an option that allows you to set the width.
Reply
YanFellow Premium
I DO want the ticker to run along the bottom of the header on ALL pages :-)

I've experimented a bit but it seems a chunky way of doing it.

I'll experiment some more :-)

Ian
Reply
smartketeer Premium
As I said, the ticker must be added as a shortcode. It means that you'll have to add it to every single page (each page has a separate source code).
Reply
YanFellow Premium
it also has what it calls a Direct Function which is php code you can add anywhere. I'm experimenting with it in various places in the header.php But I'm not overly familiar with php :-)

Ian
Reply
smartketeer Premium
Using the php function isn't recommended if you don't have strong PHP coding skills ... It could crash your entire site ... For good ... This is why I didn't mention it in my tutorial.

More than that, those changes added to the theme php template files will be overwritten every time when you update your theme.
Reply
YanFellow Premium
Yeah, but you're clever and I thought you might know where best to put it :-) Nevermind, I'll plough on.

Good training, good plugin.

Ian
Reply
smartketeer Premium
That's the thing Ian ...

In order to put it in a given specific place, you'll have to read and understand the whole PHP source code to find the right spot where you want/can insert the new PHP function without breaking the code. But each template file and each theme is different and this is why you need to understand every single line of that specific source code ...
Reply
YanFellow Premium
I'm using Thrive Themes and, ins pite of following two sets of instructions cannot get a child theme to work.

Necessity is the mother of invention :-)

Ian
Reply
Top