Tagged Questions
1
vote
1answer
18 views
Extracting post categories
I'm in the middle of assisting a colleague in reconfiguring a Wordpress database for use on another platform. The database is essentially details regarding all the posts and accompanying metadata, ...
0
votes
1answer
23 views
Problem with menu categories doubling up when updating database?
I imported a database from a website to my localhost and the menu categories started doubling up. The wordpress dashboard is also missing my custom post types. How can I solve this?
0
votes
0answers
63 views
Category template doesn't show posts for some categories [closed]
I have a site with main categories and subcategories. When you choose a main category, it opens a page with a list of subcategories. When you open a subcategory page it opens a page with a list of ...
0
votes
1answer
236 views
How To Find Out Wordpress Category Table in MYSQL?
I know WordPress stores all post data in 'wp_posts' table. But here WordPress not define any category id or reference related with it.
Please let me know, how 'wp_posts' table find out exact ...
3
votes
1answer
678 views
How to convert regular categories to custom taxonomy?
I have a big list of categories/subcategories (around 60 in all). It now makes sense that instead of these categories being available to any post type's category list, these categories should be moved ...
1
vote
1answer
564 views
Accessing WordPress MySQL Database via Data Connection in Visual Studio 2010 using C#
So I've Googled and followed countless tutorials, read documentation on MySQL, Visual Studio, WordPress, and Plesk. I try to leave posting on this site as the final option and it seems it has come to ...
0
votes
1answer
291 views
add an image field to wordpress category
i am trying to add an image field to the wp_term table in the database, I'll call it icon.
I want that filed to contain a URL to an image that will be the thumb for the category. I have already added ...
0
votes
1answer
103 views
Array: What is this value based on?
I need to do an import of an array of checkboxes, but there is a value that I don't how it is determined.
The array is based on a user meta option that I created that shows a list of category ...
0
votes
2answers
286 views
Best/Correct way to add an option to a category
I'm currently writing my first plugin, which will let the site admin/editor use a different image as a background/header for each post/page, and I would also like to have defaults for each category.
...