How Do I Use Quickbooks
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Posts forwarding user back to Home PageWell, I had to disable the plugin that was causing the issue. Leaving the plugin activated would leave my site non-functional. 🙁
Forum: Fixing WordPress
In reply to: Pagination not showing for posts by categoryThanks for your help @keesiemeijer
Forum: Fixing WordPress
In reply to: Pagination not showing for posts by categoryThought I would add this to the post…
I located a plug-in that setup the child theme with just a few clicks,
Child Theme ConfiguratorAfter activating the child theme, I added
<?php wp_pagenavi(); ?>
to the category.php file instead of
<?php celestial_lite_post_nav( ‘nav-below’ ); ?>
mentioned above, since I am using the plugin WP-PageNavi to customize my pagination.Problem solved!
Forum: Fixing WordPress
In reply to: Pagination not showing for posts by categoryI created the child theme as directed in the codex, however my themes panel says that it is missing a style sheet. any ideas?
Forum: Fixing WordPress
In reply to: Pagination not showing for posts by categoryCelestial lite
Downloaded it within WordPress on my siteForum: Fixing WordPress
In reply to: [WordPress] Pagination to CategoriesI am having a similar issue.
I have posts categorized and display some of the categories in my menu. When you select a category from the menu, it displays the correct number of posts (as selected in the wordpress reading settings). However, there is no pagination displayed. No page 2+ or next page, etc.
Any guidance would be greatly appreciated!
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Posts forwarding user back to Home PageI have narrowed the issue down to a plugin, Wishlist Member. Have you come across this before? Do you have a fix?