Create see more with link post

Posted in: Newspaper
Post count: 14

Hi!

I’m trying create a link with the text “(+ Saiba mais)read more” and when you click open the post.

My code: http://prntscr.com/8ojusz

Result: http://prntscr.com/8ojvaa

When you hover over the title it displays the link http://prntscr.com/8ojvn4

I would like to do the same with the “+ Saiba mais”.

How can do it?

Tks!

Post count: 1291

Hi,

The get_permalink() function returns the url for the current post, on pages the current post is the actual page. To make it return the url for each post you have to add the id, try to use:

get_permalink($this->post->ID);

You can read more about it here – https://developer.wordpress.org/reference/functions/get_permalink/

Thank you!

  • This reply was modified 10 years by Emil G.
Post count: 14

Hi!

Very simple.

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.