-
-
Hi,
I would like to have Blog layout with feature image align at the left and content at right and when a person click on the Detail of the Blog then the image at the top and the content at the bottom. So please can anyone help me on that
-
Hello,
Please got to Specular > Blog Config and set Blog Style > Alternate. Save! By default the single blog posts have all the content below the featured image.
Best regards!
-
Thanks Mihaila,
Can you please help me on, How i can decries the height of the image on blog post detail page. and also i would like to have title of the blog at the top of image
-
-
Hello,
You can change it in file functions.php. Find this line:
add_image_size( 'blog', 825, 340, true );
change the values of width and height and save. After import again the images, or run a plugin to recreate thumbnails.
You can read more about this in this article.Best regards!
-
Thanks Mihaila,
I had ask another question that how i can put the title and date at the top of the image.
-
Hello,
Yes. Do you need the date too? Please go to file include\view\blog\loop-index.php and find this line:
<h1><a href="<?php echo esc_url(get_permalink()) ?>"><?php echo esc_html(get_the_title()) ?></a></h1>
Remove it. Now, paste this code:
<h1><a href="<?php echo esc_url(get_permalink()) ?>"><?php echo esc_html(get_the_title()) ?></a></h1><?php echo get_the_date() ?>
, right before this line:<div class="media">
.
Please find here, the result code.Best regards!
-
Thanks Mihaila,
Can you please help me on the blog posts “alternate” Layout out as i want to reduce the Thumbnail Size and also i would like to have the Title of the post at the top of the Thumbnail and also the Tags and Category at the Bottom of the Thumbnail same the way the following wordpress blog theme have
https://businessetup.com/blog/
Thanks for your Quick reply.
-
Hello,
Sorry but these types of customization are not included in support services.
Best regards!
-
You must be logged in to reply to this topic.