steyr_commando
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Make a custom template for the start page (home,static)Forum: Themes and Templates
In reply to: Suffusion Template issueYou can try to use other page as homepage by goto Dashboard > Settings > Reading and look at “Front Page Displays” option.
Forum: Themes and Templates
In reply to: can i create exact theme as per my website?I see your website..
Yes, you can do but need to recreate a whole theme for use in WordPress.
If you have original template will made your process easier π
Forum: Themes and Templates
In reply to: Making some text bold & other not bold within one Div?Try
<span class="fontbold">All content © <?php echo date("Y"); ?> Philip Dygeus : : philipus.com is using <a href="http://wordpress.org/">WordPress</a> and the <a href="http://graphpaperpress.com">f8 theme</a></span>and in stylesheet put more one line.
.fontbold{ font-weight:bold; }Forum: Themes and Templates
In reply to: 2 sidebars showing different fontsYour top sidebar fontsize is smaller because you define font-size = 11px in #sidebar
bottom sidebar font-size is 1.1em because that effected by “#sidebar ul”, it’s different.
To fix this you just edit font-size of #sidebar to 1.1em.
Forum: Fixing WordPress
In reply to: Certain Posts too wide for pageDoes your imported content contain any html tag?
because last five content it seem to be outside div#container.
Forum: Fixing WordPress
In reply to: Multiple wordpress sites issueIt seem about your second site has problem with permalink.
Check your setting in Settings > General and look at
WordPress address (URL) for your wordpress path.
Blog address (URL) for your domain.Forum: Fixing WordPress
In reply to: All my blog post content has disappearedCheck single.php in your theme directory for content tag such
<?php the_content( $more_link_text, $strip_teaser, $more_file ); ?>or disable some plugin and try again.
Forum: Installing WordPress
In reply to: Trouble Uploading a ThemeEdit wordpress file on your server, not database π
Don’t forget to backup it first.
Forum: Fixing WordPress
In reply to: Need help regarding site redirectingYou can edit wordpress option manually at wp_options table in your mysql database.
Forum: Installing WordPress
In reply to: Preview refresh on 2.9.2If you use some plugin such as WP-Supercache or other cache plugins, disable it and try to refresh page again.
Forum: Installing WordPress
In reply to: Trouble Uploading a ThemeHow long you wait while upload?
If it’s take too long, try to increase download timeout.
at /wp-admin/includes/file.php find
$response = wp_remote_get($url, array(βtimeoutβ => 30));and change 30 to any number you want.Forum: Fixing WordPress
In reply to: Comment URL’s open blank?Manually custom your wp_list_comments to use callback to render comments.
http://codex.wordpress.org/Template_Tags/wp_list_comments
http://codex.wordpress.org/Template_Tags/comment_author_urlForum: Fixing WordPress
In reply to: Permalinks to single blog posts are not workingProblem is on your single.php file, check your unnecessary endif condition, delete or fix it and try again.
Forum: Installing WordPress
In reply to: Home page stuck in a perpetual re-direct to itselfIt’s seem infinite loop redirect…
Check your setting in Settings > General and see “WordPress address (URL)”.
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory