• Hi,

    How to put wordpress link?

    EX:

    if ($handle =opendir(knowledge_uploads”))
    {
    while (false !== ($file = readdir($handle)))
    {
    if ($file != “.” && $file != “..”)
    {
    }
    }

    }

    Thks.

  • The topic ‘How to put wordpress bloginfo link’ is closed to new replies.