sulaphen_mani
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty twelve theme – how to change post font size<div class=”entry-content”>
this is the class you r searching
but the theme design is responsive you must need a support of designerForum: Themes and Templates
In reply to: Twenty twelve theme – how to change post font sizeuse the firebug and foind the actual class for post and change it in your css
Forum: Themes and Templates
In reply to: Help removing sub-page from vertical menudid you tried through the admin panel
if not means go admin panel -> appearance -> menu ->
you can see all pages listed with your sub pages .
just delete the unwanted pages from it.Forum: Themes and Templates
In reply to: [Delicacy] Modify the excerptthank you buddy . same to you. keep in mind that alex told do it in your child themes.
Forum: Themes and Templates
In reply to: [Delicacy] Modify the excerpthttp://codex.wordpress.org/Function_Reference/the_excerpt
http://wordpress.org/support/topic/changing-excerpt-length?replies=20
this will help you very much….
Forum: Themes and Templates
In reply to: [Delicacy] Modify the excerptfunction custom_excerpt_length( $length ) {
return 20;
}
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );i think this will help you
Forum: Themes and Templates
In reply to: [Path] Slider not showing uphey its working correctly
Forum: Themes and Templates
In reply to: [Path] Slider not showing upAre you using plugin
Forum: Themes and Templates
In reply to: [Leaf] picture in slider so shortis that slider is a plugin or some thing else
Forum: Themes and Templates
In reply to: [raindrops] Header Image?if you edited the orig theme header its not possible . you have to check the original header in the theme. other wise set the featured image for each page. and manipulate using featured image codex
Forum: Themes and Templates
In reply to: [raindrops] Header Image?by defaultly wp allows this functionality . on every page loading the image will change
Forum: Fixing WordPress
In reply to: Pagination global $posthi take a look at this it ill be easy to understand detaily
http://www.upstartblogger.com/how-to-display-the-posts-of-a-single-category-on-a-wordpress-page-with-paginationForum: Fixing WordPress
In reply to: Pagination global $postForum: Fixing WordPress
In reply to: Pagination global $posthi just these any ideas you’ll get tryu this
https://codex.wordpress.org/PaginationForum: Themes and Templates
In reply to: home page not shown in pages listcheck all the files in the themes and also check which page is assigned to it. then you can find it