jameshong27
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with a title in pageI am not sure. I found the same problem occurred in youtube. But it does not has “>
Forum: Fixing WordPress
In reply to: Problem with a title in pageIf i removed the code above, the wording will come back.
Forum: Fixing WordPress
In reply to: Problem with a title in pageI pasted this code in the function.php
if ( ! function_exists( ‘woocommerce_product_loop_start’ ) ) {
/**
* Output the start of a product loop. By default this is a UL
*
* @access public
* @param bool $echo
* @return string
*/
function woocommerce_product_loop_start( $echo = true ) {
ob_start();
wc_get_template( ‘loop/loop-start.php’ );
if ( $echo )
echo ob_get_clean();
else
return ob_get_clean();
}
}Forum: Fixing WordPress
In reply to: Problem with a title in pageI pasted them but now there is a “> at the end and my photo does not align properly.
Forum: Fixing WordPress
In reply to: Problem with a title in pageWhere can i find this?
desktop-columns-4 tablet-columns-2 mobile-columns-1