Questions tagged as 'wordpress'

1
answer

Creating archive.php in wordpress using custom field

I'm trying to create a calendar page in WordPress where the user selects the month by a select : <select> <option>Janeiro 2015</option> <option>Dezembro 2014</option> <option>Novembro 20...
asked by 14.02.2015 / 02:40
1
answer

How to avoid overlapping of select elements in a form on the same page?

I use wordpress as a CMS and created a form with the WPCF7 (Contact Form 7) plugin. It turns out that some form elements such as select, checkbox and radio button overlap each other in a way that I can not adjust them. View Image With the h...
asked by 03.03.2014 / 00:11
4
answers

How to pass parameters by URL in WordPress?

I have an event page in WordPress with the following URL structure http://exemplo.com.br/eventos . I would like to pass the following parameters, exemplo.com.br/eventos/ano/mês , to list the events of the month and year. How can I...
asked by 18.02.2014 / 19:11
1
answer

I changed the http page address to https and now it is giving error [duplicate]

I changed from http to https the address of this site here http: link , I did this in the area of wordpress settings .. And now the site is routed to hostagor's error page. What do I do? I do not understand anything about http and https.    ...
asked by 15.12.2017 / 05:55
0
answers

Call another page with the action of a form

I have this code to open multiple forms on the same page: <select id="mudar_produto"> <option value="#produto_1">Novo Produto Higiene</option> <option value="#produto_2">Entrada de Produtos Higiene</option&...
asked by 21.05.2018 / 11:31
1
answer

WP_query, How to sort meta_query in the order of an array?

I'm developing a system where I have a Deck presentation. I have a field that takes the post by the type copas suit being within the meta_value array specification, and I would like it to be sorted exactly as it is in the array:...
asked by 31.08.2018 / 16:49
1
answer

Wordpress redirecting home to localhost

I installed wordpress on my localhost for testing, then I tried to migrate to a domain, I made the changes in siteurl and home and I also updated the links of the posts it had, everything is working correctly except for the home page that should...
asked by 13.03.2017 / 19:07
0
answers

WP-CLI and Drush in Isolated Docker Containers

I'm starting to use Docker containers to instantiate local development environments, especially for WordPress and Drupal. Two tools that I use a lot in my workflow are wp-cli and drush. Following the Docker philosophy, I leave the database in...
asked by 26.08.2016 / 17:37
4
answers

How to install WordPress Multisite?

I'm using the WordPress multi-site option, but it's not working as expected. I have already enabled and created the subdomains, but it returns:    Not Found       The requested URL /index.php was not found on this server.       Additiona...
asked by 19.02.2015 / 14:42
1
answer

Change the operation of the myCRED Gravity Forms hook

I have a site with a scoring system using the WordPress plugin for myCRED and Gravity Forms. MyCRED provides a hook to give pre-defined points automatically to users each time they send messages via Gravity Forms, and as an additional option,...
asked by 02.02.2015 / 04:05