Thank you!
How can I make it show the whole post with pictures and everything? Right now it shows all the text but without proper formatting, I would like it to show the same post as when I click it like with the default Twenty-twelve-theme. Is that possible?
Basically you need to find the_excerpt and change it to the_content in your template file.
Well, forget about that. I downloaded your theme, looked at its source.
Basically what you need to do is set up Child Theme, first.
Then copy /wp-content/themes/satu/inc/theme-functions.php and paste it in /wp-content/themes/your-child-theme-directory/inc/ and then edit that file from child theme.
Go to line 28 and change return 40; to something you want like, return 150;.
Okay, thank you.
Another question: Is it possible to change the profile pic in the header o something else than a gravatar? Like a custom picture? If so, how? 🙂
Give me link to site, where this issue belongs. If you can, give me screenshot as well to easily identify the issue.
Check this one instead; http://demo.themephe.com/satu/
It’s the themes demo page. The admin gravatar is shown at the top. I would like to replace that picture to something else without having to change my gravatar. Is it possible to link to a picture instead of a gravatar?
My problem is that I want to use the same theme on 2 different sites in a “network of sites”. The same gravatar shows up on both sites even though there are different users administrating the sites. Hope you can help out.
Hi @jonathan,
I was uploaded the newer version two days ago, the update allow you to change the gravatar at the top via custom header. But, we need to wait the review process, here’s the ticket http://themes.trac.ww.wp.xz.cn/ticket/12750
Thank you, that’s really great. Is it possible though, to make it look like a gravatar? (Round mask, shadow)
No, but you can add custom css to the custom logo/gravatar.