-
Posted a reply to Paginationr does not reload query, on the site WordPress.org Forums:
When I turn to page 2, 3, etc. The table data, the query, is not… -
Posted a reply to Paginationr does not reload query, on the site WordPress.org Forums:
My code works if I reload the page a second time -
Created a topic, Paginationr does not reload query, on the site WordPress.org Forums:
I am trying to create a pagination by taking data from… -
Posted a reply to show personal table data, on the site WordPress.org Forums:
I also used this example https://wordpress.org/plugins/custom-list-table-example/ to create a front-end page.It is missing the CSS… -
Posted a reply to show personal table data, on the site WordPress.org Forums:
I was finally able to run the tutorial https://www.diversifyindia.in/how-to-use-wp-list-table-class/Is it possible to run the same… -
Posted a reply to show personal table data, on the site WordPress.org Forums:
I fixed the Fatal error: Uncaught Error: Call to undefined function convert_to_screen() by including all… -
Posted a reply to show personal table data, on the site WordPress.org Forums:
I am more or less following this plugin https://wordpress.org/plugins/custom-list-table-example/The suggested tutorial doesn't have some function… -
Posted a reply to show personal table data, on the site WordPress.org Forums:
More complete code The class that calls List_Table_Extend that extentde WP_List_Table <?phpnamespace my_wp_list_table;require_once MY_WP_LIST_TABLE_PLUGIN_PATH. '/includes/class-info.php';require_once… -
Posted a reply to show personal table data, on the site WordPress.org Forums:
Sto provando ad estendere la classe wp_list_table però ricevo tale errore Fatal error: Uncaught Error:… -
Created a topic, show personal table data, on the site WordPress.org Forums:
I am using wp with a personal table that lists data of… -
Posted a reply to load css re js not working, on the site WordPress.org Forums:
Thanks I solved it.I was not loading the class in the main file of the… -
Posted a reply to load css re js not working, on the site WordPress.org Forums:
I tried with the code below, but without success.The index function has not changed function… -
Created a topic, load css re js not working, on the site WordPress.org Forums:
In a personal class I'm trying to load css and js, but… -
Posted a reply to verify post page exists, on the site WordPress.org Forums:
thank you -
Posted a reply to verify post page exists, on the site WordPress.org Forums:
The record with post name title does not exist.Here are the codes used to retrieve… -
Posted a reply to verify post page exists, on the site WordPress.org Forums:
wp_query and $wpdb give me different results.wp_query 1 record wrong$wpd counts 0 record okWhy? -
Posted a reply to verify post page exists, on the site WordPress.org Forums:
I wanted to find a post with a specific post_nameFor now I solved with sql… -
Posted a reply to verify post page exists, on the site WordPress.org Forums:
I tried this way but it never creates the page function create_post(){$post = array('post_title' =>… -
Created a topic, verify post page exists, on the site WordPress.org Forums:
I am building a plugin where I create a page with wp_i… -
Posted a reply to Menu e pagina Uncaught TypeError: call_user_func_array(), on the site Forum Italiano:
Ho cambiato il callback 'callback'=>$this->all_ex, Ora ricevo page not found -
Created a topic, Menu e pagina, on the site Forum Italiano:
Sto iniziando ha creare un plugin iniziando con il men… -
Created a topic, Rimuovere query string page, on the site Forum Italiano:
Sto creando un plugin in cui inserisce un menu nella d… -
Posted a reply to cURL error 7, on the site WordPress.org Forums:
I solved partially solved in the config file define('FS_METHOD','direct'); define('FS_CHMOD_DIR', 07555); define('FS_CHMOD_FILE', 06444); then the… -
Created a topic, cURL error 7, on the site WordPress.org Forums:
I have installed apache, php, mysql and wordpress on F… -
Posted a reply to cURL error 7, on the site Forum Italiano:
Anche questo erroe simile: La comunicazione con i server WordPress è utilizzata per controllare se… -
Created a topic, cURL error 7, on the site Forum Italiano:
Ho installato su un altro computer Fedora Linux Deskto… -
Created a topic, wp_mail non funziona, on the site Forum Italiano:
Sto imparando ha creare plugin e ora vorrei usare la f… -
Created a topic, get_users() resitituisce slo un utente, on the site Forum Italiano:
Tramite get_users() sto cercando di recuperare tutti g… -
Posted a reply to WP_User not found, on the site WordPress.org Forums:
Thank youthis solved the problem $user= new \WP_User($user_id); -
Posted a reply to WP_User not found, on the site WordPress.org Forums:
My debug Fatal error: Uncaught Error: Class "alpine_integration_plugin\WP_User" not found in /var/www/html/wp_perstudio/wp-content/plugins/alpine_integration/public/class/class-roles-capability.php:36 Stack trace: #0… -
Posted a reply to WP_User not found, on the site WordPress.org Forums:
I'm creating a pluginI want to add a capabilities to the user with id 1$user_id=1;$user=… -
Created a topic, WP_User not found, on the site WordPress.org Forums:
I would like to use the WP_User function, but I get th… -
Posted a reply to Non riesco ad entrare in admin, on the site Forum Italiano:
siccome lavoro in locale ho risolto eliminando il certificato ssl. -
Posted a reply to Non riesco ad entrare in admin, on the site Forum Italiano:
Sto installando su Linux Apache, Mysql e Php separatamente. -
Created a topic, Non riesco ad entrare in admin, on the site Forum Italiano:
Tramite Fedora linux sul desktop in locale mi sono ins… -
Created a topic, verify_nonce error json, on the site Forum Italiano:
Sto studiando come creare un plugin personalizzato.Seg… -
Created a topic, WordPress e sql server, on the site Forum Italiano:
Sarà mai pssibile usare Wordpress con il database Micr… -
Created a topic, Pagina da tabella personle, on the site Forum Italiano:
Ho creato un plugin che genera inserisce il contenuto … -
Posted a reply to Fatal error: Uncaught Error: Call to undefined method Loader, on the site WordPress.org Forums:
I solved it by extending a class where I load the various classes. I call… -
Created a topic, Fatal error: Uncaught Error: Call to undefined method Loader, on the site WordPress.org Forums:
I'm creating a plugin through classes I'm getting this… -
Posted a reply to Double menu, on the site WordPress.org Forums:
thank you -
Created a topic, Run plugins if the post does not exist, on the site WordPress.org Forums:
I am creating a personal plugin I want it to run only … -
Created a topic, Double menu, on the site WordPress.org Forums:
I want on the home page I want to show two menus. Prec… -
Created a topic, Custom plugiin wp_ function, on the site WordPress.org Forums:
I am creating a custom plugin. I don't know how to inc… -
Created a topic, WP-MVC 404, on the site WordPress.org Forums:
I'm trying to use the WP-MVC plugin but I get the 404 … -
Created a topic, Plugin o pagine functions, on the site Forum Italiano:
Per creare delle pagine con contenuto prese da tabelle… -
Posted a reply to Query su tabella personale, on the site Forum Italiano:
Ho capito chce bisogna usare la funzione get_results(). Ho risolto in tale modo: get_results("SELECT *… -
Posted a reply to Query su tabella personale, on the site Forum Italiano:
Ho provato senza successo "SELECT * FROM {$table_name}" Andando per tetativi ho provato anche con… -
Created a topic, Query su tabella personale, on the site Forum Italiano:
Ho importato una mia tabella personale nel db di wordp… -
Created a topic, breadcrumb Plug in si o no, on the site Forum Italiano:
Sto imparando Wordpress costruendomi il più possibile …