Title: SX Featured Page Widget
Author: RedWeb.tn
Published: <strong>December 9, 2015</strong>
Last modified: December 9, 2015

---

Search plugins

![](https://ps.w.org/sx-featured-page-widget/assets/banner-772x250.png?rev=1304040)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/sx-featured-page-widget/assets/icon.svg?rev=1303954)

# SX Featured Page Widget

 By [RedWeb.tn](https://profiles.wordpress.org/sabrex82/)

[Download](https://downloads.wordpress.org/plugin/sx-featured-page-widget.zip)

 * [Details](https://wordpress.org/plugins/sx-featured-page-widget/#description)
 * [Reviews](https://wordpress.org/plugins/sx-featured-page-widget/#reviews)
 *  [Installation](https://wordpress.org/plugins/sx-featured-page-widget/#installation)
 * [Development](https://wordpress.org/plugins/sx-featured-page-widget/#developers)

 [Support](https://wordpress.org/support/plugin/sx-featured-page-widget/)

## Description

[SX Featured Page Widget](http://www.redweb.tn/sx-featured-page-widget-wordpress-plugin/)
creates a widget that features a specific page, showing its contents.

Check official website for

 * [More info](http://www.redweb.tn/sx-featured-page-widget-wordpress-plugin)
 * [Comments/Suggestion](http://www.redweb.tn/sx-featured-page-widget-wordpress-plugin)
 * [About author](http://www.sabri-elgueder.tn/)

[SX Featured Page Widget](http://github.com/redweb-tn/sx-featured-page-widget) is
available on GitHub. If you want to contribute, please fork it and send a pull request!

## Screenshots

[⌊Admin Screen for SX Featured Page Widget http://www.redweb.tn/sx-featured-page-
widget-wordpress-plugin⌉⌊Admin Screen for SX Featured Page Widget http://www.redweb.
tn/sx-featured-page-widget-wordpress-plugin⌉[

Admin Screen for SX Featured Page Widget http://www.redweb.tn/sx-featured-page-widget-
wordpress-plugin

## Installation

This section describes how to install the plugin and get it working.

e.g.

 1. Upload `sx-featured-page-widget` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to ‘Widgets’ menu and drag it to your sidebar

## FAQ

  Can I use it outside my sidebar / widget area?

Sure you can! Just call [`the_widget()`](https://codex.wordpress.org/Function_Reference/the_widget)
wherever you want to display your featured page. If you want to customize it, there’s
four arguments:

 * `page`: The page ID. _Required_.
 * `title`: The widget title.

Example:

    ```
    <?php
    the_widget( 'SX_Featured_Page_Widget', array( 'page' => 311 ) );
    ?>
    ```

If you don’t know the page ID, you can try [`get_page_by_path()`](https://codex.wordpress.org/Function_Reference/get_page_by_path)
function:

    ```
    <?php
    the_widget( 'SX_Featured_Page_Widget', 'page=' . get_page_by_path( 'about' )->ID );
    ?>
    ```

[Frequently Asked Questions](http://www.redweb.tn/sx-featured-page-widget-wordpress-plugin/)

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“SX Featured Page Widget” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ RedWeb.tn ](https://profiles.wordpress.org/sabrex82/)

[Translate “SX Featured Page Widget” into your language.](https://translate.wordpress.org/projects/wp-plugins/sx-featured-page-widget)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/sx-featured-page-widget/),
check out the [SVN repository](https://plugins.svn.wordpress.org/sx-featured-page-widget/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/sx-featured-page-widget/)
by [RSS](https://plugins.trac.wordpress.org/log/sx-featured-page-widget/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * First version. Final 08/12/2015

## Meta

 *  Version **1.0**
 *  Last updated **11 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **4.2.39**
 * Tags
 * [featured page](https://wordpress.org/plugins/tags/featured-page/)[page widget](https://wordpress.org/plugins/tags/page-widget/)
   [pages](https://wordpress.org/plugins/tags/pages/)[sidebar](https://wordpress.org/plugins/tags/sidebar/)
   [widget](https://wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://wordpress.org/plugins/sx-featured-page-widget/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/sx-featured-page-widget/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sx-featured-page-widget/reviews/)

## Contributors

 *   [ RedWeb.tn ](https://profiles.wordpress.org/sabrex82/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/sx-featured-page-widget/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.sabri-elgueder.tn/donate/)