Tagged Questions
0
votes
1answer
29 views
Trying to add script to specific admin page is not working
What I am trying to achieve is to load a .js file on an edit.php page, however the code is not working specifically for this page. I've applied the same code type of code to other CPT pages, but for ...
0
votes
1answer
308 views
if custom posts type exists and there are posts load script
I have registered a custom post type 'featured_post'. I am looking for a way to test if the blog home page has any 'featured_post' posts on it and if it has load a javascript file.
The ...
4
votes
1answer
2k views
Load a script just to custom post type in admin
I have created a custom post type "portfolio" with something like this :
$args = array(
'labels' => $labels,
'public' => true,
'publicly_queryable' => true,
'show_ui' => ...
6
votes
3answers
2k views
How to enqueue scripts on custom post add/edit pages?
I'm trying to enqueue a JS script only when someone is adding or editing a custom post type I created called "recipes". Currently the script works ok when I do this:
if (is_admin()){
...
0
votes
1answer
104 views
custom fields cannt be seen with version 3.1
I had a Theme that worked OK with ver 2.7. Now that I upgraded to 3.1; I cannot see the "custom fields" in the posts(may be hidden??). Can someone help.Thanks