by Jan Karres | Mar 23, 2020 | WordPress
Some WordPress plugins ask you to manually enter a page ID, a post ID, or the ID of another content type to do something with that content. Nowadays this is an indicator that the plugin is quite outdated, as most well-designed plugins offer a more intuitive way to...
by Jan Karres | Mar 20, 2020 | WordPress
WordPress itself does not have a function to duplicate pages, posts or any content from a custom post type. But you can install a free plugin to add this function to your WordPress and duplicate your content (also called “clone”), e.g. to use an old blog...
by Jan Karres | Mar 18, 2020 | WordPress
WordPress stores all data of your posts, pages and custom post types (like projects) in its MySQL/MariaDB database. For technical reasons the data is spread over multiple tables, but the main content is located in the wp_posts table. In this article we will show you...
by Jan Karres | Mar 16, 2020 | WordPress
WordPress is a content management system written in PHP and comes with many files and folders. If you uploaded the files yourself when you installed the system or later take a look at the file and folder structure via FTP, you might wonder which file is responsible...
by Jan Karres | Mar 13, 2020 | WordPress
The media library is the central location in WordPress. There you will find all media assets that you upload to your website. Despite other parts of WordPress the possibilities of the media library are very limited. You can see all your uploads as a list or as a grid....
by Jan Karres | Mar 11, 2020 | WordPress
All media assets uploaded to your WordPress site are stored in the media library. It’s a good part of WordPress that does a lot for you automatically, like resizing images. But the user interface is pretty simple. You can see your uploads as a list or in a grid...