hunger
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Requests and Feedback
In reply to: Press This requires too many clicks to add tagsPress This is also completely not working on some sites (nothing appears in the title or content of the preview). Planning to downgrade to an earlier version of WordPress this week.
Forum: Fixing WordPress
In reply to: Way to strip HTML from the_content ?Otto42, thanks for the tip re get_the_content(); I wasn’t aware of that function!
Forum: Fixing WordPress
In reply to: Way to strip HTML from the_content ?<?php ob_start(); the_content(); $old_content = ob_get_clean(); $new_content = strip_tags($old_content); echo $new_content; ?>Forum: Everything else WordPress
In reply to: This website (ww.wp.xz.cn)No, really. I think it is reasonable to expect to be able to change my email address. Sigh.
Forum: Themes and Templates
In reply to: Turning a page into secondary blogYou could hack your index page to only display posts posted in a certain category (e.g., a ‘main’ category). Then, post ‘secondary’ posts (posts you don’t want to appear on the main page) to another category (e.g., ‘secondary’) and create a link to the archive page for that category’s posts.
Viewing 5 replies - 1 through 5 (of 5 total)