Tag: PHP
-
Change Admin Pagination on Posts, Pages and Comments
One or the other users in the backend of WordPress find it quite disturbing that not more than 20 articles, pages and comments per page gets listed. Especially if you work with many tables and you have a fast connection, then an increased number of listed articles, pages, comments is useful. How to adapt and…
-
Disable WordPress Search
Not always is the search in WordPress desired. The one or another application with WordPress doesn’t need this feature. Even if it is an added value in my opinion. In some cases, it still shouldn’t be displayed and so I have them deactivated with access to two hooks. For now, I can see no other…
-
Embed WordPress Functions Outside WordPress
From time to time you need data from WordPress, but should not displayed in the system; they are necessary outside the installation. There are basically two options. Content can be quite easy provide via feed and processed or you gain access to the system. And that is basically very simple and is briefly described here.
-
WordPress Category Exists?
Already tried in WordPress to check if a category exists? There is no Template Tag so you need to create your own solution. I have 3 different solutions prepared, although one solution only works within the framework of the admin area.
-
Filter caption-Shortcode in WordPress
The title may not speak for itself and therefore I will explain a little more on the topic and do not just put a code snippets on this post. If you use the „Mediauploader“ in WordPress not just to load images, but also for integration in the post or page, then a Shortcode will be…
-
Change your WordPress Theme on Dependency
WordPress is sometimes not only in use as a blog platform, also as CMS application or for a presentation of photos or other purposes. Many times you like to have a different design depending on the purpose of your WordPress blog within your website. Thus, most of the photo blogs having a different design than…