The best Question and Answer WordPress Theme is now compatible with WordPress 4.3!
The latest version of QAEngine – QAEngine version 1.5.5 is compatible with WordPress 4.3 and includes some bug fixes that might improve your website performance.
The latest version of QAEngine – QAEngine version 1.5.5 is compatible with WordPress 4.3 and includes some bug fixes that might improve your website performance.
EngineThemes would like to introduce to you the latest version of DirectoryEngine – DirectoryEngine version 1.9.3 Demo.This update focuses on the compatibility of DirectoryEngine version 1.9.3 and WordPress 4.3. Also, we executed some new features in the hope of providing more useful information for onsite users.
EngineThemes would like to introduce to you DiningEngine version 1.2 – WordPress Restaurant Directory Theme . This new update is compatible with WordPress 4.3 and has some good implementations.
The version 4.3 of WordPress, named “Billie”, is available in August 2015. With this WordPress’s version, everything is getting easier for you to format and customize your website.
Now, DiningEngine version 1.2 is compatible with WordPress 4.3. The performance of your website will be better with this improvement.
The latest version of EstateEngine- EstateEngine version 1.2 is now available. This update focuses on the compatibility of EstateEngine version 1.2 and WordPress 4.3.
To celebrate the launching of our new extension – FreelanceEngine Escrow Stripe extension, let’s say hooray to the EngineThemes Reverse Auction. Enter our event to get the prizes valued $157, $128 and many surprising gifts.
Now Stripe Connect is integrated with Escrow system in FreelanceEngine!
This extension helps transactions among admin, freelancers and employers work smoothly with Escrow system via Stripe gateway.
EngineThemes would like to introduce to you the latest version of FreelanceEngine version 1.6.3. The new update includes some small implementations and bug fixes, which helps you to improve your website’s performance.

EngineThemes would like to announce that some bugs have been fixed and there is a new extension introduced in the latest version of FreelanceEngine.
EngineThemes always wants to give our customers the best service they deserve. And now, EngineThemes would like to inform that some bugs have been fixed in the latest version of DirectoryEngine – Our best business directory listing wordpress theme
Bug fixes:
2 months ago, we were very grateful to release DiningEngine – the most powerful and highly customizable restaurant, cafe and bistro WordPress Listing and Directory Theme
And now, we would like to announce DiningEngine version 1.1 is released with some bug fixes and one new amazing function: Make Reservations.
It has been few weeks since the last time we announced the release of DirectoryEngine – Our Best Multi-purpose Directory WordPress Theme ver 1.8.6. And now, we would like to inform that some bugs have been fixed and new features have been implemented in a new version of DirectoryEngine: DirectoryEngine ver 1.9!
Update Author Profile
Previously, the account page of an author was also the profile page which was displayed for guests and visitors. However, we now allow authors manage their information on the User Dashboard, which is only them can view and edit it. For guests/visitors, the information of an author is displayed on the User Profile Page.
User Dashboard
Recently, There have been many FreelanceEngine owners asked us How to make their profile be restricted? How to prevent non-logged in user from viewing details of the profile in FreelanceEngine? It means only those, who registered on FrE website can see the information of the employers and freelancers. Guests or Visitors can only view at homepage and can not view all the details of the profiles. This tutorial can help you modify that that feature.
To do this request, you have to customize the code a little bit.The profile’s code is in author.php file. You may copy this file to freelanceengine-child/folder then check code on this file and use the condition if (is_user_logged_in() ) {…} to check whether current user logged in,displayed information or hid the information from visitors/guests
Ex:
if ( is_user_logged_in() ) {
/// show information.
} else {
echo 'You do not have permission to access this page';
}
Hi there,
We have received many questions about how to change the background color of featured place in DirectoryEngine in order to let the users know which is standard place and which is featured place. So today, we will show you the tip to do that.
This is a tutorial to guide you how to Add more skills in the profiles in FreelanceEngine.
Previously, when freelancers create their profiles, they are only able to add 5 skills. What should they do if they have more skills than 5 and want to impress the job-seekers with their qualifications?
A small implementation is added in this version. When you search for a keyword, there will be a notification informing the number of results. By this way, users can quickly obtain the information.