Title: Kevin Phillips's Replies | WordPress.org

---

# Kevin Phillips

  [  ](https://wordpress.org/support/users/dollar_dad/)

 *   [Profile](https://wordpress.org/support/users/dollar_dad/)
 *   [Topics Started](https://wordpress.org/support/users/dollar_dad/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dollar_dad/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dollar_dad/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dollar_dad/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dollar_dad/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dollar_dad/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/dollar_dad/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dollar_dad/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] Theme that works with plugin](https://wordpress.org/support/topic/theme-that-works-with-plugin/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-that-works-with-plugin/#post-6277483)
 * I always build custom themes from underscore [http://underscores.me/](http://underscores.me/)
 * I have thought about building a VIN plugin for NZ fuel badge, I’m not sure how
   useful it will be as it is only applicable to New Zealand. Each country has it’s
   own requirements if any.
 * Also I’m not sure about the licence requirements using the government website
   api to collect fuel data, which currently you as a user need to get a login and
   password from them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] New Cars Only](https://wordpress.org/support/topic/new-cars-only-1/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/new-cars-only-1/#post-6249272)
 * Yes, all features are taxonomies, simply remove them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] Nice work.](https://wordpress.org/support/topic/nice-work-186/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/nice-work-186/#post-6178211)
 * Many thanks for your comment and feedback.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Autostock] Parse Error](https://wordpress.org/support/topic/parse-error-338/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/parse-error-338/#post-7977066)
 * I don’t know how many times I need to say this – you must have php 5.4+
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] Detail Stats On Cars Not Showing On Page](https://wordpress.org/support/topic/detail-stats-on-cars-not-showing-on-page/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/detail-stats-on-cars-not-showing-on-page/#post-6155270)
 * It’s not a bug but a design feature, I always create custom pages for this plugin.
   Every site is built from scratch with underscores.
 * I will be releasing a theme shortly that is designed to go with this plugin, 
   which will have normal templates for pages and posts, custom templates for grid
   view of all cars and single template for individual cars. I’m trying to integrate
   it with AngularJS hence the need for separate views (partial pages).
 * The next plugin update will include a comprehensive search feature widget. ie
   by year, price range etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] Detail Stats On Cars Not Showing On Page](https://wordpress.org/support/topic/detail-stats-on-cars-not-showing-on-page/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/detail-stats-on-cars-not-showing-on-page/#post-6155266)
 * The way I would do it is create a custom page for displaying all cars. In your
   theme folder copy page.php and name it page-car.php and start to custom that 
   page.
 * See the codex [https://codex.wordpress.org/Page_Templates](https://codex.wordpress.org/Page_Templates).
 * Once you have a custom page you can do what ever you like with the content.
 * For individual car view I would copy single.php and name it single-car.php
 * Hope that helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] View cars](https://wordpress.org/support/topic/view-cars/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/view-cars/#post-5847761)
 * You have several options to displaying content.
 * To display all the custom posts I would recommend using the loop or get_posts
   see the codex for a full details
 * [https://codex.wordpress.org/Template_Tags/get_posts](https://codex.wordpress.org/Template_Tags/get_posts)
 * If you are having trouble coding then you will need to employ a WordPress developer
   to assist you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] Detail Stats On Cars Not Showing On Page](https://wordpress.org/support/topic/detail-stats-on-cars-not-showing-on-page/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/detail-stats-on-cars-not-showing-on-page/#post-6155253)
 * Without a link to your site it is difficult to answer your question. However 
   all features are categories and can be displayed in you template by using the
   WordPress function
 *     ```
       <?php get_the_category( $post_id ); ?>
       or
       <?php get_the_category_list( $separator, $parents, $post_id ); ?>
       ```
   
 * See the codex for full details [https://codex.wordpress.org/Function_Reference/get_the_category](https://codex.wordpress.org/Function_Reference/get_the_category)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] Parse Error – Unexpected String](https://wordpress.org/support/topic/parse-error-unexpected-string/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/parse-error-unexpected-string/#post-6023957)
 * Not a problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] Parse Error – Unexpected String](https://wordpress.org/support/topic/parse-error-unexpected-string/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/parse-error-unexpected-string/#post-6023955)
 * Are you using PHP 5.4+
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] blank site after plugin install](https://wordpress.org/support/topic/blank-site-after-plugin-install/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/blank-site-after-plugin-install/#post-5875169)
 * Unforntunately it will not work on that version of PHP the min is 5.3.6 and ideally
   5.4 or 5.5 as we are using new functions that are now available to us with the
   later versions of php.
 * I suspect that you are going to find this situation more common as more developers
   work with later versions of PHP.
 * Ask you hosting provider to upgrade their servers to later versions of PHP.
 * Sorry I could not be more helpful.
 * Regards
 * Kevin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] blank site after plugin install](https://wordpress.org/support/topic/blank-site-after-plugin-install/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/blank-site-after-plugin-install/#post-5875156)
 * What version of php and wordpress are you running.
 * You can ftp into your site and delete the plugin which will restore your site
   back.
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] View cars](https://wordpress.org/support/topic/view-cars/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/view-cars/#post-5847697)
 * Soon as it’s ready I’ll post a download link here for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] Will Not INstall](https://wordpress.org/support/topic/will-not-install-9/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/will-not-install-9/#post-5856410)
 * Hi QuizToon
 * What version of PHP and WordPress are you using. Minimum requirement for PHP 
   is 5.3.6 and WordPress 4.0
 * We are using some more advanced PHP features hence the requirements?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autostock] View cars](https://wordpress.org/support/topic/view-cars/)
 *  Plugin Author [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/view-cars/#post-5847628)
 * Hi Sancy
 * I use this plugin for clients’ websites that are car dealer and normally build
   custom themes.
 * Rather than clutter up the plugin with templates, I would rather offer a theme
   that has been built for this plugin. This would allow more flexibility.
 * I appreciate you comment about doing it the same way as woocommerce but it becomes
   a bit of a mess( I have built a lot of sites with woocommerce ) with various 
   warnings after updates. I’m a great believer in a module approach, each plugin
   does one thing and does it well.
 * I have started to built a theme using the bootstrap framework, perhaps you would
   like to be a tester for me?
 * Regards
 * Kevin

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/dollar_dad/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dollar_dad/replies/page/2/?output_format=md)