WP Manifestindependent plugin directory
manifest / content / analisa-site-projects

Analisa Site Projects

Projetos dos clientes.

by Rafy Co. · github.com/rafywp/analisa-site-projects · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/rafywp/analisa-site-projects/archive/refs/heads/master.zip

Declares an update source (https://github.com/RafyWP/analisa-site-projects/tree/master), so updates arrive through the plugin's own updater.

Readme

Analisa Site Projects

A WordPress plugin for managing and searching client projects.

Description

The Analisa Site Projects plugin allows you to add and manage client projects in WordPress. It provides a shortcode to display an AJAX search for projects, enabling users to quickly find projects by title or site URL.

Features

  • Creates a [analisa_projects_search] shortcode for project searching
  • AJAX search by title or site URL
  • Stores the selected project ID in a browser variable
  • Clean and responsive interface

Installation

  1. Upload the plugin files to the /wp-content/plugins/analisa-site-projects/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place the [analisa_projects_search] shortcode on any page or post where you want to display the search

Usage

Basic Shortcode

[analisa_projects_search]

With Attributes

[analisa_projects_search placeholder="Type project name..." class="my-custom-class"]

Available Attributes

  • placeholder: Placeholder text for the search field (default: "Search projects...")
  • class: Additional CSS classes for the search container

Plugin Structure

analisa-site-projects/
├── assets/
│   ├── css/
│   │   ├── analisa-site-projects.css
│   │   └── analisa-site-projects.min.css
│   └── js/
│       ├── analisa-site-projects.js
│       └── analisa-site-projects.min.js
├── includes/
│   └── class-analisa-site-projects.php
├── languages/
│   └── analisa-site-projects.pot
├── analisa-site-projects.php
└── README.md

Requirements

  • WordPress 6.7 or higher
  • PHP 7.4 or higher

License

GPL-2.0-or-later

Read the full README on GitHub →