Questions tagged as 'wordpress'

1
answer

Error 404 wordpress paging

Developed a child theme based on the Spacious , the problem is that doing a search is returned that exists for example 20 results, on the first page I see the first 10 results, however when I go to page 2, I get a 404 error, and there are still...
asked by 12.09.2018 / 19:19
1
answer

Wordpress index.php giving error with sidebar

I'm doing a template from scratch with the basic knowledge I have in html and css, however I'm having some against times like this: https: // overlove.000webhostapp. com / blog I've reviewed everything and all forms and can not find the error...
asked by 10.09.2018 / 18:49
0
answers

Child theme is not overlapping parent theme in Wordpress

I'm putting the code in the child theme but it's not overlapping the Parent theme. Function.php: add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' ); function enqueue_parent_styles() { wp_enqueue_style( 'parent-style', get_temp...
asked by 10.09.2018 / 18:53
0
answers

Pagination on the homepage Wordpress with differentiated structure

Good morning guys, I need some help on something. I'm setting up a blog where the homepage of the site contains 4 posts and 2 banner ads. On this same homepage there will be pagination, where at the click to go to next page every structure wi...
asked by 10.09.2018 / 16:54
1
answer

How to insert WP previous_post_link (); anchored in a div

Good night, I'm trying to create a personalized navigation between single-posts in Wordpress, but I do not know how to do it, and I do not want to use a plugin for this, see what I'm trying to do (No No Success!): * .php <a href="<?...
asked by 15.09.2018 / 02:45
0
answers

How to convert an Angular application 2 to a WordPress plugin

Hello, I have a SPA application created using Angular 2 and it does a specific integration with WordPress. When doing the build for production I have the files used to access my application. I need to be directed to that application when the...
asked by 12.09.2018 / 23:09
1
answer

How to run the same SQL Script (MySQL) on all the banks of my Server?

I have several Wordpress sites hosted inside the same server (I am an Agency) and I created a Script that creates users in the Bank of Wordpress so that each employee of the company can access each site with its individual login, since we curren...
asked by 13.09.2018 / 13:42
0
answers

Register of new users in Woocommerce in Wordpress site

I need help, I have a Wordpress website with Woocommerce installed. I wanted to change the user registration fields of the site. By default, Woocommerce prompts you for a password of at least 12 characters, including uppercase, lowercase letters...
asked by 13.09.2018 / 17:36
1
answer

Wordpress: after the redirect the cookies disappear

I made a simple redirect with wp_redirect(home_url()); exit(); And after that the cookies are clean (the session too), what could not happen, how to persist cookies after the redirect? From what I've seen seems to be the exit () problem, bu...
asked by 05.09.2018 / 15:14
1
answer

WordPress - How to insert custom_fields when inserting the publication via API v2?

I'm adding posts to my WordPress site through the v2 API. The post is being inserted, but the custom_fields are not. Here is my payload below: $data = [ 'title' => 'Meu novo titulo 03', 'status' => 'publish', '...
asked by 06.09.2018 / 14:54