gabon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Spam also if the comments are closedThanks a lot guys, the situation is much better now 🙂
Forum: Plugins
In reply to: Get page type in header.phpok, I had to test with is_single(). So it’s solved. Cheers!
Forum: Plugins
In reply to: Get page type in header.phpI’m trying with is_page() but it seems not readable from there.
Forum: Plugins
In reply to: Simple view counterThis seems good but damn, is very difficult to understand, and it creates also tables with turkish names 🙁
Forum: Fixing WordPress
In reply to: Modify the_excerpt()It seems very interesting. Thanks man!
Forum: Plugins
In reply to: Concatenate categories in the urlIs it not clear enough or is it not possible to do?
Forum: Fixing WordPress
In reply to: Getting post to show only headersI’ve noticed another thing. It is not possible to use html in the excerpt. Is there anyway to enable it?
Forum: Fixing WordPress
In reply to: Getting post to show only headersOn my version 2.0 there was:
<?php the_content(‘Read the rest of this entry »’); ?>
that I converted in:
<?php the_excerpt(‘Read the rest of this entry »’); ?>
It shows correctly the excerpt, but how to add the “more” button at the end of the post? Is there an embedded function or do I have to do it by hands?
Forum: Fixing WordPress
In reply to: Getting post to show only headershi kafkaesqui, it makes sense, but what if I’m using the excerpt for tagging the posts? Thanks, chr
Forum: Fixing WordPress
In reply to: Is 3 the magic number to get page error?yes, that’s what I said :S
if I change the id everything works fine.