I just installed the latest release and I created a custom post type. When I click on the Submit button, the result is a blank screen although the address bar has a success message in it. I hit Back and Edit Content Types and the new one is there.
I get identical behavior from adding a Taxonomy.
It looks like %identifier% thingy and the way CMS Press sanitizes URLs, conflicts with qTranslate filter ‘qtrans_convertURL’. In particular, after CMS Press installation for managing Custom Post types, all page navigation links displayed via wp_link_pages() behave like qTranslate was never installed.
I am really stuck now. CMS Press is kinda handy. But the site I make is multilingual.
Can someone look into the problem?
]]>Hey,
so bacically I have a script for most popular posts on my blog, but I want to create a mini loop on the sidebar of a custom post type index listing the most popular ‘photoshop tutorials’ for example.
https://droddle.com/photoshop-tutorials
I created a custom index and single page for each post type, but now I want to create my dynamic sidebar.
Here is my most popular script:
[Code moderated as per the Forum Rules. Please use the pastebin]
But how would I be able to filter it for a custom post type?
Please and thank you ??
]]>I created a custom taxonomy called “review” and have a term called “movie”
I can use the URL ?taxonomy=review&term=movie and see the right posts but I would like to just have ?taxonomy=review and it display all posts from all terms.
How do I do that?
Also is there a way to get the permalink so it would be /review/
Better yet can I rewrite it in htaccess so it’s /reviews/
]]>How can I change the input UI for a Custom Taxonomy (in a custom post type’s sidebar meta-box) to use a DropDown, instead of the standard textfield? I don’t want the admin user to accidently create new entries for the custom taxonomy.. i want to limit the choices by using a dropdown.
I have found some code (for functions.php) that says it would do this, but it also registers the Custom Taxonomy, so i don’t think it would work with CMS Press.
]]>Great plugin. One issue:
I’ve created a custom taxonomy for a custom post type. It shows up fine in the post editor, but doesn’t respond to input. Nothing happens when I attempt to assign a term to the post. Clicking ‘add’ does nothing.
Also, when I click on the taxonomy name in the main WP sidebar menu, I’m taken to a screen that says ‘Cheatin’ uh?’
What’s that all about?
This is on a fresh install of WP 3.1. Only other plugin installed is Verve Meta boxes.
Any help?
Thanks,
Owen
]]>3.1 breaks the admin panel.
Can no longer browse to custom post types on left hand side of admin section.
]]>When I activate the cms press the default search function on my site (under development) breaks.
If I deactivate the plugin then the search function works correctly.
If I do a simple register statement in the function.php file then I get the custom posting type and the search function works as expected.
Note that I’m new to WP and so perhaps I’m missing something but as far as my tests go it appears that cms press is the culprit in the problem.
Thanks
]]>I am getting the following error on the add content type page
Warning: strpos() [function.strpos]: needle is not a string or an integer in /Applications/MAMP/htdocs/test/wp-content/plugins/cms-press/child-plugins/dynamic/dynamic-content.php on line 637
]]>[Plugin: CMS Press]
Sorry! my earlier post wasn’t tagged.
CMS Press has been a wonderful find, I run a question answer website (tutorials) , and I used the unique plugin to create “questions” content type.
But any new questions that are posted under the content type “questions” don’t show up in the native search of the website, let alone google ??
In fact Google is more important.
Because they cannot be found, the post is almost meaningless.
Ive tried commenting on my questions, submitting every single question individually to google submit url page, using All-in-one-SEO on questions … nothing.
Ive FINALLY resorted to re-posting/duplicating content – imaging every “question-type” article as a normal wordpress “POST” – it probably takes like 3 micro seconds for this thing – the question posted as a POST to appear on google. It works great. BUT I dont know why I have to duplicate.
Can someone please point me toward what Im doing wrong – or not doing?
A WP novice here.
Thats my website
THANKS AND PLEASE HELP …
]]>I’ve created a custom post type using cms press and I need to run some custom code in the “publish_post” hook for this post type, but it doesn’t seem to ever get called. Anyone have any idea why?
Strange thing is that “save_post” works, but that’s not quite what I’m looking for.
]]>Hello there.
I’m start using CMS Press, and it is really handy. But i found one problem i can’t solve from first iteration:
i have custom post type Projects, with custom taxonomy CMS, with terms WP, SS, Dr… How i should write query inside taxonomy-cms.php for showing custom posts Projects, for requested term? It is just same as tagging for custom posts, but i can’t get working list of tag-related custom posts.
Thanks for advance.
Would it be possible to have two different rewrites/options: one for the post-type pages and one for the post-type single pages?
For example, for post-type pages:
mydomain.com/movies
for single post types:
mydomain.com/”postid”/movies/postname
Would this be possible with your plugin? I can’t seem to do it manually. Comes up as 404. Don’t know if not placing a number before the post-type or taxonomy hurts the WordPress performance equally to using the category in the beginning of the permalink.
]]>There seems to be a problem with WordPress 3.0 where CMS Press’s custom post types just give you a page 404 not found when viewing them via permalink even if you goto options/permalinks to refresh them.
]]>Any plans to integrate term descriptions in the future? It’d be great to be able to define unique descriptions for various taxonomy terms from the admin panel which could then be displayed in templates for added SEO.
]]>Hello!
Thank you very much for this plugin! ??
Is this plugin capable of ORDER the custom content types created in order to navigate between them in a specified order, not in chronological?
Thank you!
]]>