We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2d104 commit 3493f35Copy full SHA for 3493f35
multiloquent-base.php
@@ -734,7 +734,7 @@ function multiloquent_paralax_featured_sliders() {
734
$output.= '<span style="background-image:url(' . $theimg . ');" class="grayscale"></span>';
735
$output.= '<div class="paralax_image_bg halfheight ' . $colour . '"></div>';
736
$output.= '<div class="paralax_image_text halfheight">';
737
- $output.= '<span class="h1"><a href="' . get_permalink($val->ID) . '">' . multiloquent_post_title($val->ID) . '</a></span>';
+ $output.= '<span class="h1"><a href="' . get_permalink($val->ID) . '">' . $this->multiloquent_post_title($val->ID) . '</a></span>';
738
$output.= '</div></div>';
739
$count++;
740
}
0 commit comments