# FrE Profile Slider

### Introduction

* FrE Profile Slider plugin is used to create the list of freelancer profiles as a slider.
* FrE Profile Slider plugin can be only used for FreelanceEngine theme.

### Set up

You can go to Plugins > Installed plugin > Add new plugins > Upload Plugin.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/65aa38b1f1393916b8ea1951/file-xzggO1O4kO.png)

After installing and activating the plugin successfully.

You can go to FrE Profile Slider Settings:

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/664af65528c1653589f39539/file-EALh3U5mtb.png)

You can also replace the default text.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/664af69372987f726dc81b1a/file-eyya96zSKK.png)

You can enter the number of profiles to show , sort by created date or high rating.

You can use the shortcode to integrate the profiles list to the homepage by Editing *page-home-new\.php*:

You can use theme editor or the other editors:

Insert these lines of code:

```
<?php echo do_shortcode('[fre_profile_slider]'); ?>
```

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/664af732da70d458ca81465b/file-0J4kld6c9k.png)

You can also use the shortcode for building custom homepage with Elementor.

```
[fre_profile_slider]
```

You can also add custom CSS code by clicking to Custom css tab

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/664af7bec05e253765b4f628/file-DwMyGaihfQ.png)

Please contact us [here](https://www.enginethemes.com/help/i-have-a-basic-question/) if you have any question


---

# 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://enginethemes.gitbook.io/docs/freelanceengine/fre-introducing-the-extensions/fre-profile-slider.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.
