Shane, thanks…
but I am not sure, that in mentioned articles is thing which I am looking for… probably not…
The main thing, which I need, is to show some specific page.
And I cannot find the right command.
I trid this for post number “7” :
<?php
$my_id = 7;
$post_id_7 = get_post($my_id);
$title = $post_id_7->post_title;
?>
But this did not work for me or I did some mistake …
Hi, I have exact problem with language in admininitration section.
– Module gettext is enabled
I tried solution above, but it did not help in my case. Contrariwise, everything is much worse. Some text are OK now (in czech language), but some are still in English (just one half of administration menu).
And some text became unreadable becouse there are now some “Egypt” characters.
php 5.2.1
wordpress 2.1.2
gettext enabled
Any idea ?