Title: Content Modification
Last modified: August 21, 2016

---

# Content Modification

 *  Resolved [M A Vinoth Kumar](https://wordpress.org/support/users/vinoth06/)
 * (@vinoth06)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/content-modification/)
 * Hello,
 * Am having around 800 post in my blog and displaying the content with the_content();
   having multiple links.
 * Now I want to change the content completely. Rather than giving the content as
   multiple link, am going to put all links in combobox to select.
 * My problem: How to retain those 800 post as it is(with multiple links) and how
   to put the next post(combobox) with out affecting the previous 800 post structure.
 * Kindly suggest.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Rod Whiteley](https://wordpress.org/support/users/rod-whiteley/)
 * (@rod-whiteley)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/content-modification/#post-4095513)
 * It sounds like a new [custom post type](http://codex.wordpress.org/Post_Types#Custom_Post_Types).
 *  Thread Starter [M A Vinoth Kumar](https://wordpress.org/support/users/vinoth06/)
 * (@vinoth06)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/content-modification/#post-4095522)
 * Ok, thanks for your reply.
 * Is there any option that in theme file, we want to display **the_content();**
   for first 800 post and after 801 post **the_content();** should not display in
   the theme
 *  Thread Starter [M A Vinoth Kumar](https://wordpress.org/support/users/vinoth06/)
 * (@vinoth06)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/content-modification/#post-4095536)
 * I found it,
 * <?php $pos_id=get_the_ID();
    if($pos_id<12){ the_content(); }else { New One}?
   >
 *  [Rod Whiteley](https://wordpress.org/support/users/rod-whiteley/)
 * (@rod-whiteley)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/content-modification/#post-4095546)
 * I don’t understand how that would be useful, but there’s a [filter](http://codex.wordpress.org/Plugin_API/Filter_Reference/the_content)
   for modifying content.
 *  Thread Starter [M A Vinoth Kumar](https://wordpress.org/support/users/vinoth06/)
 * (@vinoth06)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/content-modification/#post-4095547)
 * Hi Rod,
 * Actually my problem is, I don’t want to touch the first 800 post, it should use
   the_content(). But after 800 post am not going to use the_content() rather am
   going to apply html files.
 *  [Rod Whiteley](https://wordpress.org/support/users/rod-whiteley/)
 * (@rod-whiteley)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/content-modification/#post-4095628)
 * Ah, I see. You could use the filter to replace the content.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Content Modification’ is closed to new replies.

## Tags

 * [content](https://wordpress.org/support/topic-tag/content/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [Rod Whiteley](https://wordpress.org/support/users/rod-whiteley/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/content-modification/#post-4095628)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
