Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter rusnarod

    (@rusnarod)

    Alright. I will give it another try when i get home. Do you think the Russian version of archive.php could be different in some way? I will show you what my original code looked like just so you can compare it with the original code that you had.

    Thanks for helping me out!! i really apreciate it!

    Do you think the Russian version of archive.php could be different in some way?

    Only if the theme you’re currently using is an amended version of the default Kubrick theme. If it came with WordPress, it’s almost certainly the same as mine.

    Just noticed that you’re using WP 2.6.5 whilst my local version is 2.7.1. so there could have been a problem with the code I suggested earlier.

    Try https://wordpress.pastebin.ca/1379231 instead.

    Thread Starter rusnarod

    (@rusnarod)

    Yeah!! now it works!! i guess that was the problem! The only other question i have is if it’s possible to make the Author’s name appear as a link that, if clicked on, would show the reader the author’s profile page, or at least other posts by that same author.

    Thanks for everything!

    Excellent! Sorry for the false start earlier. I should have checked which version of WordPress you were using before offering some code.

    If you want the author’s name to be a link to their website, replace <?php the_author() ?> with <?php the_author_link(); ?> in archive.php. However, this will only work if your authors have entered a url in the Website field of their user profile and the link will just take visitors to that url. There’s no option to display a user profile

    If you’d rather display all of their posts, replace <?php the_author() ?> with <?php the_author_posts_link(); ?>.

    Thread Starter rusnarod

    (@rusnarod)

    You are the best!! thanks so much!

    Can you give you your email? so i cant contact you directly in the future if any additional problems arise?

    I’m flattered but I’m not always around. Or have the spare time. If you post any future queries here, either I’ll pick them up or someone else will.

    Thread Starter rusnarod

    (@rusnarod)

    Got ya!!

    Alright well thanks for everything anyway! Best of luck to ya!

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘How to install TEMPLATE TAGS?’ is closed to new replies.