Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Theme Options
Link on home page
Leyzar
July 2014
in
Theme Options
Hello.
1) How can i remove link from logo ONLY on home page?
2) How can i set up category page (delete
this
[...] and set up
Excerpt length)?
Comments
Albert
July 2014
Hi,
1) To remove this link you need to modify includes/header-top-area.php file. You need to remove or comment 2 below lines:
echo '<a id="logo" href="'. get_home_url() .'" title="'. get_bloginfo( 'name' ) .'">';
and:
echo '</a>';
2) Category page is the same as blog page. For that you need to modify includes/content-post.php file but for this theme we used default wordpress function which was described on
http://codex.wordpress.org/Function_Reference/the_excerpt
If you want to setup own excerpt, you need to setup separately excerpts for all posts and this was described on
http://en.support.wordpress.com/splitting-content/excerpts/
Sign In
or
Register
to comment.
Comments
1) To remove this link you need to modify includes/header-top-area.php file. You need to remove or comment 2 below lines: and: 2) Category page is the same as blog page. For that you need to modify includes/content-post.php file but for this theme we used default wordpress function which was described on http://codex.wordpress.org/Function_Reference/the_excerpt
If you want to setup own excerpt, you need to setup separately excerpts for all posts and this was described on http://en.support.wordpress.com/splitting-content/excerpts/