spaantje
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Just done so: https://github.com/Yoast/wordpress-seo/issues/3367
Forum: Plugins
In reply to: [WooCommerce] woocomerce 2, renaming tabsadd_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs ) { global $product, $post; if ( $product->has_attributes() ) { $tabs['additional_information']['title'] = __( 'Eigenschappen' ); } return $tabs; }Will work
Forum: Fixing WordPress
In reply to: Link to blog in templateThat’s not working.
get_bloginfo(‘url’); Points to the frontpage..
But i can’t seem to find the posts-page url.Forum: Fixing WordPress
In reply to: Link to blog in templateThat is correct.. But i want the template to be universal so that is still works without knowing the page id..
Forum: Fixing WordPress
In reply to: Link to blog in templateI already use that one for the menu.
Thanks, But i don’t think it’s what i’m looking for.
I can’t look for the page that’s displaying the posts.
I can just in/exclude page id’s.If that’s the only way i can just use a hardcoded url.
Any other suggestions?
Viewing 5 replies - 1 through 5 (of 5 total)