Viewing 1 replies (of 1 total)
  • popper

    (@julialasarte)

    The error should give you a clue as to where to look:

    Call to undefined function mywebsite_posted_on()

    This means the function mywebsite_posted_on(), as far as php knows, it’s undefined. Check that it: actually exists in your functions.php, it’s spelled correctly, etc.

Viewing 1 replies (of 1 total)
  • The topic ‘Call to undefined function mywebsite_posted_on()’ is closed to new replies.