We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A bunch of stuff are hard-coded.
$nr_of_rows
$pages_per_set
The text was updated successfully, but these errors were encountered:
The config.yml file has a posts_on_page setting, that is once used to set the value for $nr_of_rows:
config.yml
posts_on_page
# lib/PearlBee/Posts.pm my $nr_of_rows = config->{'posts_on_page'} || 5; # Number of posts per page
So I'll do the following:
config->{'posts_on_page'}
Sorry, something went wrong.
Merge pull request xsawyerx#1 from deluxaran/forgot-password
0c08166
Forgot password
book
Successfully merging a pull request may close this issue.
A bunch of stuff are hard-coded.
$nr_of_rows
$pages_per_set
The text was updated successfully, but these errors were encountered: