Tagged Questions
0
votes
1answer
40 views
finding out the top 5 source ( source is a custom taxonomy ), in a given category
The client I'm working with have thousands of articles and media ( audio/video ) files.
To WordPress, all are posted by Author ID 1, which we named as STAFF.
All the content though in reality has ...
0
votes
1answer
78 views
Drop posts from categories in MySql
Is there a way to remove all posts from all categories?
I found plugin for this, but it's very slow. What I need is MySql query that will help me remove all posts from all categories.
If you know how ...
0
votes
1answer
125 views
Wordpress: Using the category slug get the category ID using mysql query
basically, I have a cookie with the category slug stored, using this data I want to query the database and return the ID of the category.
I am new to mysql and this seems like an advanced query that ...
1
vote
1answer
563 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
32 views
How to make that all posts with a category belong also to another
I'd like to make that all my posts in the category A belong also to category B (so after that they would belong both to A and B), is there any plugin or MySQL query that could allow me to do that ...
0
votes
1answer
337 views
How to add categories using mysql
I have an excel sheet with 423 categories consisting of US States > Military Bases. Is there a way I can reformat the excel sheet and import the categories into the wordpress database?
I know how to ...
1
vote
1answer
246 views
Wordpress Post # of # filtered by category slug
I want to show post #4/100 at the top for each post
for which I'm using following code
function updateNumbers() {
/* numbering the published posts: preparation: create an array with the ID in ...
1
vote
1answer
363 views
Disallow categories from this MySQL query
I'm trying to modify a plugin that generates an archive listing so it shows only one category, making it a single category archive.
The old version of the plugin used a get_posts query, and so it was ...
0
votes
2answers
129 views
Can Categories be used to hack a Multisite-like setup w/ a single MySql db?
I have a project which will effectively create multiple blogs that will be fed existing content (don't worry, this isn't copyrighted content from other blogs or anything like that). From a DB ...