Tagged Questions
0
votes
1answer
37 views
Plugin to create Posts and Forums then choose category and parent forum
I need to create a plugin for a customer that will help him create posts and forums and place them in a category and choose if it's a parent or a child forum.
Just created a GitHub Repo for my files ...
0
votes
0answers
48 views
Script timeout when importing/inserting > 45-50 posts from an external table
Wondering if anyone can spot the obvious mistake or give me some guidance on where I'm going wrong.
I should also state this is my first plugin with Wordpress, so I'm sure I have overlooked ...
1
vote
1answer
442 views
using $wpdb to insert a form into a post
I am wanting to take the following form, and use $wpdb to insert it into a post. I have tried reading the class reference page INSERT rows, but I don't really know what should be referenced. I am not ...
1
vote
1answer
426 views
Programmatically Creating Page using $wpdb and getting 404 error
EDIT: Turns out I had a permalink issue that was causing the 404 error.
Original Posting below:
I am creating a page programmatically using $wpdb->insert() and the resulting page returns a 404 ...