kwanbis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: After Upgrade: Error 500 – Internal server errorJust found out that after getting to admin panel, it said all plugins where disable because they wherent found!
So, i re-renamed the folder back to “plugins”, and now i’m testing each one.
Forum: Fixing WordPress
In reply to: After Upgrade: Error 500 – Internal server errorAlready know that, but i did the mistake of enabling them all.
There should be a file or somewhere, where WP has the list of plugins, and if they are enabled or not.
Forum: Themes and Templates
In reply to: Help me remove PARTS of a theme please.if i wasn’t clear, i can try to explain myself better.
Thanks a lot.
Forum: Fixing WordPress
In reply to: Always start with “home page”?What is THE LOOP?
Forum: Fixing WordPress
In reply to: Always start with “home page”?So, i actually create a hidden page, and point to there.
Why is it that i can’t select the default page? Is a page like the others.
Forum: Themes and Templates
In reply to: Help me remove PARTS of a theme please.one last thing i just realized. To remove the date, and post by, from all this:
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<p class=”post-info”><?php the_time(‘M jS, Y’) ?> by <?php the_author_posts_link() ?> <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> </p>i delete this:
<p class=”post-info”><?php the_time(‘M jS, Y’) ?> by <?php the_author_posts_link() ?> <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> </p>
but if i do, i also delete the shadow-line, how can i keep it?
Forum: Themes and Templates
In reply to: Help me remove PARTS of a theme please.just to be clearer, here is how it looks after i modify it, and how i want it:
modified:
http://img99.imageshack.us/img99/6606/viporiad5.jpgwanted:
http://img530.imageshack.us/img530/3482/vipnewqx1.jpgForum: Themes and Templates
In reply to: Help me remove PARTS of a theme please.OK, i have managed to do all but one thing. I can’t seem to properly take out the rss feeds and the 3 colours. I can actually do it, but it is left with a big maring at the top, and some dashes, or i delete all.
Here is the image, and the code, can someon help me?
http://img146.imageshack.us/img146/2715/vipmodmt6.jpg
Here is the code:
<div id="container"> <div id="feedarea"> <div id="style-switch"> <a href="javascript:chooseStyle('none', 60)"><img src="<?php bloginfo('stylesheet_directory');?>/img/orange/orange.gif" alt="Blue Theme" border="0" /></a> <a href="javascript:chooseStyle('green-theme', 60)"><img src="<?php bloginfo('stylesheet_directory');?>/img/green/green.gif" alt="Green Theme" border="0" /></a> <a href="javascript:chooseStyle('red-theme', 60)"><img src="<?php bloginfo('stylesheet_directory');?>/img/blue/blue.gif" alt="Red Theme" border="0" /></a></div> <dl> <dt style="padding-left:10px;"><strong>RSS Feeds:</strong></dt> <dd><a href="<?php bloginfo('rss2_url'); ?>">Posts</a></dd> <dd><a href="<?php bloginfo('comments_rss2_url'); ?>">Comments</a></dd> </dl> </div>Forum: Themes and Templates
In reply to: Help me remove PARTS of a theme please.I rather do it with help, but i already posted what i need, and the code, and have had no help.
When i tried to do it myself, i was able to delete the elements, but it would look really screwed.
Forum: Themes and Templates
In reply to: Help me remove PARTS of a theme please.anyone offers to do it for some money?
Forum: Themes and Templates
In reply to: Help me remove PARTS of a theme please.Thanks for the tip and the recommendation.
If that is the case, i won’t be able to do it.
Forum: Themes and Templates
In reply to: Help me remove PARTS of a theme please.i want to remove the whole elements.
I have tried to read those parts before, but obviously my HTML/CSS are sooo limited, that i can’t seem to make it end right.
Forum: Installing WordPress
In reply to: Replacing Running Web Siteexcellent! i’m glad i have decided for WP!
Forum: Installing WordPress
In reply to: Replacing Running Web SiteLast question, is it “URL” dependant?
I mean, if i install in http://temporalurl.com, can i just move it to http://finalurl.com?
Thanks.
Forum: Installing WordPress
In reply to: Replacing Running Web Siteexcellent, thanks. Would take a look.