Small problem with menu in blog page
Hello again MuffinGroup,
I have a small problem with the menu in blog page.
Here is the link: http://www.tractari-bucuresti.eu/blog-2/
Also. I installed this theme over another theme. And that had a blog page too. And now my link is shown blog-2 even if i deleted the old blog page. Same happens in contact link.
Thank you.
Comments
2) If you want to change current link to page, you need to modify link while you edit page. Just take a look at http://snag.gy/OwrFM.jpg to understand where this could be changed.
3) You mean post excerpt. By default excerpts are short but if you want to get own length of posts excerpts, while you create/edit post, please click on "Screen options" button in right top corner and select check "Excerpt" field. After that, at the end of page you will get additional field called "Excerpt" where you can put own excerpts that will be showed on page instead of those created automatically.
Hope above answers will help you a lot
3) If you want to get them longer by default you need to modify theme core files because it is technically not possible to do it within css. PHP is responsible for excerpt length. For that you must modify functions/theme-functions.php file. Find code which looks like below: and replace 26 value with own. This value means, how many words should available for excerpt. You have us definitely good suggestion and we`ll add this option with future updates. Thanks!