Firefox Multi Tab Rows after v74
7. February 2021
		EDIT December 7th: As the Multirow-Pather is discontinued, and the latest Firefix 108 breaks the tweak, I am using this solution: https://www.youtube.com/watch?v=oVlLVySe5OI Starting with Quantum you could no longer have ..
	
	
		WordPress: add sorting function from pages (menu_order) to posts
17. September 2019
		There is a quite simple way to add the sorting function from WordPress pages (called menu_order) to the post form. Just put this in your themes functions.php file:
	
	
		Magento2: Show grand_total in Minicart
3. August 2018
		One of our customers needed the minicart to show the grand_total because of the huge quantity discounts they give. The Minicarts view file is Magento_Checkout/templates/cart/minicart.phtml. For the grand_total to work ..
	
	
		WordPress: Get second Menu Level only
25. September 2015
		This function returns the second nav menu level of a wordpress custom menu according to the current active page.
	
	
		How to add preview thumbs to your WordPress RSS2-Feed
4. September 2015
		I searched a while to find an elegant solution to add preview thumbs to your WordPress RSS2-Feed. Most „solutions“ I found just append the image to the excerpt or content. ..