Sathish Nagarajan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help getting blog page to showYou may put it on index.php to show comments there.
Forum: Fixing WordPress
In reply to: Page Title Different Than Nav-LinkYou may change slug / permalink when editing a post. You can find it below post title which can be edited
Forum: Fixing WordPress
In reply to: Need help getting blog page to showArchives use archive.php in themes. So changing the style of that will help you
Forum: Fixing WordPress
In reply to: Two ‘Home’ Links in main menuyou may just try this
<div id="pagemenu"> <?php wp_list_pages(); ?> </div>Forum: Fixing WordPress
In reply to: Two ‘Home’ Links in main menuyou may just try this
`<div id=”pagemenu”>
<?php wp_list_pages(); ?>
</div>Forum: Themes and Templates
In reply to: Blog posts not showing up on blog pageYou may use the similar template to index.php and Change Reading settings to show blog post on blog page.
Forum: Fixing WordPress
In reply to: Problems Importing Posts from WP.com to Standalone WP BlogCan you give wp.com link and exported xml file
Forum: Fixing WordPress
In reply to: Special PagesYou may need to use members-only plugin and protect pages for members.
Forum: Fixing WordPress
In reply to: How do I hide the sidebar on certain pages ?Oh i didn’t see your update 🙂
Forum: Fixing WordPress
In reply to: How do I hide the sidebar on certain pages ?You may use
<? if(is_page('blog')) get_sidebar(); ?>instead of
<?php get_sidebar(); ?>
in page.phpForum: Installing WordPress
In reply to: Pretty Permalink index.php not showing postsDo you use web.config to change the permalink?
Forum: Themes and Templates
In reply to: Blog posts not showing up on blog pageHi Swu,
Are you using template page for home page?
Forum: Themes and Templates
In reply to: Basic Question – TemplateThis is basically a CSS based question. You may use
margin : 0 auto;in your wrapper style