The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
116 views

Get all posts by post_author

I am creating a back-end dashboard where I need to show all the post assigned to current user by the wp admin. I assign user role to Author and while creating post (as a wp admin) just assign ...
1
vote
1answer
76 views

How to create a dashboard widget for one user

I will start by warning you that my programming skill is limited. I need to create a dashboard widget that will display in the WP dashboard for the users with the user_id=21. So far I have tried the ...
1
vote
1answer
61 views

Modifying the built-in behavior of ajax tag type-ahead functionality of WordPress

Currently, it takes 3 characters to be entered into the tags, before WordPress can start suggesting matching tags. Where do I make it so it instantly starts those suggestions? I've got a 100's of ...
0
votes
1answer
29 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
81 views

Execute PHP function inside the admin area

I want to ask if there is a hook for executing php inside the admin area, my problem is I'm trying to do the get_posts wordpress function inside a popup frame using the thickbox jQuery plugin, using ...
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 ...
2
votes
0answers
85 views

theme editor not showing correct index.php

I've run into a weird issue. Not a big deal, but i'm curious about the cause. I was making a small edit to a site built by someone else; it was also temporary, so I was just using the built-in theme ...
2
votes
0answers
68 views

add widgets to dashboard for easy access for clients?

I have a widget created: if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Featured Video', 'before_widget' => '', 'after_widget' => '', ...
1
vote
0answers
31 views

Continuous Login Sessions For Super Admins Across Multi-Site Network of Sites

I've looked around on WPSE, and WordPress.org and Google. Can't seem to find much information on this topic. Is it possible to enable continuous login sessions across all WordPress Multi-Site linked ...
0
votes
0answers
84 views

Moving WP E-commerce “Add Product” to Front End

I'm moving my wp e-commerce dashboard to frontend. Currently I'm on stage where everything works perfect and I have last part to implement, but the last is the hardest as it's too specific for WP ...
0
votes
0answers
43 views

I need to create a dashboard widget with input field and will display the text as shortcodes in posts

Hi I need to make automated price updater of my learning materials (e-books, videos, posters etc.) and it's such a drag every time I need to change prices on them to open every single posts because ...
0
votes
0answers
46 views

Admin editor word count doesn't work

At the bottom of the dashboard's page main editor I have : Word count: 0 Then : Notice: Trying to get property of non-object in /home4/my_site/public_html/wp-admin/edit-form-advanced.php ...
0
votes
0answers
12 views

Dashboard pages not the pages dispayed on the actual site

I recently took on a new position editing an existing website using wordpress but the issue is that I have been unable to access the actual pages through the dashboard. It appears that the pages in ...