Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how can i modify the ( comment form ) on wordpress ..? i need to change the text place

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #36287
    dagash
    Participant

    i want to change my comment form to something like this ( IMAGE ) , so i need to get the ( name, url and email ) to be front of each of box .

    i tried to modigy it using ( comment_form () ) but still errors , something like :


    Notice: Undefined variable: aria_req in C:xampphtdocswordwp-contentthemes3thoobcomments.php on line 57

    and this is my comment.php :


    /**
    * @package WordPress
    * @
    */
    ?>





    /* Stop the rest of comments.php from being processed,
    * but don't kill the script entirely -- we still have
    * to fully load the template.
    */
    return;
    endif;
    ?>

    // You can start editing here -- including this comment!
    ?>


    التعليقات على هذه التدوينة :





      'athoob_comment' ) ); ?>








    /* If there are no comments and comments are closed,
    * let's leave a little note, shall we?
    * But only on posts! We don't want the note on pages.
    */
    if ( ! comments_open() && ! is_page() ) :
    ?>







    array(
    array(
    'author' => '

    ' . ( $req ? '*' : '' ) .
    '

    ',
    'email' => '',
    'url' => '

    ' .
    '

    ',
    ),
    'comment_notes_after' => '',
    'comment_field' => '

    '

    ));

    ?>
Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.