no_mercy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All the post from a certain authorI’ve read the instructions, what i would not to do is make different templates for different authors ….
Forum: Fixing WordPress
In reply to: All the post from a certain authorI almost did it with the coffe2code plugin. My last question (I promise!) is how to list the recent post of the author of the page. I’ve tried this:
<?php c2c_get_recent_posts(5, ”- %post_date% – %post_URL%
“, “”, “date”, “DESC”,”0″, “d/m/Y”, “<?php the_author_ID(); ?>'”); ?>
but it gives me an error….
thanx (again)
Forum: Fixing WordPress
In reply to: All the post from a certain authori’ve used several author.php pages .. how to make the is_author thing? i’ve looked in codex, but I didn’t understand.
many thanks!
Forum: Fixing WordPress
In reply to: All the post from a certain authorThan k you Minna!
(I’ve already used your ideas 😉 … now i’m crossing fingers for the list thing)
Forum: Fixing WordPress
In reply to: All the post from a certain authoruhm, i think my english is too bad to express what I have in mind, but i’m sure it can be done, because i’ve seen this before in some other wp blog.
My Idea is to make an author page with this structure.====
Personal page of ‘author name’
Hello this is my page bla bla bla …
My post are:
– my first post (link)
– my second post (link)
–– my n post (link)
========
thanks again for your kindly helpForum: Fixing WordPress
In reply to: All the post from a certain authoryes, but how can i filter ‘by author’. I didn’t read in the codex that wp_get_archives or get_archives have an ‘author’ parameter. Or am I wrong? Many thanx!
Forum: Fixing WordPress
In reply to: All the post from a certain authorstill no one?
Forum: Fixing WordPress
In reply to: All the post from a certain authorThanx for the replyes, but what i would do is to make a list of the posts and not a link to all the posts (sorry, but actually my english is not so good) from an author …
Forum: Fixing WordPress
In reply to: All the post from a certain authornobody knows how to do it?