Banner for Featured Posts Grid
A javascript based display of post titles and thumbnails in a grid layout. Wordpress Tutorial
Noted That:
  • To install correctly this featured-posts-grid.zip .
  • Fisrt Download the featured-posts-grid.zip to your computer
  • Extract/Open featured-posts-grid.zip to Your Computer.
  • Then, Find readme.txt file inside featured-posts-grid.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " featured-posts-grid.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Featured Posts Grid

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Featured Posts Grid

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Featured Posts Grid

Step-5 : Now, Browse " featured-posts-grid.zip " Downloaded plugin from your computer, Where you downloaded " featured-posts-grid.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Featured Posts Grid

Step-6 : Now, Click on " Active Plugin "

Activate Featured Posts Grid

Step-7 : Then, See left Side Menu. " Featured Posts Grid " folder is added on left Side Menu. Now, Click on " Featured Posts Grid " folder.

Noted that: If you do not see " Featured Posts Grid " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Featured Posts Grid Configurations and Settings or How to work " Featured Posts Grid " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Featured Posts Grid " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Featured Posts Grid
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Installation

  • Use the built-in WordPress plugin installer.

    OR

  • Download the zip file and extract the contents.
    Upload the ‘featured-posts-grid’ folder to your plugins directory (wp-content/plugins/).

  • Activate the plugin through the WordPress ‘Plugins’ menu.
  • Recommendation: Refer to “How to Use” and “FAQ” for useful info.

How to Use

To use this plugin to display the most recent posts in any category and with any tag:

  • Copy and paste the code below to your desired template location:

If you would like to customize what posts are displayed:

  • Copy and paste the code below to your desired template location:
    ”,/* comma separated list of category ids to include (put ‘-‘ in front of ids to exclude) */
    ‘tag’ => ” /* comma separated list tag slugs to include */);
    echo fpg_show($args);
    }?>
  • Modify the ‘$args’ array to filter out only the posts that you would like displayed. Delete any entries in the array you don’t want to use (be careful with the commas. See here for more details on all valid query parameters. Contact me if you have any questions about getting just the posts that you want.
  • Recommendation: Create a new ‘featured’ tag and put it on the posts that you want to displayed and add that category’s slug to the array in the code above.

If you would like to display the featured posts scroll inside of a post:

  • Insert the following shortcode in your post:
    [fpg]
  • Arguments can also be used with the shortcode to specify posts to display:
    [fpg cat=”-3? tag=”featured”]

Name