Wordpress widget to display tip of the day

3 replies
  • WEB DESIGN
  • |
I'm looking for a wordpress widget that will display a tip of the day from a text file. Any suggestions?

It needs to update daily, not on refresh.

TIA!
#day #display #tip #widget #wordpress
  • Profile picture of the author xtrapunch
    You can get a script that will pick one tip from any file. You will have to get one tip for each day.
    Signature
    >> Web Design, Wordpress & SEO - XtraPunch.com <<
    Web Design & SEO Agency | Serving World Wide from New Delhi, India

    {{ DiscussionBoard.errors[4049592].message }}
    • Profile picture of the author AmyBrown
      Originally Posted by xtrapunch View Post

      You can get a script that will pick one tip from any file. You will have to get one tip for each day.
      Do you have a suggestion for a script?
      Thanks!
      Signature
      "Test fast, fail fast, adjust fast."
      Tom Peters

      {{ DiscussionBoard.errors[4051902].message }}
  • Profile picture of the author BaMoon
    you can create a table in your database (ex tbl_Tips), and code a small function. It just select a tip from the tbl_tips each day, (you can order by random)

    Ex: select tip,... from tbl_Tips order by RAND()

    I think the function is not difficult and you can code by yourself
    {{ DiscussionBoard.errors[4052674].message }}

Trending Topics