Broken custom link for post
-
First of all, thank you for the excellent plugin that performs its functions 100 percent … almost))
Faced the following problem – in the category template the output of category posts is registered, through
<a href="<?php the_permalink(); ?> "> <? php the_title (); ?> </a>
however, the links where the URL was manually registered are broken. For example, a working link is
https://mdktehnobud.com/produktsiya/penosteklo/uteplenie-peregorodok/?lang=uk
while manual links display
https://mdktehnobud.com/?lang=uk
. I tried to prescribe
<a href="<?php the_permalink(); ?> #TRPLINKPROCESSED "> <? Php the_title (); ?> </a>
in this case, manual links are displayed in this way
https://mdktehnobud.com/?lang=uk/produktsiya/penosteklo/uteplenie-fasada/ respectively
, the link also does not open.Please tell me how to solve this problem ??
The page I need help with: [log in to see the link]
- The topic ‘Broken custom link for post’ is closed to new replies.