vernikr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get title from permalinkThanks a lot, tsguitar! Maybe I used search incorrectly.
Forum: Fixing WordPress
In reply to: Get title from permalinkYes, it is dynamic and I can’t type it manually.
I have a gallery. This gallery consits of sevaral pages (1, 2, 3 …). On each page I want to have 5 links to some posts (link is a gellery item). But I can’t write all links on each page manually. Instead of doing so I get the post ID’s from some file. This file can contain only ID’s or permalinks and can’t contain titles of pages (if it could the would be no problem).
Forum: Fixing WordPress
In reply to: Get title from permalinkYes… But how can I get the title of any post (not only previous or next)?
Forum: Fixing WordPress
In reply to: Get title from permalinkI want to print the title of page number 1 on the page number 2. I know only the permalink and the ID of page number 1. I expect function like this:
GetTitle($my_permalink)or
GetTitle($my_ID)Is there _any_ way to get title of non current page?
Forum: Everything else WordPress
In reply to: RSS toolMaybe my problem has no relation to WordPress. I just want to have a program where I will be able to write news messges in my own way. So, I ask you advise me such tool.
Forum: Everything else WordPress
In reply to: RSS toolYes, I want to write news messages manually.
Forum: Fixing WordPress
In reply to: PHP in postThanks a lot!
Forum: Fixing WordPress
In reply to: Lost index.phpThanks a lot
Forum: Fixing WordPress
In reply to: Get post slugI write
<?php permalink_anchor(title); ?>
just after the beginning of the loop
<?php if (have_posts()): while(have_posts()) : the_post(); ?>
but have no result.
If I use any another function (ex. the_ID) the result will be. Is something wrong?Forum: Fixing WordPress
In reply to: Page parametersanybody?