-
Notifications
You must be signed in to change notification settings - Fork 22
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
Taxonomy pages problem #18
Labels
Comments
I have pushed a fix for this, we still need to filter the page title and use the new "GD Archive" page template content but its working for now and working well in most themes tested. |
Stiofan
pushed a commit
that referenced
this issue
Mar 14, 2019
kprajapatii
added a commit
that referenced
this issue
Feb 25, 2020
kprajapatii
added a commit
that referenced
this issue
Oct 7, 2020
kprajapatii
added a commit
that referenced
this issue
May 13, 2021
kprajapatii
added a commit
that referenced
this issue
Oct 6, 2022
kprajapatii
added a commit
that referenced
this issue
Aug 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Kiran, (tagging Paolo also in case he has any feedback)
My idea of hijacking the first the_post loop and then setting our own one still has the problem that it will output the first item of the loop at the end and there is no easy way to remove it.
My other idea is two parts, we give the option of two views:
#1 We just filter the_content on the archive page and add our own stuff
#2 We copy the theme archive.php and store it somewhere and use some regex to replace the loop code with our own which would be wrapped in our wrappers and use our own get_template_part('listing','list');
The text was updated successfully, but these errors were encountered: