Questions tagged as 'wordpress'

1
answer

Problems with anchors in browsers

It turns out that I'm creating a WordPress template and I'm having trouble redirecting to specific parts of the area, like the homepage. I want to go to this page , which obviously by the anchor I'm telling you to send me to that area of the...
asked by 23.03.2017 / 19:18
1
answer

Create Post in Wordpress with PHP code

Someone knows how to create a post in Wordpress by means of some PHP script, I need to create semi-automatic posts in a web periodically, my idea is to create a php code in the same web with which by means of a cron it is activated Every once in...
asked by 10.03.2017 / 04:36
2
answers

Wordpress asks me the ftp data to update the plugins

Since yesterday every time I want to update a plugin, Wordpress asks me for the FTP data, which I never had and never put because I use an instance ec2 and I connect to the FTP with the PEM file. Does anyone know why wordpress asks me for this i...
asked by 05.09.2018 / 18:47
4
answers

How to force all WordPress content to SSL

Recently I'm making a web page in WordPress and I need all the web content to be shown by SSL, but it only applies to the main page, indicating that the browser is browsing HTTP instead of HTTPS. I have the plugin SSL Insecure Content Fixe...
asked by 08.08.2018 / 21:31
2
answers

Error in wordpress site due to expired SSL

I have a site whose SSL expired and both the page and the admin do not let me see the content.    The connection is not private       It is possible that attackers are trying to steal your information from globalwmexico.com (for example, pass...
asked by 29.03.2018 / 04:54
1
answer

Error in the function Walker_Nav_Menu wordpress

I'm trying to put a custom menu with wordpress and I'm using the Walker_Nav_Menu but when I put the function I jump a poster of Warning: Declaration of BootstrapNavMenuWalker :: start_lvl (& $ output, $ depth) should be compatible with W...
asked by 28.03.2018 / 14:08
2
answers

Problems with a Query in wordpress

I'm doing a function to bring some courses for that I have a post type where I charge the courses and a taxonomy of marks that I assign to which course they belong to show this I have a section that is a filtering where I have to tell you which...
asked by 16.04.2018 / 20:06
1
answer

create plugin Zip | wordpress

Hello, I have already developed a plugin for wordpress, but I would like to know what procedure or documents the .zip should contain in order to install it. because when trying to upload it, this error marks me PCLZIP_ERR_BAD_FORMAT (-10) :...
asked by 13.07.2017 / 01:41
2
answers

GravityForm does not focus form when returning error

I am trying to get the form with the errors focused when sending the empty form in GravityForm. I can not get it or I'm not sure if I do not know how to do it with Jquery. Help, thank you very much in advance. Gravity Form returns a div.va...
asked by 07.06.2017 / 01:34
2
answers

Show entries with parameters by GET and custom fields

I'm doing a Wordpress loop to find those posts whose value of the custom field 'country' is equal to $ _GET ['s'] $args = array( 'post_type'=>'post', 'meta_query' => array( array( 'key'=> 's',...
asked by 04.07.2017 / 17:38