dkirmis
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List posts for logged-in userJim, thanks so much for the follow-up. After I posted this, I went back to the Slack channel, and you answered my question there! So sorry I should have marked it as closed. My config was a little different because I had found a function to list the posts by the current user (kind of like a dashboard), and I wanted them to be able to click on one of them and edit it. So, I added an “Edit” link next to the title of the post and then you showed me how to use ?incident-id={@ID} in my template. It is working perfectly. Thanks for your awesome support!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List posts for logged-in userSorry, I didn’t see this response before posting on the slack channel. This would be used if the user knows the slug or ID, right? But is there a way to show a list of the user’s posts and allow him to pick the title of the one that he wants to edit, and then bring up the form? I am close on this, I have the list created, just need to figure out how to click the title of the desired post and bring it up in a form.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Form not accepting fieldsGot help for this on the slack channel. Issue was related to CSS.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Form not accepting fieldsI figured out how to list the fields, but the WordPress fields post_title and post_content are still not editable. Do I list those separately? Or, do I have different custom fields instead of the general WP ones for those items?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Form not accepting fieldslink to example http://dev0.nightowlresources.com/wiki/
title and content fields cannot be edited, and I only want those 2 and my custom fields to show
Forum: Plugins
In reply to: [Custom Post Type UI] Display taxonomy valuesWould you place this code into archive.php?
Yes! It worked! That is fabulous…this is a great plugin!
I have the plugin “Custom Post Type Widgets” installed, and it’s “Recent Posts (custom post type) widget must be named the same because your code changed it’s results, too! So, that must be where the conflict was.
Thanks again!
I changed the name and it works! I don’t see that name anywhere else, though…I must be missing is somewhere. I tried about a million category plugins…maybe one of those still has traces out there somewhere?
I can’t thank you enough! This is awesome!! You have been incredibly helpful!
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Custom fieldsI was able to get them to show by choosing “Content Algorithm” in the last option instead of WP Template.
Yes, I removed the previous code and added the above. If I paste it as is, it turns the site white. If I remove the first “array(” it doesn’t crash the site, but it doesn’t work! 🙂 (the widget still pulls all of the categories and not taxonomies).
Just to understand what the code is doing…it checks to see if there is a single taxonomy selected, and if so, pulls out the taxonomies into an array and then pulls that number of posts related to that taxonomy? And, if not, it just pulls all of the categories?
Okay, thanks, I have been wanting to create a widget…I will read through this.
The code above just gave me a white screen on my site after copying it into the functions.php file. Do you need both “array(” labels after ‘tax-query’? Thanks again for your help.Thank you! Do I just replace the code that I added into my functions.php to modify the Recent Posts widget? Is there a way to use this code as it’s own sidebar widget? Thanks for your help.
Oops, I think I asked that wrong…I actually have custom post type “Animals”, then a custom taxonomy under that of “Dogs”, then categories under dogs of “Retriever”, “Spaniel”, and “Poodle” (or whatever). Can I set a custom sidebar for the custom categories/taxonomies under the main categories under the custom post type? Does that make sense? I don’t see those additional taxonomies on the location menu for archive types.
Forum: Plugins
In reply to: [Caldera Custom Fields] Custom post type categoriesI actually played with different combinations of options and figured this out. Can’t seem to get it to create any status except for “draft”, though.