chaaban
Forum Replies Created
-
Forum: Plugins
In reply to: Help! Parse Errornop we cant 🙂
sorry
good luck for you when at least u past the code 😉
Forum: Fixing WordPress
In reply to: Page Cannot Be Found (permalink not working)are you using version 1.5 ?
sometime it could help to delete the .htaccess file and make a new one .
sometime you can just clear your cache in your browser…
sometime it fix it self :p
Forum: Fixing WordPress
In reply to: Would like to add a splash page?you should also read this :p
Forum: Fixing WordPress
In reply to: Google Code SearchAlso to be more sure , you could search google code to see what is availble from your site , search and see what people can find in your site 😉
Forum: Fixing WordPress
In reply to: Google Code SearchSo does this mean that this Google thing would not be able to search WP database backups created by the backup plugin and kept in the backup folder in wp-contents?
the sql generated will not contain any password … the wp-config.php is not included in the backup process .
what is available is the encrypted password for the users …
good luck decrypting it 🙂
i just made a backup and tested it .
Forum: Fixing WordPress
In reply to: Google Code Searchif google could see the password … anyone could see it also .
if it’s .php extention and php was running they will not be able to see the code source .
the only way that someone could take the pass is that you put your file in plain text in a place where all people can access it and this would be a stupid thing to do ..
Forum: Fixing WordPress
In reply to: Using WordPress as a Content Management Systemyes wordpress can be used as a cms ,
as for the integration of new feature you will need to search the web for plugins .
there is a lot of plugins for online store , and features that you can find in the codex / plugin section
Forum: Fixing WordPress
In reply to: Redirect homepage to a categorythis should work :
<?php
if(is_home()){
echo "<meta http-equiv="refresh" content="0; url=http://your-url/">";
}
?>
it work fine on IE && FF
The only problem i see is that Search engine might not like this … as i mentioned in my first post and as moshu mentioned …
Forum: Fixing WordPress
In reply to: Redirect homepage to a categoryi know why it keep refreshing 🙂
because the code is the header and the header is used in both the main page and category so it keep requesting for a refresh …
my code was correct , some minor modification should be made to fix this issue …
Forum: Fixing WordPress
In reply to: Redirect homepage to a categoryhere is more info about this :
Forum: Fixing WordPress
In reply to: Redirect homepage to a categoryit’s bad to do this … but you can do it simply by adding this line in your header page :
<meta http-equiv="refresh" content="0; url=Your-new-url-here">
Forum: Your WordPress
In reply to: Want to preserve old site’s design, how do I mix with WordPress?you need to read the codex … or ask someone to make the design for you .
it require some php programming (integration of the wordpress loop)
Forum: Fixing WordPress
In reply to: Gravatar and problems with people posting comments…this is a plugin that you need to install .
http://www.gravatar.com/implement.php#section_2_2
maybe the theme you installed is using this plugin …
that why
Forum: Installing WordPress
In reply to: Post author errorgo to your user option and change it …
users –> your profile –> Display name publicly as:
Forum: Everything else WordPress
In reply to: Help with Unix commands (chmod)i recommend that your search in SEARCH ENGINES …
this is a wordpress support forum not unix …