Skip to content

Commit

Permalink
Issue for Single Product page - not showing all product - issue has s…
Browse files Browse the repository at this point in the history
…olved
  • Loading branch information
codersaiful committed Oct 15, 2020
1 parent ce6e962 commit ac6ca5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,10 @@ function wpt_table_edit_link( $table_ID ) {
* @return type
*/
function wpt_args_manipulation_frontend( $args ){

if( is_page() || is_single() ){
return $args;
}
//MainTain for Archives Page
global $wpdb;
$query_vars = isset( $GLOBALS['wp_query']->query_vars ) ? $GLOBALS['wp_query']->query_vars : false;
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ You can easily show specific category products. While creating new table click o
= 2.7.6 =
* Fixed: Product Weight calculation issue fixed.
* Added: Elementor Widget Features Added.
* Fixed: Table on Product Page (Not showing product issue) has solved

= 2.7.5 =
* Fixed: Chrome Scrollbar Issue fixed.
Expand Down

0 comments on commit ac6ca5f

Please sign in to comment.