It seems surprisingly difficult to order to posts returned in a query loop block randomly and to ensure that pagination works. Anyone managed this? #WordPress
Mark Wilkinson
@markwilkinson.dev
I integrate #WordPress websites with multi-posting job systems such as Broadbean, LogicMelon and Idibu. I also build WordPress websites and play a lot of golf. https://markwilkinson.dev/hello
A Ferrari should be red. No red and white. Apart from that, looks good though. www.bbc.co.uk/sport/formul...
Ferrari car launch: Lewis Hamilton says 2026 F1 season 'huge challenge'
Lewis Hamilton described the 2026 Formula 1 season as
bbc.co.uk
Episode 136 is live today at 13:30 (UK time) where @keithdevon.com and @markwilkinson.dev are chatting about the future for WP developers and agencies. Join them live in Youtube 👇 www.youtube.com/watch?v=qdpY...
WP Café #137 | What is the future for WP developers and agencies?
YouTube video by Highrise Digital
youtube.com
I have just updated our landing page for Better Core Video Embeds, the free #WordPress plugin which speeds up your site when a video embed block is present and improves embed privacy. If you host embedded Youtube or Vimeo videos, check it out 👇 highrise.digital/better-core-...
Better core video embeds - Highrise Digital
Better Core Video Embeds Faster video embeds for WordPress — without complexity Improve site speed, Core Web Vitals, and visitor experience automatically Better Core Video Embeds optimises how YouTube...
highrise.digital
AI really changing the way developers work. The Jury is still out as to whether this is a good thing for not. I built something recently with it - took 20 minutes for working plugin. What have you been building with it?
Does anyone have recommendations for a business coach? WordPress ecosystem experience useful, but not strictly necessary. Shares appreciated 🙏
Both @keithdevon.com and @markwilkinson.dev are back for episode 126 at 13:30 (UK time) talking about: - Front end fun - Sneaky Yoast settings Join us live 👇 www.youtube.com/watch?v=pSD_...
WP Café #126 | Front-end fun and sneaky Yoast issues
YouTube video by Highrise Digital
youtube.com
Using #WordPress multisite and want to switch the context to another site in the network? Well you can, using the switch_to_blog() function. Just make sure you also use the restore_current_blog() function when you are done! #learnWPFunctions https://bit.ly/4508sHK
switch_to_blog() – Function | Developer.WordPress.org
Switches the current blog.
bit.ly
Using #WordPress multisite and want to switch the context to another site in the network? Well you can, using the switch_to_blog() function. Just make sure you also use the restore_current_blog() function when you are done! #learnWPFunctions https://bit.ly/4508sHK
switch_to_blog() – Function | Developer.WordPress.org
Switches the current blog.
bit.ly
If you want to show the number of posts you have on your site in a specific post type, you can easily do this using the #WordPress wp_count_posts() function. Pass it a post type and you are good to go! #learnWPFunctions https://bit.ly/43F2PfJ
wp_count_posts() – Function | Developer.WordPress.org
Counts number of posts of a post type and if user has permissions to view.
bit.ly
If you want to know what objects (e.g. post types) are registered against a specific taxonomy, you can use the get_object_taxonomies() function to do this. There are lots of #WordPress functions that we have probably never come across - this is another. #learnWPFunctions https://bit.ly/4krFVQc
get_object_taxonomies() – Function | Developer.WordPress.org
Returns the names or objects of the taxonomies which are registered for the requested object or object type, such as a post object or post type name.
bit.ly
Live at 13:30 (UK time) for episode 124 to talk about: - View transitions - This weeks development work - Offline Kids Hope you can join us 👇 www.youtube.com/watch?v=zbEv...
WP Café #124 | View Transitions
YouTube video by Highrise Digital
youtube.com
If you have a #WordPress pages slug (or path if it is a child page) you can use the get_page_by_path() function to return the page object. Another useful but less known WordPress function. #learnWPFunctions https://bit.ly/3HirOhl
get_page_by_path() – Function | Developer.WordPress.org
Retrieves a page given its path.
bit.ly
What is FAIR and why am I involved? I wrote about it here: carriedils.com/wordpress-fa... #FAIRPM #WordPress
Something Has to Change with WordPress. FAIR is a Great Start.
Last week in Basel, Switzerland—at the Alt Ctrl Org conference held alongside WordCamp Europe—I stood on stage with my colleagues to introduce the FAIR Package Manager for WordPress. This wasn’t just ...
carriedils.com
The esc_js() #WordPress function escapes javascript for safe inline JS output. For example using inline JS on an HTML element. It forms part of a number of esc_ functions that WP provides which I would recommend all developers familiarise themselves with. https://bit.ly/4krEukM #learnWPFunctions
Escaping Data – Common APIs Handbook | Developer.WordPress.org
Escaping output is the process of securing output data by stripping out unwanted data, like malformed HTML or script tags. This process…
bit.ly
On today's show @keithdevon.com and @markwilkinson.dev are talking about: - Our latest project pitch - Receiving a 3rd party security questionnaire - Other related #WordPress news Join us at 13:30 (UK time) 👇 www.youtube.com/watch?v=q4zU...
WP Café #123
YouTube video by Highrise Digital
youtube.com
The remove_accents() function remove accents from characters in a string. For example é would become e. I am not quite sure why you would want to use this but an interesting #WordPress function nonetheless. https://bit.ly/3FAyA1w #learnWPFunctions
remove_accents() – Function | Developer.WordPress.org
Converts all accent characters to ASCII characters.
bit.ly
I am hearing a lot of positive vibes about this #FAIR project. Could someone let me know what it is in its most simple form... so that even I can understand it 😂
Another really useful and unknown #WordPress function is trim_words() Allows you to trim a string to a certain number of words and then sent "more" text which shows to indicate to the user there is more to read. https://bit.ly/4dSY8nq #learnWPFunctions
wp_trim_words() – Function | Developer.WordPress.org
Trims text to a certain number of words.
bit.ly
Number 2 in #learnWPFunctions is wp_strip_all_tags() This function removes all HTML tags from a string. I use this to prevent the output of terms linking to their archive page. https://bit.ly/43Vky3M
wp_strip_all_tags() – Function | Developer.WordPress.org
Properly strips all HTML tags including ‘script’ and ‘style’.
bit.ly
Lots to talk about in todays episode. Hope you can join us.
Today is episode 122 of the show. @keithdevon.com and @markwilkinson.dev will be chatting about: - Building email templates - Quoting for work blind - Building a knowledge of solutions - AI website builder Join us live at 13:30 (UK time) 👇 www.youtube.com/watch?v=ZE03...
#WordPress has lots of wonderful functions available to developers, some better known than others. #learnWPFunctions #1 - make_clickable(). Wraps a strings in a clickable a tag. https://bit.ly/4knrNHP
make_clickable() – Function | Developer.WordPress.org
Converts plaintext URI to HTML links.
bit.ly
Better Core Video Embeds has just gotten slightly better with a small release which improves the way in which the plugins CSS is loaded on the front end. Optimise your #WordPress sites videos today 👇 wordpress.org/plugins/bett...
Better Core Video Embeds
A plugin which enhances the core embed block for Youtube, Daily Motion and Vimeo videos by not loading unnecessary scripts until they are needed.
wordpress.org
Today I have that developer feeling of when you have worked on something for a number of weeks and it works 😃 You push it live and it works 🤣 3 days later, it doesn't work, you can't work out why and therefore you abandon the work and go back to how it was 😢
Recently I have been working on adding settings to the block editor to save data as post meta. Initially I tried to add a new sidebar to the editor to house my settings but failed. I wish I had seen this from @permanenttourist.ch before I started. https://bit.ly/4jkKcUn
Have you watched or listened to an episode of @wpcafe.show yet? We go out most weeks on Friday at 13:30 (UK time) and talk about all things #WordPress development, running our development agency and building our WordPress products. Catchup on previous episodes 👇 https://bit.ly/3ed1x2w
WP Café
WP Café is the (mostly) weekly show where we chat about WordPress including practical solutions for solo and small WordPress development teams.
bit.ly
I don't know about you, but I use WP_Query a lot when coding in #WordPress. This article from @spacedmonkey.bsky.social is a great resource on how to enhance your use of WP_Query. Well worth a read. https://bit.ly/4kwUVfa
Enhancing WP_Query Performance in WordPress - Spacedmonkey
WP_Query is a powerful tool for fetching posts in WordPress. However, if you don’t carefully configure your queries, they can quickly become inefficient, particularly on larger sites. Whether you’re working on a high-traffic website, a REST API endpo...
bit.ly
Recently I gave a talk @wpldn.bsky.social which was a case study of how we built a recent #WordPress site using full site editing and the block editor. It is always great to catchup with the WordPress community ❤️ https://bit.ly/4kC1iy6
YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
bit.ly