If you want to output some data (such as biographical info or personal website) for the person who commented on
Continue readingCategory: WordPress
How to create custom comment walker class in WordPress
There are several walker classes in WordPress – I don’t actually know how many there are because I tend to
Continue readingHow to change a WordPress plugin function using action hooks
This is just one of the many possible scenarios on how to change a function in a WordPress plugin, but
Continue readingHow to copy text from website to clipboard
So this is the scenario – you have this text on your website and would like to have a button
Continue readingAdding WordPress menu item description using nav_menu_item_title()
The answer to how to add description into WordPress menu items is – easy :). All you need to do
Continue readingHow to add custom CSS class depending on the template
I know that you can achieve the same by using global variables, but this is also one of the ways
Continue readingHow to pass data in Gravity Forms using filter hooks
Inside Gravity Forms documentation , you can find out that you can pass data into Gravity Forms by using any
Continue readingHow to list taxonomy values in Advanced Custom Fields
Advanced Custom Fields plugin provides fields for dynamic data – one of them is Taxonomy Field Type.
Continue readingHow to set conditional logic in Advanced Custom Fields
If you tried to set conditional logic using Advanced Custom Fields plugin, but haven’t done it before, there’s a chance that you will stumble upon the following message “No toggle fields available” wondering what that means. Fortunately, it is very easy to set this up. In order to add toggle fields, you would only need to create a new custom field of “choice” Field Type and add few Choices.
Continue readingHow to create multiple columns in Gravity Forms
If using Gravity forms, It is likely that you will require columns sooner or later. The reason is simple – gravity forms are normally not used for simple contact forms, given their power and the fact that they are not free, so licenses for GF are being purchased by clients who know exactly what are they looking for.
Continue reading