I have a file that’s growing about 200,000 lines a day, and it is all formed with blocks of three lines as such:
I have a custom product catalog database, and I want to migrate it to WordPress.
are there any tools for that? or I have to do it manually.
I have a question about add_post_meta and update_post_meta.
I’m trying to select rows that fall into a certain date range from my database table. The range is determined dynamically by the user. In…
I need a solution to do this with WP. In admin: I need to input data into database (name, surname, certification, level, date of issue).…
I’m starting a (totally open-source) little project to create a WordPress plugin that will add appropriate indexes to WP’s MySQL tables to improve performance. (Some wp tables, notably wp_postmeta and wp_usermeta, can use better indexing.)
I am developing a website that should switch between two looks (depending on the season) using different customizations of one WordPress theme. I mean all the changes are done on the wp-admin/customize.php
page, without touching files, switching plugins, etc.
I’m getting a WordPress “table doesn’t exist” error in my debug.log, but unlike most errors it doesn’t give a full stack trace to help me isolate the code. Anyone know how to tell WordPress to dump a full stack trace for this error? Thanks!
I have this code which works great.
I add custom row at my wp_users
table but the data in the row such as phone_no
and ic_no
. But when i try to add data, the data not pass in my table