gdkob_faq
This content is intended for WordPress developers, and it may require coding knowledge of WordPress, PHP, and JavaScript. Code examples provided here may contain errors or needs some additional coding. Make sure to test the code before using it on a live website!
This shortcode is used to display one or more selected FAQ entries.
Attributes
Shortcode has several attributes:
- class: additional CSS class name to add
- faq: ID’s for one or more FAQ entries to display. This field is required!
- bgcolor: background color for the list. The default color is ‘#F4F4F4’.
Example
Shortcode:
[gdkob_faq faq="555216,50321" bgcolor="#d6ecff"]
Output:
Where should I install plugin translations?
All plugins are using core WordPress functions to load translation files. So, there are two locations where translations should be stored. First one is the ‘languages’ folder in the plugin folder. But, you can also use a universal location for all translations: wp-content/languages/plugins. If this folder is missing, manually create it and store translation files there.