Posts Tagged ‘Wordpress

10 May, 2010

WordPress like Intranet Website / CMS

Posted by: admin In: Wordpress

WordPress born as blog platform for easy of use and many other features is becoming a CMS. However, it is possible that the site is only used internally at the enterprise level, not exposed to the Internet, this could be a problem for businesses that use a Proxy for browsing. In fact WordPress often requires [...]

13 Mar, 2010

WordPress: meet Press This

Posted by: admin In: Wordpress

WordPress is full of features and sometimes not fully known to the main public. Today we discover “Press This” a practical tool that provides quick access to creating a new article, while you are surfing through our browser, and pre-fill most of the fields of “New Post” in WordPress. First, go in the administration under Tools – [...]

You could call checkmate of the forgetful, i mean not remember your blog administrator password. This happens  when creating new blog, or after a long time of inactivity. Before performing this procedure, which is irreversible, we recommend you use the special page designed by the creators of WordPress (just add the URL of your domain the following syntax /wp-login.php? [...]

19 Feb, 2010

WordPress: permalinks don’t working

Posted by: admin In: Apache|Wordpress

I ran into a stupid problem, by changing the settings for permalinks to a WordPress (switching the classic PHP request to URL SEO) i get a “404 error page not found”. After checking that my apache to have the mod_rewrite enabled and .htaccess file was been created by WordPress itself, i tried to investigate into the configuration [...]

19 Feb, 2010

WordPress: make a short urls

Posted by: admin In: Wordpress|php

Today, services like Twitter impose the use of short URL, certainly in the network there are several free services, but if we want something we can use custom WordPress to create a dedicated service to our blog. The trick is to exploit the demand for each item, calling for his ID stored in the database. [...]

19 Feb, 2010

WordPress: add Google Buzz button

Posted by: admin In: Google|Wordpress|php

Google Buzz is now on everyone’s lips for being anti Facebook situation. It’s time to exploit this situation to your blog, because the service is heavily oriented social network. Technically Google Buzz is largely integrated into Google Reader, the aggregator of RSS feeds, so we can exploit this relationship to create an appropriate button. You [...]

14 Feb, 2010

WordPress: Disable autosave

Posted by: admin In: Wordpress

One of the nice features that the Ajax has brought with it, is surely the autosave. When we write a new article, a special javascript allows you to save, within a specified timeframe, the draft we have produced. For example we are writing and you lose connection, or for majeure force you must dedicate ourselves [...]

14 Feb, 2010

WordPress: empty the trash

Posted by: admin In: Wordpress

From version 2.9 of WordPress you have a Recycle Bin for articles. Definitely a step forward that brings in the dimension of the WordPress as CMS. Trash is emptied automatically every 30 days, but if you want change this you can do a little touch to the wp-config.php file present in your web root. Add [...]