kylegm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to get rid of the hearerGo to your wordpress-dir/wp-content/themes/default folder and edit the ‘header.php’ file. Erase from line 59 to 63.
<div id="header">
<div id="headerimg">
<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>Forum: Installing WordPress
In reply to: Need help with the loop, will pay $It shouldn’t be hard. I’ll try to help you, just send me an email to gmorenoq[at]gmail[dot]com to start talking about it.
Forum: Fixing WordPress
In reply to: Transferring from sub-directoryJust move all the files to the root and then change the old url to the new one in the database following Podz’s guide:
Forum: Fixing WordPress
In reply to: Comment redirect questionAre you accepting anonymous comments?
Forum: Installing WordPress
In reply to: /* Short and sweet */Does your hosting support php?
Forum: Your WordPress
In reply to: Opinions PleaseIt looks good but you really should get an image of better quality for the header as those JPG artifacts are very noticeable.
Forum: Plugins
In reply to: LivePress & 1.5?Works for me. Try moving the LivePress folder and then edit the LivePress.php file inside the plugin folder to make it point to the new location.
Forum: Fixing WordPress
In reply to: How to edit index.php for 1.5?wp-content/themes/thethemyouareusing/index.php
Forum: Fixing WordPress
In reply to: Upgrade Guide: Now in Scottish !Hahaha, awesome.
Forum: Themes and Templates
In reply to: Template Difficult for average Designers?Yup, RustIndy is right. That’s what I do, design the basic template and then start inserting the WordPress tags.
Forum: Fixing WordPress
In reply to: disappearing comment link (1.5)Use
<?php add_filter('comment_text', 'popuplinks'); foreach ($posts as $post) { start_wp(); ?>
Forum: Your WordPress
In reply to: New domain, new design. :)anant_27: Many of the designs before the present one have been wider, I decided to try for this incarnation a style a little more narrow. The background color is white, what’s lighter than that? ??
ceo: Weird, most of the text is dark grey text over white background, it should be at least readable.
Thanks for the feedback, both of you. ??
It seems that the background image didn’t load. Otherwise I don’t know how to explain the problem with the background color.Forum: Fixing WordPress
In reply to: Problems Uploading imagesTal como dice gnukerman, una alternativa ser?-a crear otro directorio independiente de wordpress (./images) y darle los permisos correspondientes.
Forum: Fixing WordPress
In reply to: remove some post features in 1.5Edit the single.php that should be in your /wp-content/themes/yourtheme/ folder.
Forum: Fixing WordPress
In reply to: Web Site With Blog and Non-Blog ContentWell, I would edit the blog template to match the original site. It’s not that hard, just remove your content and add The Loop in there.