sonai
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Page Pagination Not working :(Hi,
i have include my codes on your template file…<div id="content" > <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="title"> <h2><a>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> </div> <nav id="nav-single"> <span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'twentyeleven' ) ); ?></span> <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></span> </nav><!-- #nav-single --> <div class="postmeta"> <span class="pmet">Posted by <?php the_author_posts_link(); ?> on <?php the_time('M - j - Y'); ?> </span> </div> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> <div class="clear"></div> <?php wp_link_pages(array('before' => '<p><strong>Pages: </strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> </div> <div class="titlemeta clearfix"> <span class="categori"> Categories: <?php the_category(', '); ?> </span> </div> </div> <?php comments_template(); ?> <?php endwhile; endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>[Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: Page Pagination Not working :(Hi,
use this code on your templates,
<nav id="nav-single"> <span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'twentyeleven' ) ); ?></span> <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></span> </nav><!-- #nav-single -->[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Attitude] Page specific Widgethi,
use wp page widgetForum: Themes and Templates
In reply to: How to hide 'Home' menu in wp_nav_menu (twentytwelve)?menu ul li a
{
display :none;
}Forum: Themes and Templates
In reply to: How to hide 'Home' menu in wp_nav_menu (twentytwelve)?.menu, .menu ul li, .menu ul li a
{
display :none;
}thats all!!!!!!!!!!!!
Forum: Themes and Templates
In reply to: How to hide 'Home' menu in wp_nav_menu (twentytwelve)?or send your site link!!!!!!!!!!!
Forum: Themes and Templates
In reply to: How to hide 'Home' menu in wp_nav_menu (twentytwelve)?hi,
For ex:
<div id=”nav-menu”>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’, ‘show_home’ => false ) ); ?></div>
css:
#nav-menu your menu-classname
{
display:none;
}if u need specific anyone menu then,
#nav-menu your menu-classname your particular menu-name(say li tag)
{
display:none;
}Forum: Themes and Templates
In reply to: How to hide 'Home' menu in wp_nav_menu (twentytwelve)?using css,
For Ex;
your classname
{
display:none;
}Forum: Themes and Templates
In reply to: IE issueshi,
replace the img tag code and also add logo images to theme image folder(currently which theme active)…Forum: Themes and Templates
In reply to: IE issuesHi,
use this code,<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/LFLLogoWordPress.jpg” alt=””>
Forum: Themes and Templates
In reply to: [Pinboard] Menu / Navbar disappering on mobile deviceshi,
i got that solutions…use this code on ur css…
@media (max-width: 800px)
{
#access
{
position: relative !important;
}#access ul
{
height: auto;
width: 100%;
}#access ul li a {
height: auto !important;
padding: 10px 0;
}
}Forum: Plugins
In reply to: Custom Template file for a specific post?hi,
use this plugin
for using differnt templates for many posts
http://wordpress.org/extend/plugins/wp-post-template/Forum: Fixing WordPress
In reply to: Posts Pagination Not Working<?php posts_nav_link( $sep, $prelabel, $nextlabel ); ?>
use this code…..Forum: Fixing WordPress
In reply to: Posts Pagination Not Workinghi,
use this code for your file<nav id="nav-single"> <span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'twentyeleven' ) ); ?></span> <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></span> </nav><!-- #nav-single -->[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: Dashboard menu options not visible (appearance, tools etc)go to ur http://ftp..set permissions(777) to all folders and files..then chk ur admin page