Questions tagged as 'wordpress'

0
answers

Wordpress plugin generates excel file

I am creating a plugin in wordpress that should download an excel with several data from the DB but instead of doing so, paste the table into the Wordpress dashboard. <?php /** * Plugin Name: Excel * Plugin URI: http:// * Description:...
asked by 24.01.2018 / 17:45
0
answers

Wordrpress, ssh, Google Cloud Developer server that sometimes works correctly

I am working through an SSH connection to a server that has Wordpress installed on Google Cloud developer. I did not configure anything from the server installation, I do not have access to make modifications from the Google Cloud developer acco...
asked by 25.02.2018 / 04:13
0
answers

Jump backwards in Wordpress menu

I have a website in wordpress that has a menu where, when you press, it makes autoscroll towards a specific id. I created a section called News and it shows the last post of a category with a link that, if you click, open a single.php with the b...
asked by 25.10.2017 / 15:24
0
answers

wpdb makes queries in incorrect order [closed]

I have a problem with processing a file. First I give you a summary of the situation. The idea is to receive in a csv the prices of 3 types of rooms for a specific date (one line for each day), and with that file I must insert them in the cor...
asked by 07.11.2017 / 09:05
1
answer

Get Name and other information of the current user of wordpres and Search your referrals

In my project in one of the pages of the backoffice that I created for the user is to see my referrals, I am using wordpress, and this referral page will be done by php since I have to make queries in the databases. / p> I know that with this...
asked by 03.10.2017 / 10:31
1
answer

How to make the scrolling of my website work in Google Chrome?

Greetings, my problem is the following I have a website hosted in Wordpress and has always worked without problems until today, for some reason in the browser Google Chrome scrolling does not work with the mouse wheel, but in other browsers if i...
asked by 05.10.2017 / 23:31
1
answer

Description of an image in Wordpress

Good morning, I am trying through a WP template tag to get the description of a specific image. I've tried the_title () and it just takes the title. How can I get the caption (description) of an image I have in the library? Thank you!...
asked by 11.09.2017 / 23:37
1
answer

Problem with root redirects

You see, I have a domain called www.cssblog.es , and a subdomain called comunidad.cssblog.es . The fact is that when you enter comunidad.cssblog.es , you redirect me to the main page. However, if I wrote cssblog.es/comuni...
asked by 17.09.2017 / 04:10
1
answer

Add php file as if it did require_once using enqueue_script or similar function in Wordpress?

I want to create my own Widget which I want to appear under the rest of the original widgets of the original theme in the admin menu. I want to do it in the cleanest and least sloppy way possible so my intention is not to touch the original...
asked by 15.09.2017 / 20:56
1
answer

Wordpress does not show Achive-custom-post.php

I have a custom post type called 'our-clients'. Create a document 'archive-our-clients.php' and when I place in the URL ' link ' it shows me the index. plugin function our_clients(){ $labels = array( 'name' => 'Our Clients', 's...
asked by 27.07.2017 / 20:19