To have full control over displaying posts in WordPress we can use WP_Query class and create our own query. According to documentation, if we want to to display posts in random order, we must pass suitable arguments to the query:
Read More WordPress – how to display random posts without duplicatesCategory: WordPress Development
WordPress Development for Beginners | Getting Started with Wordpress
Want to learn how to write your own plugin or theme? Read my tutorials and make your dream website!
Developing a professional website is not so hard, in mostly cases you can find needed informations on wordpress documentation site. But, if you need a quickly tips for writing your page, you can use my blog to save time :)
WordPress custom admin page
When you write your own plugin, you often want to add dedicated page for its settings. In this post I will show you how to do this.
Read More WordPress custom admin pageHow to use ajax in WordPress – on frontend and admin side
Ajax ( Asynchronous JavaScript and XML ) allows us do action in asynchronous way – without page reloading. It is very useful and has affect on better user experience. We can for example add, hide or delete some content from site and there’s no need to reload whole page.
Read More How to use ajax in WordPress – on frontend and admin sideHow to add custom link to the WordPress plugin in admin page
When you write your own plugin, you may want to send users to settings page after they activate the plugin. Here’s a simple tutorial of how to add additional links to your plugin on plugin page in wordpress.
Read More How to add custom link to the WordPress plugin in admin page