Wp theme search (WP-CLI)

Uit De Vliegende Brigade
Versie door Jeroen Strompf (overleg | bijdragen) op 11 sep 2022 om 12:27 (Nieuwe pagina aangemaakt met '<pre> $ wp help theme search NAME wp theme search DESCRIPTION Searches the WordPress.org theme directory. SYNOPSIS wp theme search <search> [--page=<pag...')
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Naar navigatie springen Naar zoeken springen
$ wp help theme search

NAME

  wp theme search

DESCRIPTION

  Searches the WordPress.org theme directory.

SYNOPSIS

  wp theme search <search> [--page=<page>] [--per-page=<per-page>] [--field=<field>] [--fields=<fields>]
  [--format=<format>]

  Displays themes in the WordPress.org theme directory matching a given
  search query.

OPTIONS

  <search>
    The string to search for.

  [--page=<page>]
    Optional page to display.
    ---
    default: 1
    ---

  [--per-page=<per-page>]
    Optional number of results to display. Defaults to 10.

  [--field=<field>]
    Prints the value of a single field for each theme.

  [--fields=<fields>]
    Ask for specific fields from the API. Defaults to name,slug,author,rating. Acceptable values:

    **name**: Theme Name
    **slug**: Theme Slug
    **version**: Current Version Number
    **author**: Theme Author
    **preview_url**: Theme Preview URL
    **screenshot_url**: Theme Screenshot URL
    **rating**: Theme Rating
    **num_ratings**: Number of Theme Ratings
    **homepage**: Theme Author's Homepage
    **description**: Theme Description
    **url**: Theme's URL on wordpress.org

  [--format=<format>]
    Render output in a particular format.
    ---
    default: table
    options:
      - table
      - csv
      - json
      - count
      - yaml
    ---

EXAMPLES

    $ wp theme search photo --per-page=6
    Success: Showing 6 of 203 themes.
    +----------------------+----------------------+--------+
    | name                 | slug                 | rating |
    +----------------------+----------------------+--------+
    | Photos               | photos               | 100    |
    | Infinite Photography | infinite-photography | 100    |
    | PhotoBook            | photobook            | 100    |
    | BG Photo Frame       | bg-photo-frame       | 0      |
    | fPhotography         | fphotography         | 0      |
    | Photo Perfect        | photo-perfect        | 98     |
    +----------------------+----------------------+--------+