Archived topic
Category display and Replies to WP comments
5 replies · Started by Daniel on February 23, 2023
Hi,
How could I move the category display within an article from the bottom of the page to the top, next to the publication date?
And since I'm opening this topic, I could really use some help implementing a "Notify me of follow-up replies via email" feature, as I've seen on this forum. In other words, to notify users about replies to their WordPress comments.
I would be very grateful if you could help me with a solution to the two problems mentioned above.
Thank you in advance.
Hi Daniel,
How could I move the category display within an article from the bottom of the page to the top, next to the publication date?
Can you link me to an article?
, I could really use some help implementing a “Notify me of follow-up replies via email” feature, as I’ve seen on this forum. In other words, to notify users about replies to their WordPress comments.
GP doesn't have this feature, I would recommend looking for a plugin.
Thanks for your answer.
This is a link to an article on my website.
https://sondajebune.com/cum-sa-faceti-bani-din-afiliere-si-venituri-pasive-cu-cpalead/
As for the second issue related to "Notify me of follow-up replies via email", I can provide a snippet from this topic on GP Forum.
https://i.imgur.com/kfVQ3t9.jpg
If GP doesn't have this feature, can you tell me how you got such an option enabled?
Thanks in advance.
If GP doesn’t have this feature, can you tell me how you got such an option enabled?
This is an option from the forum plugin, not from GP.
How could I move the category display within an article from the bottom of the page to the top, next to the publication date?
I'm not seeing a published date on your article.
However, you can use a block element - post meta templateto create your own format, you can add categories in to the block element:
https://docs.generatepress.com/article/block-element-post-meta-template/
Or
You can use a function like this to modify the header meta:
https://docs.generatepress.com/article/generate_header_entry_meta_items/#add-categories-to-the-header-meta-items
Thank you.
No problem :)