|
|
|
|
|
|
|
![]() |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
![]() |
#1 | |
Selling porn allows me to stay in a constant state of Bliss - ain't that a trip!
Join Date: Apr 2003
Posts: 3,914
|
Quote:
What do you mean, edit the plugin? What would I edit out, in this case? |
|
![]() |
![]() |
![]() |
#2 |
Oh no, I'm sweating like Roger Ebert
|
It won't change the posts that have already been made. You'll need to delete a post and then re-run the script. It only updates the database when it finds something has changed.
You could edit wp-autoblog.php line 161 Code:
$post['post_content'] .= ' and <em>software</em> by <a href="http://elliottback.com">Elliott Back</a>'; } else { $post['post_content'] .= 'Created using <em>software</em> by <a href="http://elliottback.com">Elliott Back</a>'; I'm not a php kind of guy so I simply did this: Code:
$post['post_content'] .= ' '; } else { $post['post_content'] .= ' '; |
![]() |
![]() |
![]() |
|
|