Class
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP-ADMIN PANEL(NOOB)First, try turning caps-lock off.
Then visithttp://yourdomain/wp-admin/.Forum: Plugins
In reply to: How do I hide my counter??If you just want to hide the image you can style it or set its size to 1px.
Forum: Themes and Templates
In reply to: using wp_list_pages to create a menuI see the post is marked as resolved but I’ll reply anyway.
It’s been a while since I looked at the Blix code but I was thinking of the looks really.
Anyway, it’s all CSS. Blix did it custom but I can’t see why styling a regular output of wp_list_pages should be difficult?Forum: Plugins
In reply to: How do I hide my counter??Have you tried Google Analytics?
Forum: Themes and Templates
In reply to: using wp_list_pages to create a menuIs it something like the look of Blix you’re after? If so, grab Blix and see how it’s done.
Forum: Your WordPress
In reply to: Delete the admin link from the pagesLook for
<?php wp_register(); ?>in (your theme) sidebar.php (it’s usually there).More details here.
Forum: Fixing WordPress
In reply to: PostingYes.
Forum: Fixing WordPress
In reply to: Database Syntax Error and No Files FoundGrr, this forum is wonky 🙂
Documentation here.Forum: Fixing WordPress
In reply to: Database Syntax Error and No Files FoundYou don’t have to change to another theme, just edit your sidebar.php.
The sidebar for the theme that doesn’t work may have this:
<?php wp_get_links(); ?>, all you have to do is to change it to use<?php wp_list_bookmarks(); ?>.Check the documentation.
Forum: Fixing WordPress
In reply to: Make page stay on left sideEdit the style.css, delete this line in the body section:
text-align: center;
I think that should do the trick.Forum: Fixing WordPress
In reply to: Display name publicly asCheck the index.php around line 11:
<!-- by <?php the_author() ?> -->
change toby <?php the_author() ?>Forum: Fixing WordPress
In reply to: Database Syntax Error and No Files Foundthe section where all of my posts show up
Where is that, your front page, individual posts? Maybe you need to update your permalinks?
where my blog roll is
Do you mean your links list? The theme you are using may not be WP2.1 compatible.
I tried to restore the database but that just created more file folder in the FTP log
I don’t understand what you mean.
Forum: Fixing WordPress
In reply to: Check comment language?In theory perhaps, in real life, I doubt it very much.
You’d need a complete dictionary for both languages that checks each comment before it’s submitted and both languages contains identical words with different meaning.
Your best bet would be to manually approve/moderate each comment I think.
Forum: Installing WordPress
In reply to: Newbie help! WordPress and GoDaddy…Try
http://yourdomain/wp-admin/.Forum: Fixing WordPress
In reply to: Permalinks Option Disappeared?Maybe you just need a “proper” refresh of the page? (CTRL-F5).
Empty cache, log out and in again..?
Are you sure your upgrade was correct?