Puddinq.com sharing knowledge

Puddinq.com - blog

wp test content

wp test is een xml import met een variatie van gebruikers pages en posts om een thema te testen wptest.io github Wp test is useful to populate pages, posts and users with dummy data. Sometimes when working on a project you need content to see shape. wordpress plugin fakerpress fakerpress is a plugin that can […]

Eonon - GA2114 improve radio receiption

The Eonon GA2114 is a Chinese car multimedia system that has radio reception as it’s weakest point. The reception might be less than it ought to be due to some settings. It is important to set the radio reception optimized for your region and then reset the system in order for it to have effect.After changing the […]

Eonon - GA2114 Manual

De Eonon GA2114 is a Chinese car multimedia player that runs on Android 4.4.4. Dowload manual: The GA2114 is a 2_DIN Quad-Core 7″ car stereo with endless options. It is best compared to a simple Android Phone with all the abilities. download instructionsGA2114 On top of the normal phone abilities it offers front camera DVR function […]

woocommerce list and compare

Plugin that lists and compares products. WooCommerce is a very nice free plugin for WordPress. WooCommerce Pud is a complementary plugin that offers two abilities: to list products and compare them. Both functionalities are not standard in WooCommerce and are not represented in the WordPress repository very well. WooCommerce Pud tops it and combines them: WooCommerce List AND Compare.  […]

Changing the wordpress title

The WordPress title is build up from a few elements. One hook (filter) that holds most elements is ‘document_title_parts’. The wp_title() function is great, but it does not let you change the content only the format. Changing the WordPress title: The WordPress title is build up out of 4 elements and can be generated with wp_title(). […]

Sort posts in wordpress (custom way)

In wordpress you sometimes want to sort posts in a way that is not possible with the standard core. The first thing you have to investigate is: is it possible to do it in the standard way. Sort posts by custom post type The problem I had: Search results came back for different custom post […]

Analytics in wordpress (cached)

Verion: 0.1.0 Though www.google.nl itself does not get an impressive score when run through PageSpeed Insight. You might frown when you added the analytic script as Google instructed and Google tells you it is not right when you check your site on PageSpeed. For wordpress I made a plugin that solves this: It downloads the analytics.js, puts it […]

Atom customized for wordpress

Atom is a brilliantly fast text editor with endless extras that come in packages. Atom customized for wordpress is a tailored tool for developers who like the functions and snippets in the library. Atom customized for wordpress install Atom: download latest from official site Commands to run in shell, or packages to look up in […]

Wordpress - Add links to plugin description in plugin list

In the plugin list ‘/wp-admin/plugin.php’ it is nice to add links to go to settings or management pages for people who just installed the plugin. They can find the pages under the plugin description  without searching through the (long) list of menu links on the admin page. The benefit is that users see the options, […]

Wordpress Select template to render query in wordpress

Sometimes you want to use one archive template for different situations. In wordpress select a template by using the ‘template_include‘ filter. You have to use the function ‘locate_template()‘  to set the template. This is if you want to stray from the normal way wordpress enables you to select a template. WordPress lets you create page […]