# Portfolio Category

#### **How to Add a New Portfolio Category in WordPress** <a href="#how-to-add-a-new-portfolio-category-in-wordpress" id="how-to-add-a-new-portfolio-category-in-wordpress"></a>

Organizing your portfolio items with categories makes it easier for visitors to navigate your work. Follow these steps to add a new portfolio category:

<figure><img src="/files/En1aOojdiCaO8Rfm89s0" alt=""><figcaption></figcaption></figure>

#### **1. Navigate to Portfolio Categories** <a href="#id-1.-navigate-to-portfolio-categories" id="id-1.-navigate-to-portfolio-categories"></a>

* Go to **WordPress Dashboard** → **Portfolio** → **Portfolio Category**

**2. Fill in the Category Details**

* **Name**: Enter the category name as you want it to appear on your site.
* **Slug**: Add a URL-friendly version of the category name (**lowercase, no spaces, use hyphens**).
* **Parent Portfolio Category**: If this is a subcategory, select a parent category. Otherwise, leave it as "None."
* **Description**: (Optional) Some themes may display this description.

#### **3. Customize Category Appearance** <a href="#id-3.-customize-category-appearance" id="id-3.-customize-category-appearance"></a>

* **Image**: Upload an image for taxonomy listing or single-page shortcodes.
* **Icon Image**: Upload an icon image for portfolio listings.
* **Icon**: Select an icon to represent the category.
* **Icon Color**: Choose a color for the icon.
* **Background Color**: Set a background color for the category display.
* Click **Add New Portfolio Category** to save your changes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://buddhathemes-test.gitbook.io/ogie/portfolio/managing-your-portfolio/portfolio-category.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
