Related posts and Header logo
-
Hi, guys, is there a way to increase the number of related posts shown? The way it is, I can only show 3. I would like to show at least 6 related posts. Until the last update, I could do this editing the plugin code, but now, I just cannot find where it is.
I also would like to increase the size of my header logo. It is 190×36, but I would like it to be 200×90. Again, I was able to do this until the last update, editing the code. But now, if I change
$metadata[‘publisher’][‘logo’] = array(
‘@type’ => ‘ImageObject’,
‘url’ => $structured_data_logo ,
‘height’ => 36,
‘width’ => 190,
);
to$metadata[‘publisher’][‘logo’] = array(
‘@type’ => ‘ImageObject’,
‘url’ => $structured_data_logo ,
‘height’ => 90,
‘width’ => 200,
);Nothing happens.
Regards.
- The topic ‘Related posts and Header logo’ is closed to new replies.