My blog is located at /blog/.
I set WordPress address (URL) to http://<mydomain>/blog
and
Blog address (URL) to http://<mydomain>.com
Had to edit and move the index file. I am sure you are familiar with the procedure to set up wordpress like this.
The problem:
The links to edit posts are no longer showing. Even if I have the code in my templates.
Code:
<?php edit_post_link('Edit this entry.','',''); ?>
I'm not a wordpress pro. How can I fix this?