dompl
Forum Replies Created
-
Forum: Plugins
In reply to: Shortcodes in Custom fieldsOk I think I’ve answered myself. :
$values = get_post_custom_values('Sample'); if (isset($customField[0])) { $shortcode_output = apply_filters('the_content', get_post_meta($post->ID, 'Sample', true)); echo $shortcode_output;Forum: Fixing WordPress
In reply to: Hide everything from before red more in full atricle.Works perfect, thank you!
Forum: Fixing WordPress
In reply to: Hide everything from before red more in full atricle.Hi,
Thank you for reply.
I have tried this:
global $more; $strip_teaser = false; the_content();And it is still showing the entire article.
Sorry, I’m new to WP. What am I doing wrong here?
Thank you
Forum: Fixing WordPress
In reply to: Child Pages OnlyWP version 3.0.5
Forum: Fixing WordPress
In reply to: Read more on pagesForum: Fixing WordPress
In reply to: Read more on pagesMany Thank @esmi but I’m afraid it didn’t work
Is there any other solution that you can think of?
Forum: Fixing WordPress
In reply to: Read more on pagesIt might sound stupid. How do I reset the links?