Last modified by - 8 years ago
590 Views
3 min read
Was this information helpful?
Understanding WPAS development best practices helps you become more efficient designer and limits the number of beginner mistakes significantly reducing time-to-market for your apps. In this article, I touch upon some of the best practices you should follow to make your WPAS WordPress project a success.
Last modified by - 8 years ago
322 Views
Less than a minute read
Was this information helpful?
You can show or hide attributes, taxonomies, and relationships based on one or more values entered by users.
Last modified by MammaMia - 4 years ago
657 Views
3 min read
WP App Studio Views allow to display data of your WordPress app.
Was this information helpful?
Quick start to faster and efficient WordPress development. Use your FreeDev or ProDev account.
Last modified by - 9 years ago
2474 Views
Less than a minute read
Was this information helpful?
When using WordPress HTTP API, if the connection fails you could use the below code to display the error message.
Last modified by - 8 years ago
595 Views
1 min read
Was this information helpful?
FreeDev API access is designed to teach basic concepts of WP App Studio. Once you download and activate WP App Studio plugin, you get FreeDev Demo App pre-installed. In this tutorial, we will work on this app to create a custom WordPress Plugin.
Last modified by - 8 years ago
377 Views
3 min read
Was this information helpful?
An attribute is a property or descriptor of an entity. Each entity must have at least one attribute. Each entity also must have a unique attribute.
Last modified by - 9 years ago
309 Views
Less than a minute read
Was this information helpful?
In WPAS 4.8 release, we have included "rating" connection. "Rating" connection is a comprehensive WordPress rating solution supporting custom images, custom fonts, dashicons and font Awesome icons in addition to many advanced features not currently implemented anywhere else.
Last modified by MammaMia - 8 years ago
369 Views
3 min read
Was this information helpful?
Widgets are a simple and effective way of displaying your content in your Sidebar and/or Dashboard.
Last modified by - 8 years ago
1498 Views
3 min read
Was this information helpful?
When you first install WP App Studio, it comes with FreeDev Demo app. FreeDev Demo app is designed to introduce the basic concepts of WP App Studio WordPress development. In this article, I review the main screens and introduce a simple WPAS WordPress development workflow by adding taxonomies and attributes to our demo app.
Last modified by - 8 years ago
381 Views
7 min read
Was this information helpful?
Relationships are connections between entities. A relationship captures how entities are related to one another. For example, customers place orders, customers live at addresses, and line items are part of orders.