
"Read more..." button does not work and links to the homepage
Topics related to Realistic theme goes here.
-
-
- Posts: 15
- Joined: Thu Sep 03, 2015 9:21 pm
The title is pretty self-explanatory. It's this button:


- Asmi Khalil
-
- Posts: 779
- Joined: Fri Jun 26, 2015 7:13 am
- Display Name: Asmi Khalil
- Location: Tunisia
Oh no this is very critical bug. Realistic has been downloaded more than 250 times and no one reported it before you. Thank you very much for reporting this issue.
Well here is how to fix it:
Open content.php file ( located in /template-parts ) with code editor and scroll down to line 46.
Now change this line:
to:
Why? because the the_permalink() function Print the post URL and the get_permalink() only return the URL ( Doesn't display it to the end user )
I am really sorry about this
Well here is how to fix it:
Open content.php file ( located in /template-parts ) with code editor and scroll down to line 46.
Now change this line:
<?php get_permalink($post->ID); ?>
<?php the_permalink(); ?>
I am really sorry about this

I think there is a world market for maybe five computers. - IBM chairman Thomas Watson, 1943
-
-
- Posts: 15
- Joined: Thu Sep 03, 2015 9:21 pm
Bugs happen, it's alright. I'm more worried that 249 other people didn't notify you.
That being said, your fix worked.
That being said, your fix worked.
- Asmi Khalil
-
- Posts: 779
- Joined: Fri Jun 26, 2015 7:13 am
- Display Name: Asmi Khalil
- Location: Tunisia
I have updated the theme. Version 1.0.3 is now available at our website. Now I hope my theme get approved by WordPress theme review team and added to their directory.
I think there is a world market for maybe five computers. - IBM chairman Thomas Watson, 1943
Who is online
Users browsing this forum: No registered users and 2 guests
It is currently Fri Feb 22, 2019 8:37 pm