Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • *provides for their plugin. Or from who / where I took this.

    I wish I could give you a hug. Could you elaborate on the logic within this, to someone less savvy with PHP? Also, because the solution AIO SEO provides for this plugin looks so clean:

    add_filter('aioseop_canonical_url','nocanonicalonnoindex', 10, 1);
    
    function nocanonicalonnoindex($url){
    
    	global $post;
    	if( get_post_meta($post->ID,'_aioseop_noindex', true)){
    			return false;
    	}
    
    	return $url;
    
    }

    Thank you enormously.

    cjconnorjr

    (@cjconnorjr)

    I believe he wanted the Posts page to be the Home page, and the 2 coulmn setting (or at least the margin) removed. I’m also having this issue.

    Is there a snippet within index.php that could be edited to achieve this?

    Finally, with the Home page image, and subsequent Featured Images within Pages, I would like to use the size attributed to Featured Images for the Home page, and just have 1 image consistently throughout. Thinking this snippet within header.php will have some effect:

    <?php get_template_part( 'template-parts/header/header', 'image' ); ?>

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)