Hello Guys,
I love the NewsPaper theme.
Today I created a great homepage for my blog.
This is a screenshot

but all the articles are so small (small image preview). Before setting this homepage I had the classic post view where posts are bigger. This is a screenshot.

How can I make the posts bigger?
I was using the M4 template now I use the block 4 template but it seems small than the M4 template.
Another thing the title of my page is Home | PcExpert but I only want PcExpert. Is it possible to change it? I’m using the Yoast SEO plugin
Hi,
Module 4 is NOT equal to Block 4, please check this here to make an idea how the modules are used to create blocks – http://screencast.com/t/eDt7siRcNWT Module 4 is used only for first article on block 1 or 17 – http://screencast.com/t/KjLmYN5o8Jr So there is not complete block designed by module 4.
To have the exact thumb size on block 4 you will need custom modifications and change this in td_config file – http://screencast.com/t/tVABsLJVyLUI Or add a new thumb size and use it only for module 2 – http://screencast.com/t/2dr7D8CC
My suggestion is to use block 5 or 6 if you need a larger thumb – http://demo.tagdiv.com/newspaper/block-5/
Regarding the SEO title, you can change it from your homepage using Yoast Seo – http://screencast.com/t/npRnXROk
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
I did this but it doesn’t work.
td_api_thumb::add('td_324x160',
array(
'name' => 'td_324x160',
'width' => 324,
'height' => 160,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Module 1, 2', 'Block 2, 3, Big grid 2'
)
)
);
td_api_thumb::add('td_324x235',
array(
'name' => 'td_324x235',
'width' => 324,
'height' => 235,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Module 3, 4, 5, 11, MX3', 'Block 1, 4, 5, 6, 13, 17, 20'
)
)
);
What about if I want only PcExpert as title? Now I have Homepage – PcExpert
Hello,
You will have to be careful when modifying the theme files as it will affect other parts of your website as well. For example, in your case with the thumbnail modification, it will enlarge the thumbnail on every module that uses the thumbnail. You will be better off using another block as Alin suggested ( block 5 or 6 ).
If you really need to modify the files, you will have to regenerate your thumbnails after every modification. Only after that you will see the results. Right now the theme is using the thumbs which were created using the default parameters before your modification.
As for the title, Alin showed you how to edit the title from the SEO plugin: http://screencast.com/t/npRnXROk
I hope this helps.
Thank you!