The bulk tag has no wiki summary.
0
votes
1answer
28 views
Bulk Attach Or Insert Media To Post Without Opening Post Editor
How to create a custom panel inside wp admin dashboard where we can insert media to specified posts in bulk? Here is the illustration:
As shown on the image above, it list all available media on ...
0
votes
1answer
23 views
SQL Bulk Move old posts by one author to another category
I'm looking to move a number of old posts by one author from one category to another category and was hoping someone could help me do this?
I figure the easiest way would be through an SQL command?
...
0
votes
1answer
217 views
Custom bulk action for media gallery items
I'm trying to add custom "Bulk Actions" to WP 3.5 new media gallery items.
I started from this excellent tutorial which does exactly what I need, but with regular posts; so i tried to adapt it to work ...
0
votes
1answer
78 views
where does my function output from load-* go?
I've got a function hooked into load-edit.php that prints out print content:
add_action('load-edit.php', array($this, 'generate_bulk_print_content'));
public function generate_bulk_print_content() {
...
-2
votes
1answer
40 views
Is there a way to select posts and print to a template page dynamically?
I'm trying to print posts by selecting posts and doing a bulk action to dynamically add them to a template page I already have set up. Is this possible?
Update with more info:
I'm using this ...
0
votes
0answers
19 views
Bulk remove category from custom post type?
I know you can use bulk actions to add categories but how do you remove them in bulk? I have a custom post type that is using a category (as status) and it needs to basically be toggled in bulk and ...
0
votes
0answers
53 views
Bulk change image titles
I have site with more than 1000 posts and they all have one image on it.
All have the same title because they where imported via csv...
However, I have a custom field on each post that stores the ...
0
votes
0answers
67 views
Bulk resizing featured images to bigger proportions
Similar to this guy Resizing to bigger proportions as original not working, I need a way to resize my featured images to bigger proportions as most of the images are smaller than my pre defined ...
0
votes
0answers
82 views
Auto-posting images from library?
I'm in the process of setting up a photo-only WordPress blog and was wondering if someone could point me in the right direction for the solution I'm trying to seek.
Is it possible to bulk upload ...
-2
votes
0answers
16 views
How to import 10 xml files into wordpress at one time?
How can I bulk import 10 XML files into WordPress?