Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-weiner committed Jul 31, 2020
2 parents 31c59bd + c9e2125 commit 88aac4b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,15 @@ If you have any questions or issues please open a [new issue on the Github repos

First, make sure that the plugin `List Github Repositories` is installed and activated. To check this, click on the `Plugins` option from the left-hand administration sidebar in WordPress. Once the page loads, make sure `List Github Repositories` is activated.

Then navigate to the page you would like to display the table on. Begin editing the page and paste the `[gitlist git-user=""]` shortcode onto the page. In between the "" after the `git-user=` within the square brackets specify the Github user name that you would like to generate the table for.
Then navigate to the page you would like to display the table on. Begin editing the page and paste the `[gitlist git-user=""]` shortcode onto the page. Within the square brackets specify the Github user name that you would like to generate the table for in between the double-quotes after `git-user=`.

You can find your Github username within a Github URL or by selecting your profile picture in the upper right-hand corner of Github's website and copy the name listed under *** Signed in as***. *** Do not include any symbols with the Github user name. ***
You can find your Github username within a Github URL or by selecting your profile picture in the upper right-hand corner of Github's website and copy the name listed under: "Signed in as". ***Do not include any symbols with the Github user name.***

### Why are the repositories being displayed not from the correct user?

Navigate to the page where the table is being displayed. Begin editing the page and examine the `[gitlist git-user=""]` shortcode on the page. Double check that a Github username is entered within the double quotes after `git-user=` in the shortcode. Please check that this is the correct user.

***If you Do not include any Github user name within the double quotes then the repositories from user `mike-weiner` (me) will be displayed.***

## Screenshots

Expand All @@ -51,4 +57,4 @@ Initial release!
## Arbitrary section

### Github Repository
The Github Repository can be found here: https://github.com/mike-weiner/github-repo-listing/releases.
The Github Repository can be found here: https://github.com/mike-weiner/github-repo-listing/releases.

0 comments on commit 88aac4b

Please sign in to comment.