• Chris Yandall

    (@chris-yandall)


    I have a widget that lists out days of the week that I have special occasions. e.g. see below. what i want is when my text title monday or tues e.g. is the current day, I want the text to highlight<b></b> bold for that day. I simply want the day of the week in my widget to HIGHLIGHT when that day of the week occurs.

    Monday
    blahh

    Tuesday
    blah blh

    Wednesday
    blaha l;bha lkhash

    etc thru sunday

Viewing 1 replies (of 1 total)
  • wpfan1000

    (@wpfan1000)

    If you would like to program this (I am not sure when you say you have a widget whether you mean you programmed it, just filled it with text, or got it from another developer) then you can use the day of the week functionality of the php date function – https://php.net/manual/en/function.date.php

Viewing 1 replies (of 1 total)
  • The topic ‘I have a list of days of the week – days highlight depending on weekday’ is closed to new replies.