0
votes
1answer
32 views

How to create a custom template to admin dashboard

I was trying to create a template to customize my WP admin dashboard, not only a css mod but a entirely renew to my customers. I've successfully created a page template for a custom login page, and ...
0
votes
1answer
44 views

Create dashboard setting which lets me set ID of category which is inserted into template

Part of a function i'm using in my single.php page is $myposts = get_posts(array('numberposts' => 10, 'offset' => 0,'post_status'=>'publish','category' => 32)); I need to make the number ...
0
votes
1answer
570 views

User Custom Dashboard

I wondering is there any way/plugin to configure the User Dashboard or Panel. I know there already has a plugin called WP User Frontend able to do this, but the plugin so far is not support for custom ...
-1
votes
1answer
164 views

Remove the 'Press This' Tool

Is there anyway to remove the 'Press This' tool from WordPress for all users? Thanks!
1
vote
2answers
39 views

Can I add/replace the Wordpress image in the Dashboard

Is it possible to change the Wordpress logo and header in the Dashboard so I can customise it a little more to my business? Ideally it could be done in a way so that it wouldn't break every time I ...
11
votes
1answer
4k views

how to filter post listing (in WP dashboard posts listing) using a custom field (search functionnality)?

despite the fact I googled a lot, I've not found the answer to a very simple question : I have some posts with a custom field (ie supplier_name). I would like to be able to search and filter my posts ...