Snat
Forum Replies Created
-
Forum: Your WordPress
In reply to: Looking for wordpress freelancer ..May be better posting at jobs.wordpress.net
Forum: Fixing WordPress
In reply to: Lost ALL Categories and Tags suddenlyI have tried all of those and the categories are even working on the dev version of my site which has all the same plugins.
I already tried change themes and re-uploading all files other then wp-config and my upload folder.
Very annoying at the mo, as it actually seems the data is gone from the actual database and whenever I create a new post I still can not add tags or anything.
Forum: Fixing WordPress
In reply to: Lost ALL Categories and Tags suddenlyOkay, now I am really starting to get annoyed at this error. I tried re-adding categories to links and no matter what I do it will not save.
Forum: Fixing WordPress
In reply to: Has anyone introduced Joomla Menu in WordPress?Example of what you mean please as I don’t use Joomla much and want to see what you are talking about.
Forum: Everything else WordPress
In reply to: Privacy: wordpress site found by searching nameWell, seeing it is getting the information from Twitter and that information is public, I dunno what they will actually do in terms of removing it. You really should make your tweets private if you don’t want people looking at it.
According to the domain whois (public information), the e-mail address is
dui…@gmail.com <- (Using Recaptcha, click the dots in the e-mail)
Forum: Your WordPress
In reply to: Submit for your Pleasure (Work Safe)1. Is it really anonymous posting? I have so much to rant about, but would never want people to know that it was coming from me!
It is as anonymous as you allow me to be. So post under a different name and e-mail by all means and I won’t know any different. Infact, the e-mail isn’t actually needed so you could just post as anonymous by all means.
2. Is the toolbar that floats at the bottom of the screen a plugin? It’s FABULOUS
http://wibiya.com <- That is what I used for the toolbar.
Thanks for your comments 🙂
Forum: Everything else WordPress
In reply to: WordPress Copyright IssuesWordPress.com do not hold any copyright over your work to what I recall.
Besides, why would they do that when they seem to want to promote freedom of speech by offering the free services. If you are that worried, get a lawyer to look over the terms of services for WordPress.com.
All I know, is they have the right to backup your work but not to own the copyright. Basically, see it as you are giving them a right to backup your own work and that’s it.
Forum: Your WordPress
In reply to: Submit for your Pleasure (Work Safe)Thanks for the feedback indeed. Just having some problems with IP.Converge though, starting to annoy me >.<
Forum: Everything else WordPress
In reply to: Looking for Help starting out with WordPress.orgNo problem at all, I am sure you will do fine. Just remember not to delete your WordPress.com blog and you are always able to just start again with the mirgation.
Any problems, just post on here and I am sure I or something else will see it.
Good luck 😀
Forum: Fixing WordPress
In reply to: I installed WordPress – what now?Yes, it installed, but the standard index.php was replaced by the theme’s index.php… which breaks it for some reason? I replaced the standard index.php and it works with the basic starting template now.
Are you saying you changed the main index.php with the one in the theme folder. If so, that is wrong. Upload your theme to /wp-content/themes and then go to the Admin CP and select it.
Forum: Everything else WordPress
In reply to: Looking for Help starting out with WordPress.orgMaking the jump is very easy and you will lose nothing at all.
First what you want to do is go to your WordPress.com website, go to tools and export your website. This will export all your posts, comments, pages etc etc.
Then go to your webhost and setup your domain to point to the webhost. Setup and install WordPress, setup the same permalinks and then import your export file into your new WordPress website.
It will then import and that’s it in a nutshell. There is also jobs.wordpress.net incase you don’t feel like doing it yourself as I am sure there is people like me on there that will do it for a very low price.
Although, always best to just try it yourself first as the learning process is always good.
Forum: Plugins
In reply to: Site HackedFollow each one: http://codex.wordpress.org/FAQ_My_site_was_hacked
Forum: Fixing WordPress
In reply to: Hide sidebar from crawlers?This code has not been tested and may / may not work exactly as you need but this is mearly so you can get started. I would advice to just do it around parts to remove bits in the sidebar rather then remove the whole sidebar. There may be some format issue in the code below due to bbPress but the code below should get you started.
<?php $AreWeGoogle = $_SERVER['HTTP_USER_AGENT']; if ( $AreWeGoogle == "Googlebot/1.0 (googlebot@googlebot.com http://googlebot.com/) " ) { // This is what Google would see. Leaving it blank means nothing is seen. }else{ // Whatever you never wanted Google to see } ?>My example only works with Google, but you can adapt for others.
Forum: Fixing WordPress
In reply to: Trying to know the page IDIf you are within the loop, this should work.
<?php the_ID(); ?>Then naturally, do what you need once you got the value.
is_front_page()This is used to see if the page loaded is the front page.
is_home()This one is used to see if the page is the home page, which I think may be better for what you are planning to do but without know I can not be sure.
Forum: Everything else WordPress
In reply to: Advice on link exchangesHey,
I would be careful on who you are linking to your site, as far as i know, if you have “bad” site link in your site, google will not like it.Already aware of that but thanks for the advice.
But thanks Ericdaams for your post, I will take that into mind.