jynk
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Issue with rewrite rulesthis is still happening with 1.0.4. Tried refreshing the permalinks but no joy.
How can we help debug this with you? Basically it seems the archive links to custom post types can’t be found. Oh and the single links too.
ie i have a cpt events and /events/ used to load the archive but now its not found.
Same with /events/international-higher-education-forum-2015/ which is a single event.
here are the settings for events –
{“events”:{“name”:”events”,”label”:”Events”,”singular_label”:”Event”,”description”:””,”public”:”1″,”show_ui”:”1″,”has_archive”:”1″,”exclude_from_search”:”0″,”capability_type”:”post”,”hierarchical”:”0″,”rewrite”:”1″,”rewrite_slug”:””,”rewrite_withfront”:”1″,”query_var”:”1″,”menu_position”:””,”show_in_menu”:”1″,”show_in_menu_string”:””,”menu_icon”:””,”supports”:[“title”,”editor”,”excerpt”,”comments”,”revisions”,”thumbnail”,”author”],”taxonomies”:[“category”,”subcat”,”research-themes”],”labels”:{“menu_name”:””,”add_new”:””,”add_new_item”:””,”edit”:””,”edit_item”:””,”new_item”:””,”view”:””,”view_item”:””,”search_items”:””,”not_found”:””,”not_found_in_trash”:””,”parent”:””}}}.
tried adding events as a rewrite slug too but no joy. I’m using he roots theme but not sure of that’s the issue.
best, dan.
Forum: Plugins
In reply to: [Custom Post Type UI] Issue with rewrite rulesHello – I too had to downgrade from 1.0.2 to 0.9.5 after it messed up all my rewrites for my custom posts. I tried flushing the permalink (al lot!) to no avail.
Forum: Plugins
In reply to: [Custom Post Type UI] Import Existing CPTsexcellent been waiting for export/import for ages. When will it be live Michael? Will make my life much easier…
Forum: Plugins
In reply to: [WP Job Manager] show and use excerpt field for plugin?thanks Scott!
this does it –
add_post_type_support( 'job_listing', 'excerpt' );
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] custom css for comments?ok. will try that out. Thanks!
Forum: Plugins
In reply to: [WordPress Related Posts] manual ordering still not working?aha! So sorry – that is indeed the plugin and explains a lot !
Forum: Plugins
In reply to: [WordPress Related Posts] manual ordering still not working?Any news on this?
Forum: Plugins
In reply to: [WordPress Related Posts] manual ordering still not working?PS.
multiple browsers, deactivated all other plugins and no javascript errors.
Forum: Plugins
In reply to: [WordPress Related Posts] manual ordering still not working?OK – found it.
Approx line 508 in microkids-related-posts.php
//$related_posts[$result->ID] = $result->post_title; // was this…
$related_posts[$result->ID] = $result->position1;best, Dan.
Forum: Plugins
In reply to: [WordPress Related Posts] manual ordering still not working?Hey Silvo – so having the same problem again with a new job. I can’t manually re-order related posts. I can drag and position but as soon as I update it reverts back to whatever it was before.
It seems to obey the position when you add related items in the first place but then you can’t re-order after.
IU’ll try and track down my hack for the previous job but its not ideal and would be good to have it working for following updates etc.
Forum: Plugins
In reply to: [Custom Post Type UI] Export / Import CPTA simple xml export would be ace. Even if it just used the built in wordpress options like we use for posts.
Forum: Plugins
In reply to: [Vimeotheque: Vimeo WordPress Plugin] Update thumbnails?I’d like to know this too!
Forum: Plugins
In reply to: [WordPress Related Posts] manual ordering still not working?Hey Silvoslaf – I had to hack it in the end so its OK now. I will be using it in a few more site soon so will test from day one and let you know if its still a problem.
Forum: Plugins
In reply to: [Related Posts for WordPress] FIX – Bad Ordersleim – that seems to work so thanks for saving my skin!
Not sure how it keeps getting updated out of the plugin though as i had this exact problem just before a launch last year…
Forum: Requests and Feedback
In reply to: Search in plugins support forumThis is a major flaw and makes it very hard to search for keywords in a popular plugin. Probably why there’s so much re-posting of common questions making it more of a nightmare for plugin developers & users.