Publish Posts to Multiple Blogs in WordPress Multisite
In this tutorial I will show you how to publish posts to multiple blogs within your WP Multisite Network automatically.
Multisite network it is when you are running multiple websites within a single WordPress installation. Websites can be installed in subfolders, subdomains or even to have unique domain names.
In this tutorial I will show you how to publish posts to multiple blogs within your WP Multisite Network automatically.
Here I would like to show you how to pull the posts from all the sites of your Multisite Network and create an AJAX load more button.
In this article I will show you the difference between these hooks and how to replace them in WordPress Multisite 5.1.0
Ok, you can find a lot of guides about options pages and settings API but I didn’t find any good ones about creating options pages in WordPress Multisite.
If you navigate to "All Sites" in Multisite Dashboard and click "Edit" for any website, you will see Info, Users, Themes and Settings tabs. In this tutorial we create a custom one.
Not only posts though, I will show you how to copy or move pages or custom post types from one site to another.
Adding or removing multisite dashboard widgets is very similar to non-multisite dashboard widgets, but there are some things you should know.
Simple but useful hooks for WordPress developers. When I needed these hooks for my plugins, I couldn’t find any good tutorials, so I decided to create the one.
In this small tutorial I will show how Polylang plugin works in WordPress multisite network and give you some tips how to use it together with my multisite plugin.
Yes, yes, yes, I know that I always say how much I don’t like visual builders for WordPress. But one of my clients asked me to integrate this multisite plugin functionality with his website that use Visual Composer and I decided to help.
Usually I do not create posts to describe features of my plugins but many people asked me about that, so, why not.
As you probably know Multisite allows to run multiple WordPress sites within one MySQL database. In this tutorial I will show what happens with default database schema after network installation.
Sometimes it is required to display the posts from all multisite network blogs on the homepage or on a separate page. And in this tutorial I will show you how to create a pagination for all network posts.
In this tutorial I will show you how to implement global search for all the websites in the whole WordPress Multisite Network (post search, post search by custom field value, term search).