Questions tagged as 'wordpress'

1
answer

Problems with permissions, in files

I am developing a page using worpress, the problem is that I can not allow other users to access the /wp-content/uploads/ folder, but if I modify the permissions from the hosting file manager, I remove 'others' permission and I do not giv...
asked by 03.12.2017 / 17:57
1
answer

Because these files are not integrated to the wordpress theme

Good day, I ask this question since I am trying to integrate a file with css properties to WORDPRESS where I have everything related to the responsive and the topic is not applying the changes the same thing happens with the .js file that I want...
asked by 02.12.2017 / 18:44
1
answer

Send variables by $ _POST in wordpress

I am doing a module for a site in wordpress and I need to send data from one form to another PHP file, but if I try to do it in the traditional way I do not receive the variables for $ POST (this is my form) <form id="formRespuesta" me...
asked by 27.10.2017 / 16:36
1
answer

Translate the Woocommerce plugin in its entirety [closed]

Good guys, I have tried everything possible to translate these parts of Woocommerce but I have not found anything yet, these are the parts I want to translate into Spanish. And this is the other part:     
asked by 13.07.2017 / 22:21
2
answers

Run WordPress Hook from Javascript

Greetings Friends, I have the following WP Hook: add_action('template_redirect','random_template'); function random_template() { $posts = get_posts('post_type=post&orderby=rand&numberposts=1'); foreach($posts as...
asked by 03.06.2017 / 20:01
1
answer

Disable WordPress and Plugins updates

I would like to be able to disable the WordPress and Plugins updates through code so that even the wordprees admin can not do it. Only when the web developer allows it. Do these lines serve me? define( 'AUTOMATIC_UPDATER_DISABLED', true...
asked by 24.05.2017 / 14:34
2
answers

Visit counter

I need your help for a visit counter, it's for wordpress or php, [ link UPDATE function under_bh_fun() { // fichero donde se guardaran las visitas $fichero = "visitas.txt"; $fptr = fopen($fichero,"r"); // sumamos una visita $num = f...
asked by 15.02.2017 / 18:05
2
answers

Center PHP Divi Wordpress footer code

Hi, I have the following code, I'm working with Wordpress and the constructor called DIVI Builder in addition to the theme or template called DIVI, I have not managed to center the icons even with a DIV. <div align="center"> <img s...
asked by 21.01.2017 / 15:37
2
answers

How do I apply a function to this array

I have this array that returns the id of the images but with a wordpress function I need to apply them to each of the id that returns the array and this function will be responsible for converting them into url, each one ....
asked by 24.11.2016 / 16:49
3
answers

Where to make a home page in Wordpress? [closed]

What do you recommend for a homepage in Wordpress:  - Make a page and use it as a cover?  - Use the home.php or front-page.php?  - Do it directly in index.php? What would be the most convenient option ??? thanks !!     
asked by 18.03.2017 / 02:01