Site icon Catch Themes

Remove Permalink To

www.calprogramsautistic.org Per your comment in an earlier post, I am restoring the required footer message if my request to upgrade to Pro early week is not approved. I wish to remove the "Permalink to" reference on the homepage slider - I research on this site and did not find a previous post. I found this article http://wordpress.org/support/topic/remove-permalinks-to-hover-in-post-title and this addresses the subject however after editing the child theme files content.php, content-gallery.php and content-image.php to remove these words, I still see the reference in my tag hover....After inspection I think the correct file to edit would only need to be content-gallery.php for the slider. a. Is content-gallery.php the correct file to edit? Why didn't this work? b. I removed the reference in bold below in the code and any other similar text in this file. <div class="entry-container post-format"> <header class="entry-header"> <h1 class="entry-title">" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'catcheverest' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></h1> <h2 class="entry-format">" title="<?php _e( 'All Gallery Posts', 'catcheverest' ); ?>"><?php _e( 'Gallery', 'catcheverest' ); ?></h2> </header><!-- .entry-header --> <div class="entry-content">
Exit mobile version