I did some changes in the file content-portfolio.php but don't works in the child theme in this path /wp-content/themes/betheme/child/includes/content-portfolio.php. Do you know can I do it for keep the original theme files??
you can not keep original files in child theme of course. Child theme works only with 2 files: style.css and functions.php. More details about child theme you can read on https://codex.wordpress.org/Child_Themes
Really? Which one? Because sounds like the theme you refer to were not made in accordance to WP API. We have no idea what themes you mean but for sure they are not made properly because child themes works only with 2 files only what you saw on page we sent you above.
Thanks for your fast reply. The theme example is 123garden. I don't know if it break the WP API but I know that the customers can do customizations without touch the father theme.
Comments
you can not keep original files in child theme of course. Child theme works only with 2 files: style.css and functions.php. More details about child theme you can read on https://codex.wordpress.org/Child_Themes
Thanks!
$output .= '<div class="title_wrapper">';
$output .= '<h5 class="entry-title" itemprop="headline">' . get_the_title() .'</a><br />
<span class="linkport"><a target="_blank" href="'. $ext_link .'">Ver web</a></span></h5>';
$output .= '<div class="button-love">'. mfn_love() .'</div>';
$output .= '</div>';
Thanks for understanding!
Thanks for understanding!