Genesis plugins
- Genesis Layout Extras
- Genesis Simple Hooks
- Genesis Style Trump
- Genesis Visual Hook Guide
Click every tab to get the sample options and se the screenshot image. [anton-accordion cat=”270″]
How to disable zoom in/zoom out on google map iframe tag? Just use style=”pointer-events:none” inline CSS. see example below. Output:
How to get the category ID of the current post? Just copy the codes below and paste it into your .php file. Another problem is, what if the category ID is a sub category and you need the parent category ID? For Example, the current category ID is 2 and this is a sub category…
How Convert string with unwanted character to slug, proper name, etc.? Try this code using http://phptester.net/. Happy Coding 🙂
How check if current user has pmpro_hasMembershipLevel? Copy and paste the code below to your custom template.
Hi guys !!! How to add like button in media gallery item using Buddypress and rtMedia WordPress plugin? Please follow the steps below. Step 1: Override the “media-gallery-item.php” in your WordPress theme. Step 2: Place the code anywhere inside of your “li” tag. Step 3: Paste this code to your functions.php. Step 4: Paste this…