Home » Web Tutorial » Blog Related » Moving Text Marquee at WordPress Tutorial

Moving Text Marquee at WordPress Tutorial

Tuesday, March 9th, 2010 | Blog Related, Web Tutorial, XHTML
8,173 views

Actually I wrote HTML marquee tutorial long time ago at Moving text marquee tutorial. But some reader confused if it apply in wordpress.

So here it is the way to make your sidebar text moving .

1. Find out what text that you want to move and grab the PHP code .

2. IF I want to change make my “latest post” move, that mean I must find the PHP code of “latest post”

<?php wp_get_archives(‘type=postbypost&limit=10′); ?>

3. Put the marquee code that U get from Moving text marquee tutorial. between them

example :

<marquee direction=”up” height=”200″ scrollamount=”2″ onmouseover=”this.stop()” onmouseout=”this.start()” width=”100%” align=”center”>
<?php wp_get_archives(‘type=postbypost&limit=10′); ?>
</marquee>

Explanation :

direction=”up” : from bottom to up movement
scrollamount=”2″ : Speed of the movement
onmouseover=”this.stop()” : When mouse over the text, the text will stop
onmouseout=”this.start()” : When mouse out from text area the marquee code will move again
width=”100%” : Width 100% from the table

Hope it clear enough.

Related Posts Plugin for WordPress, Blogger...

Incoming search terms:

  • wordpress marquee (37)
  • marquee wordpress (27)
  • marquee in wordpress (17)
  • wordpress marquee text (16)
  • how to add marquee in wordpress (14)
  • marquee for wordpress (13)
  • wordpress moving text (10)
  • moving text wordpress (7)
  • wordpress marquee post (5)
  • how to adda marguee to a wordpress com site (3)

Tags: , , , , , ,

Related Moving Text Marquee at WordPress Tutorial

RSS feed | Trackback URI

Comments »

No comments yet.

Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Make Shinning Cloud With

1. Open Our Photos with Adobe Photoshop. I use this image. We will

Free File Format Converti

At the first time, I always use FREE SUPER CONVERTER to converting file

How to use File Transfer

My student still confused how to upload file at server. I will make

How to Install and remove

I got request to post how to install wordpress in self domain. I