Ticket for: Post Grid
0
Aishwarya R. Jangam
I want the read more button link to open in the same tab
I used following function to get read more button.
function post_grid_filter_grid_item_read_more_extra($read_more){
return $read_more.' Hello';
}
add_filter('post_grid_filter_grid_item_read_more','post_grid_filter_grid_item_read_more_extra');
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
you can do this via layout editor, please see the screenshot how you can do this.
https://imgur.com/3wbT9mr
If target input field doesn't displaying please remove it and new one, target input field will appear.
Regards