Questions tagged as 'wordpress-plugin'

2
answers

Problems not showing the first three notes highlighted with Query in wordpress

I'm doing this site web where I have three outstanding notes and below the rest of the notes uploaded, which I would like to do is that in those below I do not show the ones that are already up, that I do not repeat them. The problem is that I...
asked by 27.03.2018 / 16:24
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
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
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
1
answer

User requests permission from another [Wordpress]

I have a blog in Wordpress and I want that when a user makes a post, if he wants to modify it or eliminate it, he should ask permission from an administrator and he will grant it, or not. The thing is that I'm searching the internet an...
asked by 06.06.2017 / 11:52
0
answers

Sort WordPress events with "The Events Calendar"

I am using a plugin called "The Events Calendar" to organize events. By default, it orders them chronologically but I want to do it in reverse. I found the PHP code that should be placed in functions.php but when placing the page bursts, in a fe...
asked by 30.10.2018 / 16:54
0
answers

Generate manifest.json using plugin

I am trying to create a simple plugin that generates and loads the manifest.json dynamically with PHP. I have clear how to load the label in the header with add_action('wp_header', 'mifuncion') and the function only makes echo '<link r...
asked by 20.02.2018 / 10:45
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
2
answers

Collect url from the post in wordpress

When the user enters to edit / create a post using the Wordpress admin, the metabox labur_add_metabox is created, which contains a input de tipo text empty and a button. The action labur_init is also executed in which a j...
asked by 12.04.2017 / 09:55