dagash
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: pagination for arabic user ….anyone can help me ….
Forum: Fixing WordPress
In reply to: Undefined variable: post_id … i hate … 3 days with this problemyes, i modified the comment form on comments.php ..
Forum: Fixing WordPress
In reply to: error on shortcode.phpok i will try then back ,..
thanks BRAD .. ^_^
Forum: Fixing WordPress
In reply to: error on shortcode.phphttp://pastebin.com/eVPngR22
ok , check this …Forum: Fixing WordPress
In reply to: i need to get the ( name, url and email ) to be front of each of boxParse error: syntax error, unexpected '/' in C:\xampp\htdocs\word\wp-content\themes\3thoob\comments.php on line 55Forum: Fixing WordPress
In reply to: i need to get the ( name, url and email ) to be front of each of box'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<p class="comment-form-author">' . ( $req ? '<span class="required">*</span>' '' ) . '<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30"' . $aria_req . ' /> <label for="author">' . __( 'Name' ) . '</label> '</p>', 'email' => '<p class="comment-form-email"> . ( $req ? '<span class="required">*</span>' '' ) .that is on it …
Forum: Fixing WordPress
In reply to: i need to get the ( name, url and email ) to be front of each of boxarse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\xampp\htdocs\word\wp-content\themes\3thoob\comments.php on line 56also , this is my comments.php file , can u look it then tell me the wrong …?
http://pastebin.com/CDY26RzwForum: Fixing WordPress
In reply to: i need to get the ( name, url and email ) to be front of each of box<?php $comment_args = array( 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<p class="comment-form-author">' . ( $req ? '<span class="required">*</span>' '' ) . '<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30"' . $aria_req . ' /> <label for="author">' . __( 'Name' ) . '</label> '</p>', 'email' => '<p class="comment-form-email"> . ( $req ? '<span class="required">*</span>' '' ) . '<input id="email" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30"' . $aria_req . ' /><label for="email">' . __( 'Email' ) . '</label> '</p>', 'url' => '<p class="comment-form-url"><input id="url" name="url" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" /><label for="url">' . __( 'Website' ) . '</label></p>' ) ), 'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'أنت مسجل باسم <a href="%1$s">%2$s</a>. <a href="%3$s" title="">خروج</a>' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>', 'comment_notes_after' => '', 'comment_field' => '<p class="comment-form-comment"><label for="comment">'. '</label><textarea id="comment" name="comment" aria-required="true"></textarea></p>' ); ?> <?php comment_form($comment_args);?> ?>i try to using this in comments.php , but still somthing wrong..
Forum: Fixing WordPress
In reply to: i need to get the ( name, url and email ) to be front of each of boxis it need any filters …??
and , where i should add this …?? comments.php or functions.phpForum: Fixing WordPress
In reply to: i need to get the ( name, url and email ) to be front of each of boxill try then ill be back ..
thanks a lotForum: Fixing WordPress
In reply to: i need to get the ( name, url and email ) to be front of each of boxi want to remove the texts ( name , url and email ) … how can i pass it with by using this function ….?
i use it like this :
<?php comment_form( array( array( 'author' => ' ...', ?>but still somthing error with : $req …???
Forum: Fixing WordPress
In reply to: i need to get the ( name, url and email ) to be front of each of boxsorry here is the code of comment.php
http://pastebin.com/kGyi6C6bForum: Localhost Installs
In reply to: my widgets cant moving to the sidebar ….look at this picture …
the image
i cant grab from the available widgets –> to sidebar , and vice versa ..
also arrow cant open or sliding to down ..also , when register sidebar(s), is it necessary to hooked it with
add_action( 'widgets_init', '....' );Forum: Localhost Installs
In reply to: the search is not workingalso how can protect my input search ..?