Skip to content
New issue

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

Listing Pagination in Profile Tabs. #636

Open
laranz opened this issue Jan 10, 2022 · 3 comments
Open

Listing Pagination in Profile Tabs. #636

laranz opened this issue Jan 10, 2022 · 3 comments
Assignees

Comments

@laranz
Copy link

laranz commented Jan 10, 2022

All the other tabs hide, after we click the pagination and visit the second page.

Before Clicking the pagination.

image

After Clicking the Pagination.

image

@wpdev10
Copy link
Collaborator

wpdev10 commented Jan 11, 2022

I see the issue is due to get_query_var( 'paged' ) as the other tabs like comments, posts has the same function used to get the current page number and show content accordingly and if there is no content for other tabs then it will hide.

@laranz
Copy link
Author

laranz commented Jan 11, 2022

is this by design? or a bug that needs fixing? @wpdev10

@wpdev10
Copy link
Collaborator

wpdev10 commented Jan 12, 2022

No, it's not a design issue. It needs fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants