Tagged Questions
-2
votes
1answer
18 views
Create a plugin to create a new page in wordpress for each time a record is added into the database
I am new to wordpress and would like to get a way forward for a particular problem.
I have a database table A with various columns.
For each record in table A a wordpress page needs to be created in ...
3
votes
1answer
260 views
Wordpress admin never finishes saving page on site with large page count
I have a Wordpress install with a very large amount of pages (a few hundred thousand), and over time it has gotten to the point where editing a page takes an extremely long amount of time. It would ...
0
votes
1answer
78 views
Making my plugin create a page?
I have created a plugin that creates a table in the database and allows users to add an Item to the table. I would like each item to also create a page for its self so that when the items are listed I ...
0
votes
1answer
66 views
Adding a filter to wp_edit_posts_query() to prevent hierarchical display of pages
So I have a Wordpress 3.3.2 installation with around 8k pages in it now. I seemed to have gotten past a threshold that causes edit.php and the page listing in the admin to take about 20 minutes to ...