Moving the meta description
Im trying to move the meta description like the one on t he upper question, but the answer is harder to find. Can anyone help. Ive looked for a while and can not find.
Rahul Aryan selected answer
Find this:
<?php ap_answer_the_active_time(); ?>
in answer.php and cut and paste right after
<?php ap_answer_the_time(); ?>
Rahul Aryan selected as best answer
I couldnt find it in the anspressĀ pluginĀ folders, But there was a folder in my theme folder called anspress/answer.php
Odd, is that supposed to create a template folder for us.?
Rahul Aryan commented on answer
Are you using our theme? You can find answer.php inside theme/default in anspress folder. Do not edit anything inside plugin because that will be replaced in update instead copy file to you theme anspress directory and edit there.