Giter VIP home page Giter VIP logo

car-listing's Introduction

Car Listing Plugin for WordPress

This plugin provides the functionality to list cars on your WordPress website. Users can add car details, and the plugin offers templates for both the archive and single views.

Screenshots

Car Listing Example

Directory Structure

.
├── README.md
├── car-listing.php
├── images
│   ├── carplaceholder.png
│   ├── placeholder_50.png
│   └── screenshot_1.png
└── inc
    ├── brand-taxonomy.php
    ├── car-listings-handler-sc.php
    ├── class-car-listing-core.php
    ├── css
    │   └── car-listing-styles.css
    ├── listing-setting.php
    ├── meta-boxes.php
    ├── plugin-activation.php
    ├── post-types.php
    ├── template
    │   ├── archive-car_listing.php
    │   └── single-car_listing.php
    ├── thumbnails.php
    ├── type-taxonomy.php
    └── widget-listing.php

How to Use the Plugin

  1. Installation:

    • Download the car-listing-plugin.zip file.
    • Log in to your WordPress dashboard.
    • Navigate to Plugins > Add New > Upload Plugin.
    • Browse to the downloaded zip file and click Install Now.
    • After installation, activate the plugin.
  2. Adding New Car Listing:

    • Navigate to Dashboard > Car Listings > Add New.
    • Fill in the car details such as title, description, featured image, and custom fields.
    • Publish your listing.
  3. Using Shortcodes:

    • Use the shortcode [car_listings] to display car listings in any post or page.
    • For specific listings, use the shortcode with the ID attribute, e.g., [car_listings id="123"].
  4. Displaying Car Listings:

    • The plugin provides a widget named "Car Listing Widget" with custom settings.
    • Add this widget to any sidebar or widgetized area to showcase the latest car listings.
    • The custom archive index listing and custom single page templates can be found in the templates/ directory.
  5. Plugin Settings:

    • Go to Dashboard > Car Listing Settings to configure default settings.
    • Here, you can set a default car listing image and other global settings.
  6. API Integration:

    • The plugin is API ready, allowing developers to fetch or send data to external systems. Check the documentation for API endpoints and usage guidelines.

Notes

This plugin is designed with extensibility in mind. Developers can easily extend its functionalities using the provided hooks, filters, and templates. Make sure to always back up your website before making major changes or updates to the plugin.


Developed by Ruel Nopal

car-listing's People

Contributors

raketbizdev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.