megahurt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help me delete this silly line!To be honest, I have no idea what you just said. I didn’t exactly “write” that code. I did a search on here for how to add a HOME link in there, and I simply pasted in what it told me to. I got the correct result, aside from this extra line.
I hate to be so code-ignorant, but I just am. is there a specific line of code that I can alter or delete to just get rid of that line?
Forum: Fixing WordPress
In reply to: Help me delete this silly line!Forum: Fixing WordPress
In reply to: Help me delete this silly line!This is the code from sidebar.php, copied and pasted with no edits:
<div id=”sidebar”>
<form style=”padding: 0px; margin-top: 0px; margin-bottom: 0px;” id=”searchform” method=”get” action=”<?php bloginfo(‘url’); ?>”>
<p style=”padding: 0px; margin-top: 0px; margin-bottom: 0px;”><input type=”text” class=”input” name=”s” value=”Search” id=”search” /></p>
</form>- <?php
$pages = wp_list_pages(‘sort_column=menu_order&exclude=6&title_li=<h2>’ . __(‘Navigate’) . ‘</h2>&echo=0′);
echo stripslashes($pages);
?><div class=”title”>Categories</div>
- <?php wp_list_cats(); ?>
<div class=”title”><?php _e(‘Links’); ?></div>
- <?php get_links(‘-1’, ‘
- ‘, ‘
‘, ‘
‘, FALSE, ‘id’, TRUE,
TRUE, -1, TRUE); ?><div class=”title”><?php _e(‘Archives’); ?></div>
- <?php wp_get_archives(‘type=monthly’); ?>
<p></p>
<script type=”text/javascript”><!–
amazon_ad_tag = “gethurtcom-20”; amazon_ad_width = “120”; amazon_ad_height = “600”; amazon_ad_link_target = “new”;//–></script>
<script type=”text/javascript” src=”https://www.assoc-amazon.com/s/ads.js”></script>
<p></p></div>
________________________I’m just not seeing anything that looks just like what you posted. God, code sucks.
Forum: Fixing WordPress
In reply to: Help me delete this silly line!Ok wow, I forgot… the blog has been moved, successfully I think. I just really need to kill this little line. I’m sure it’s simple for most of the more advanced folks here.
new address: https://gethurt.com/
Forum: Fixing WordPress
In reply to: How to get from Blogger beta to WP?Obviously, I read all the posts, especially the ones that I posted in. Meaning, I read about the eCleaner topic.
Clearly that did not help me, which is why I posted this topic to begin with.
I can’t control anyones actions on here, but my suggestion is to please refrain from posting on this unless you actually have a solution to the problem at hand. Otherwise this site is rendered useless.
Forum: Fixing WordPress
In reply to: How to get from Blogger beta to WP?If you can get eCleaner to work on my PowerBook G4, I’ll try what that poster said.
And I’m sorry that my posts on a website were making people “unhappy”, i was just looking for help. I had no idea that people were so emotionally invested in this forum. My bad.
PS. YOU just bumped it.
Forum: Requests and Feedback
In reply to: [REQ] MUST be able to import from Blogger beta!This forum is for feature requests. I requested a feature.
Is that ok with you?Forum: Fixing WordPress
In reply to: How to get from Blogger beta to WP?That webbleyou page is back now, but it still isn’t a good solution.
Surely someone has a better way?
Forum: Alpha/Beta/RC
In reply to: Blogger Beta ImportAhhh… that site is back now, but holy crap that is crazy! Surely there is a better way?
Forum: Installing WordPress
In reply to: Transfert from Blogger.beta to wordpressThis is a disaster! I really need to be able to import my posts from Blogger beta to my WP. It’s a years worth of frequent posting!
Forum: Installing WordPress
In reply to: Importing from blogger betaaagghh what a nightmare. Every topic I find, point to the webbleyou.com site that is gone now. I REALLY wish I could go back to the non-beta version of blogger now. =(
Forum: Alpha/Beta/RC
In reply to: Blogger Beta Importwebbleyou.com is down or gone…
can anyone explain how to get from Blogger beta to WP?
Forum: Fixing WordPress
In reply to: Importing Posts into a specific category?I’m a code-idiot, so your answer is confusing to me.
I want to import from a Blogger account into a certain category in my WP blog. Can I get some more step-by-step assistance please?
Forum: Fixing WordPress
In reply to: Help adding Amazon Associate links.Hey, that worked! Pretty easy. Thanks alot!
Forum: Fixing WordPress
In reply to: I need to add a “Home” link to Pages menu. Please help.Ok, some progress. I did get it to add the “Home” menu item (thank you!). Unfortunately it also added a weird extra gray line under my pages menu.
edit: i also got the blog title to go away! thank you so much… now for that wacky underline.