• Hi,
    I was editing a theme and came across this:

    <div id=”small”><smallbg><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></smallbg></div>

    Could someone please explain what is the meaning of the <smallbg> tag? I tried searching a bit but I have found nothing.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Never seen that tag. Where did you download the theme or was your theme auto-generated by some online service?

    It’s probably CSS and not malicious. Look in your style.css file for the style that it calls in order to style the time and author’s name.

    Thread Starter heltskay

    (@heltskay)

    Yes it’s in the css but nevertheless you can style it using better techniques.
    The theme is aav1.

    Thread Starter heltskay

    (@heltskay)

    I never seen that ‘tag’ that’s why I asked. Anyways I wonder why someone would even consider styling like that when he could of easily used span or <p> with a class “smallbg”. Meh cya

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘what is <smallbg> ?’ is closed to new replies.