mrkingid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HELP ! MY LOGIN PAGE IS NOT AVAILABLEWhat’s wrong with this:
Forum: Fixing WordPress
In reply to: Blog site does not show in Google searchURGENT?? sure it is
it will take a couple weeks before anything shows up in google, let alone any search engine.
be patient
it looks like they can edit posts but that is not true. you are visiting YOUR own site and are already logged in. Log out, then look at your site.
Forum: Installing WordPress
In reply to: Upgrade DisasterI went to your URL and I get 404 as well so clearing your cache isn’t going to do you much.
even http://www.tots-talk.co.uk/wp-admin/install.php get me a 404
I would suggest deleting everything but you config.php file and starting from scratch.
Forum: Installing WordPress
In reply to: Will WordPress suite our requirementsI would have to say yes to all your questions.
Forum: Everything else WordPress
In reply to: WORDPRESS 2.3.3 IS AVAILABLE!!!!Thanks for the change file list!!!!!
Forum: Fixing WordPress
In reply to: W3 Validate issue – <ul> nav bar specificI found my own answer. Basically you just have to change the way the href is used. You have to make it look like part of the list.
I had this:
<a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"> <img src="http://www.artbymichaelking.com/wp-content/uploads/image/feed-icon.png" border="0" width="12" height="12" alt="RSS Feed" title="RSS Feed" /></a>and changed it to this:
<li class="rss feed"><a href="http://www.artbymichaelking.com/feed/" title="RSS Feed"><img src="http://www.artbymichaelking.com/wp-content/uploads/image/feed-icon.png" border="0" width="12" height="12" alt="RSS Feed" title="RSS Feed" /></a></li>O errors now. Woooohooooooo!!!!!!!
Forum: Installing WordPress
In reply to: Is it absolutely necessary to upgrade to 2.3?WP 2.3.2 changes nothing in your theme files. Just make sure you do not write over your existing THEME folder.
Forum: Fixing WordPress
In reply to: Admin just… stopped workingHave you checked to make sure wp-login.php is on your server?
Forum: Themes and Templates
In reply to: Link color after selected question (not visited tag)See, I wouldn’t have thought of javascript!
Thanks, looking now 😀
****** too complicated ***
Forum: Themes and Templates
In reply to: Link color after selected question (not visited tag)i’ve googled for 3 hours now.
i was hoping someone here had done it.
i was hoping there would be something similar to: current_page_item
Forum: Themes and Templates
In reply to: Posting a Page in a Pagemost of my pages consist of header, content then footer.
on the portfolio page I will need:
header, content, portfolio navigation then footer.
I created a custom template for the portfolio page and the portfolio navigation. I want to call in the ‘portfolio navigation’ into the ‘portfolio page’
You can see the testing at http://artbymichaelking.com/DS
It is still heavily under construction though.
goto WORKS and you can see it in action with the plugin.
just wondering if there is a cleaner way.
Forum: Fixing WordPress
In reply to: Plugin Update Notification Not Workingideas from the gurus here?
Forum: Themes and Templates
In reply to: Theme doesn’t look rightOk, sorry man. I thought it was going smoothly but this issue is no easy one. The entire theme needs to be overhauled and I don’t have the time to do that. Maybe someone else can do it.
Or just find a new theme.
Good luck.
Forum: Themes and Templates
In reply to: Theme doesn’t look rightI’ll see if I can get more tonight but it is coming along… 😀
Forum: Themes and Templates
In reply to: Theme doesn’t look rightWow, this is a pain in the butt!! getting there.