Download Latest Version rabio-wp-grid-2023-11.zip (157.4 kB)
Email in envelope

Get an email when there's a new version of Rabio-WP-Grid

Home
Name Modified Size InfoDownloads / Week
rabio-wp-grid-2023-11.zip 2023-11-23 157.4 kB
readme.txt 2022-07-15 2.0 kB
Totals: 2 Items   159.5 kB 0
Rabio WP Grid Installation Instructions

Before you install

Rabio WP Grid was developed as an alternative front end for a wordpress blog.
It is a simple PHP script that reads all published posts from a wordpress blog, straight from the database and it presents data using Bootstrap.
Before installing Rabio WP Grid, it is necessary to have access to the database that your wordpress site is installed on. The credentials are located in the root directory of wordpress installation on file wp-config.php which is the main config file for a wordpress installation.
In this you need to locate MySQL settings as below:

	● DB_NAME
	● DB_USER
	● DB_PASSWORD
	● DB_HOST
	● Value of $table_prefix variable

Basic Instructions

1. Once you get the rabio-wp-grid.zip file, unzip it.

2. Upload all files to the desired location on your web server:

2.1. Create a subdirectory in the root of your server where you want to
have your Rabio WP Grid installation (e.g.
http://example.com/wpgrid/). Once you create the directory on your
server then upload the contents of the unzipped Rabio WP Grid
package to the directory via FTP.

2.2. Note: If your FTP client has an option to convert file names to
lowercase, make sure it’s disabled.

3. Inside the installation directory, locate & edit confing.php which is the
main configuration file.
Update the values using those from the wp-config.php file
// DATABASE CONFIGURATION
$data_server = "{server host}";
$data_user = "{database_user}";
$data_pswd = "{password}";
$data_db = "{database name}";
$table_prefix = "{table prefix}";

4. On config.php there some extra variables that can be used for changing
the way it appears.

5. After Rabio WP Grid is installed in its own subdirectory, called wpgrid
for example, you should visit: http://example.com/wpgrid/

6. That’s it! Rabio WP Grid should now be installed and running.

If you install Rabio WP Grid and you like it, please send us the link on
admin@rabio.eu to check it out.
Source: readme.txt, updated 2022-07-15