Questions tagged as 'wordpress'

1
answer

Wordpress custom Password recovery using ajax

I used the following code to create a custom form to retrieve the wordpress password via e-mail without having to go through the wordpress own form, here is the code -PHp - <?php global $wpdb; $error = ''; $success = '';...
asked by 10.07.2018 / 11:47
1
answer

Search element in the wordpress menu template dpr bruno

Hi, I am trying to implement the search engine with the visual composer template dpr bruno, the case is that in the predefined wordpress templates it is easy to place the search button, but in dpr it does not use a nav element, it uses divs, and...
asked by 10.07.2018 / 08:06
1
answer

Url Friendly Wordpress

I would like to define a custom url in .htaccess , in wordpress it comes by default like this: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On<br> RewriteBase /sistema/<br> RewriteRule ^index\.php$ - [L]&l...
asked by 10.07.2018 / 19:27
1
answer

How to migrate a site5 hosting to godaddy?

Good morning, I have a problem because I have never done this before, the problem arises that the website is developed in wordpress with a hosting on sites 5, now I bought a new one in godaddy but the problem is, How do I change everything I hav...
asked by 16.07.2018 / 09:01
0
answers

create an error message with wp_login_form ()

I contact you because I am quite blocked with this problem: <?php if (!is_user_logged_in()) { // Display WordPress login form: $args = array( 'echo' => true, 'form_i...
asked by 11.07.2018 / 13:46
2
answers

Problems when passing Wordpress from local to server

I recently finished an online WordPress and Woocommerce course that I did locally on my pc. Now I want to upload to the internet the files that I have locally to a site that I have on a server to see if everything goes well online as well. I sum...
asked by 12.07.2018 / 19:18
0
answers

Migrate multisite or multisite from wordpress to local under wampserver

I have nowhere else to look and it has been 2 days and I have done everything possible but nothing works as I want. I was assigned a project where I must migrate a page made in wordpress multisite to local to work it. The following happens, m...
asked by 06.07.2018 / 03:08
0
answers

Error jwt_auth_no_auth_header when validating the JWT token of the WordPress REST API

I'm having trouble validating the "JWT Authentication WP-API" token. I get the token well using "wp-json / jwt-auth / v1 / token" but to validate the token to get the user's information by "wp-json / jwt-auth / v1 / token / validate" gives me...
asked by 04.07.2018 / 13:52
0
answers

Advanced Custom Field does not save the data in post type

I have a custom field created with ACF which I use in a Post Type but I have the inconvenience that it does not save the value when creating the post, I have increased the size of the field in the database and it does not work, I reduced the siz...
asked by 05.07.2018 / 04:00
1
answer

Theme my Login: error when entering admin

I'm starting with wordpress, I was able to do a couple of not very complex things. Now what I did was install Theme my login 7.0.7 in a worpress 4.9.6. First I realized that the admin did not show the options as they looked in the tutorial I was...
asked by 01.07.2018 / 03:05