Support » Fixing WordPress » how can do it: showing some text when the author read the post .. etc

  • hi all ,

    how r u ?

    I want to edit the single page to showing this text “You are the author of this post”.

    I want when the author reading his post showing customize text or special text ..

    I know how can do it in php , but there are simple diffrent ..

    the first I want to know id of user login ..

    then , I want to know id of the author ..

    after that ..

    If ($id_login == $id_author){
    echo 'You are the author of this post , thanks ^_^';
    }

    but I don’t know how can do it in wordpress ..

    I need help me …

    sorry , for my weak english *_*

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘how can do it: showing some text when the author read the post .. etc’ is closed to new replies.