How can I build a view with a certain post type, which I can insert via shortcode in any page?
For example: I want to show a list of available apartments on my frontpage. The apartments are a custom post type. The information, if the apartment is available, is saved in a custom field (true/false).
How do I build a view like this with Meta Box Views and how can I integrate it into my frontpage?