开发者 |
KestutisIT
mariusslo |
---|---|
更新时间 | 2019年8月13日 01:06 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.2 |
版权: | MIT License |
版权网址: | 版权信息 |
/help/
part or Envato.com Support
part - if your customer will grow that big, he won't need to have F.A.Q. plugin anymore on their website, he will want to replace it with that fancy knowledge base system.
So my advise is to include this plugin in your bundle pack's /Optional Plugins/
folder, so that you can tell about in the installation instructions, but make it fully independent from your theme.
Second - this plugin is fully MVC + Templates based. This means that it's code is not related at all to it's UI, and that allows you easily to override it's UI templates and Assets (CSS, JS, Images) by your theme very easily (and there is detailed step-by-step instructions given how to do that).
This means that you making a theme to be what the theme has to be - a UI part of your website, nothing more.
Third - it is much more secure than any other plugin's on the market. It is based on top-end S.O.L.I.D. coding principle with input data validation with data-patterns, output escaping.
Fourth - this plugin is scalable – it’s source code is fully object-oriented, clean & logical, based on MVC architectural pattern with templates engine, compliant with strict PSR-2 coding standard and PSR-4 autoloaders, and easy to understand how to add new features on your own.
Fifth - this plugin works well with big databases & high-traffic websites – it is created on optimal BCNF database structure and was tested on live website with 1M customers database and 500,000 active daily views.
Sixth - it does support official WordPress multisite as network-enabled plugin, as well as it does have support WPML string translation.
At this point, if you need more than one language, I'd strongly advise to go with official WordPress multisite setup, because it is free, it is official (so you will never need to worry about the future support), and, most important - WordPress multisite is much more suitable for websites that needs to scale. You don't want to have that additional translation bottle-neck code layer to be processed via database.
Seventh - it has nice user experience - it's has a default design, it does allow you to have more than one F.A.Q. item open at the same time - so it don't have that annoying accordion
feature.
But the most important is that this plugin is and always be ads-free. I personally really hate these freemium, ads-full or tracking plugins which makes majority of the plugins on w.org plugins directory (and, actually, many of premium marketplaces). So this is the key features we always maintain:
Error Log Monitor
plugin),WooCommerce
or Contact Form 7
has nearly 80% of their home screen or 20% of their main buttons about how to install \ buy other plugins
hardcoded
into theme code.
So I wanted to help all these developers to save their time, and I'm releasing this plugin for you to simplify your work. And I'm releasing it under MIT license, which allows you to use this plugin your website bundle without any restrictions for both - free and commercial use.
Plus - I'm giving a promise to you, that this plugin is and will always be 100% free, without any ads, 'Subscribe', 'Follow us', 'Check our page', 'Get Pro Version' or similar links.
Finally - the code is poetry - the better is the web, the happier is the world.
ExpandableFAQ
(or expandable-faq
) to the /wp-content/plugins/
directory.Expandable FAQ
-> FAQ Manager
and add F.A.Q.'s.[expandable_faq display="faqs" layout="list"]
shortcode to page content and click on [Publish]
button.Yes, differently than other similar F.A.Q. plugins, this plugin does not use the annoying accordion
feature, and allows you to have more than one FAQ item expanded.
Yes, if your F.A.Q. ID is i.e. 4
(you can get your F.A.Q. ID from Expandable FAQ
-> FAQ Manager
), then you can go
to your website's FAQ page and make automatically expand specific FAQ with a page focus to that F.A.Q. via this URL structure:
<YOUR-SITE>.com/<FAQ-PAGE>/?expand_faq=4#faq-4
es(..)
, at(..)
, abh(..)
, eh()
, ej()
, et()
for use mostly in templates, but they can also be used in models, if you use observer models that may be generating and returning to controller whole HTML blocks. Also these functions may be valuable for developers, that wants to have their HTML templates (or PHP-enhanced templates) be fully based only on SolidMVC (MIT-licensed), and not WordPress (GPL-licensed), as in this case your templates would be intensively calling only the MIT-licensed SolidMVC micro-framework’s functions. Additionally, this allows you to write a shorter code for your templates, which is easier to read for your designers.FAQ_
, where was still missing.