• Is there any way I can limit the number of characters that appear of the_Title on my index page. Running to two lines is messing my aesthetic ??

    Kinda like:
    if len(the_title) > x then
    write
    left(the_title, x) & “…”
    (I realise that’s not really any language, nevermind php.)

  • The topic ‘Limit Title length on Index etc’ is closed to new replies.