Hello,
I want to add some custom content using custom fields at end of post for which I am using after_content hook. It works perfectly.
The only issue is that it displays that data after category and post navigation links, which I have enabled. I want to have the custom data (for which I am using hook) before that meta data. I think one way is to disable that post meta and then display manually by adding that data code in hook after the required data.
Please guide me the best method to achieve desired result along with instructions. Thanks in advance.
Muhammad Qasim