kurdt_the_goat
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Integration for BlueSky] Issue with displayEmbeds attributeThanks for the reply @creativejuiz. I thought it might be the case of images being inline rather than a dedicated embed field. To be honest, this is my first time working with Bluesky so i’m unfamiliar with the posting interface (the feed is for a client). It seems to be working for them as is, which is great since they had the same broken Twitter feed as everyone else for too long!
Forum: Plugins
In reply to: [ReOrder Posts within Categories] After upgrade – it’s now in French!I am also having this issue and have been forced to leave the plugin at v.1.2.1 to keep it in English. Can we have an update please?
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Sort as Title ASC not workingI think i found a workaround – forcing Post Types Order to be disabled.
In the UWPQSF customize_output function, before the query
remove_filter('posts_orderby', 'CPTOrderPosts', 99, 2);
then after the query
add_filter('posts_orderby', 'CPTOrderPosts', 99, 2);
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Sort as Title ASC not workingOk, i actually disabled Post Types Order plugin altogether and now the search sorts correctly. I need that plugin elsewhere though so… can you tell me how to hard code a order and orderby on your customize_output function? Thanks.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Sort as Title ASC not workingNo, my customize output code is exactly like the one on your site https://9-sec.com/2014/01/ultimate-wp-query-search-filter/ (except the html in the while loop obviously). For some reason i was missing the line:
global $post
But i’ve added that now and nothing has changed.
The setting is definitely saving.
I’ve got the Post Types Order plugin installed, but i’ve set it to not automatically update any queries so i don’t think that’s affecting it either.Thanks for the quick response ?? One of the built in post formats like Aside is ok if they’re not being used for something else… so i still think it’d be a good feature.
But perhaps a better feature would be the ability to import to a custom post type instead of the standard ‘posts’?
I realise I can style the tweets anywhere they’re imported, but there’s probably some scenario where you’d want them in custom post types or with assigned to post-formats.
Forum: Fixing WordPress
In reply to: Limit number of terms output by get_the_term_listApologies for not using code button, and appreciate your answer which worked perfectly, thanks!
Forum: Themes and Templates
In reply to: Sub pages problemSorry, i forgot to add:
If you’re on page 2, it should display nothing.Lots of the code i’ve tried tends to display links to Page 1, Page 2 etc in this scenario
Forum: Themes and Templates
In reply to: Page of Posts (but with Page content as well)Works exactly like i wanted, thank you very much!