I cannot get the “Read More” button to work!

I’m not sure what you mean by “code view”, but the actual theme code is found under Settings > Theme Editor. I would not recommend using that if you are not an experienced coder. The single post should open in the single.php or singular.php file, where the content file corresponding to the post type is … Read more

Insert Modal on user first login

The problem is that wp_login comes at the end of the wp_signon() function. But that’s not the end of things for logging a user in. After that, they are redirected (so that the auth cookie that is set during logon can be read). As a result, the user is wisked away to a new page … Read more

Editing the term_order field

Did it yourself. If someone needs: // Adding a field to sort on the category edit page add_action( ‘product_cat_edit_form_fields’, ‘product_cat_edit_category’, 5 ); function product_cat_edit_category( $term ) { $term_order = get_term( $term->term_id, ‘product_cat’ ); ?> <tr> <th scope=”row”><label for=”description”>Сортировка</label></th> <td><input type=”text” name=”term_order” value=”<?php echo $term_order->term_order; ?>”></td> </tr> <?php } // Update term_order value when saving taxonomy … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)