sulis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is my site about to be hacked??I didn’t have a store on my site but it seems they have installed one. No, I am not running anything else – it was basically just a standard personal blog.
Yes, I think it was 2.6.3. I upgraded to 2.7 today.
I am rather concerned about the fact I cannot find the /~uieducat/ directory at all. I have searched through my file manager in CPanel but cannot find any of the stuff the hackers have put on my site. Any ideas what to do now and how to get rid of it?
Forum: Fixing WordPress
In reply to: Is my site about to be hacked??My word – yes, you are right. I did not create that directory. I just wonder why they bothered doing this. What should I do now? And more importantly is there anything I could have done to prevent this from happening?
Many thanks
Forum: Fixing WordPress
In reply to: Show link category hierarchy in non widgetized sidebar?Thanks for replying.
This is what I have in my sidebar relating to the links:
<div class=”box2″>
<div class=”top”></div>
<div class=”col3″>
<h3>Categories</h3>
<ul class=”list3″>
<?php wp_list_categories(‘title_li=&hierarchical=0&show_count=1’) ?></div>
<div class=”bot”></div>
I have tried changing the hierarchical number from 0 to 1, but it doesn’t make any difference – my links are still all in one big list. Maybe you can see where I have gone wrong with this code? I hope someone can help me out.
Forum: Fixing WordPress
In reply to: Show link category hierarchy in non widgetized sidebar?Last try. Hope someone can help me…
Forum: Fixing WordPress
In reply to: Show link category hierarchy in non widgetized sidebar?Anyone??
Forum: Fixing WordPress
In reply to: How to format text in “About Me” box?Thank you for your help guys! I have it sorted out now. I am also thinking of putting a photo in the About Me section. Can you tell me the code for inserting a photo in there please?
Thanks!
Forum: Fixing WordPress
In reply to: How to display links in one line rather than two?Thank you for your very clear instructions, Vachi – it worked perfectly! Hey, it’s hard learning all this CSS stuff, lol. Yeah, I like this theme better too.
I checked out your site too – looks great. I LOVE asian movies!
Forum: Fixing WordPress
In reply to: How to display links in one line rather than two?Anyone??
Forum: Fixing WordPress
In reply to: How to display links in one line rather than two?Thanks for replying, but I’m afraid it didn’t work. Any other ideas?
Forum: Fixing WordPress
In reply to: How to move categories from footer to sidebar?Problem resolved!
Forum: Fixing WordPress
In reply to: How to move categories from footer to sidebar?Thanks, I managed to get the archives and categories into the sidebar, but there is only one minor problem left now. The grey footer bar seems to have moved to the left slightly. There should be a white gap on either side like at the right side of the footer bar. I don’t know how to move it back. Can someone help please?
Thanks!
Forum: Fixing WordPress
In reply to: How to decode footer?Yes, it came with links when I downloaded it.
Forum: Fixing WordPress
In reply to: How to decode footer?Hmm…that’s strange. Anyway, thank you for the code – I edited it to finally get rid of the ads and it worked. Although I may consider changing the theme if it is an old one.
Thanks again for your help!
Forum: Fixing WordPress
In reply to: How to decode footer?This is all the functions.php says, if it helps:
<?php
if ( function_exists(‘register_sidebar’) )
{
register_sidebar(array(
‘before_widget’ => ‘<div class=”side-bloc”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2>’,
‘after_title’ => ‘</h2>’,));
}
?>Forum: Fixing WordPress
In reply to: How to decode footer?Yes, I deleted everything out of the footer file and inserted the code that you gave, but it made a big mess – most of the homepage was not showing up. Any other ideas?