CyberSEO
Banned - selling outside of the marketplace.
- Jul 14, 2011
- 1,114
- 344
As far as the thread about CyberSEO got lost (can someone please explain me why?), I'm going to restore it here to be sure that all questions were answered.
For example if you want to add some footer (say "Copyright (c) 2011") to every existing post, you need to execute the following code:
In case if you want to change the post titles (say put the "MY POST: " phrase before each one), you can do it as easy as this:
As you can see it's very easy, but of course it requires some basic PHP knowledge because the code will be different in every specific case. So tell me what exactly you want changes you wanna apply to your existing posts.
2Adminitsration: Please tell why all threads about CyberSEO are getting deleted from this board? Does the CyberSEO plugin breaks any BHW rules or something? I know that many of BHW members are using my plugin since 2006. Do they have a right to get their questions answered?
Thank you in advance!
http://www.blackhatworld.com/blackhat-seo/members/2890-bvb.html![]()
Jr. VIP
![]()
![]()
![]()
Thanks cyber. My main issue is getting it to post.. It says content has been posted but nothing posts to the blog. Can you please take a look?
Thanks
- If the post was pulled from the feed, it should appear at your blog immediately in case if:
- you didn't set the "Posts Status" option to "Hold for review", "Save as draft", "Save as private";
- you didn't assign some publication time delay the "Post Date Adjustment Range" fields.
Yes, you can do it with "Global Posts Modification Tools" (CyberSEO -> Tools). There you can use the "PHP Code <?php .. ?>" field to make the CyberSEO plugin to modify all existing posts. All the post fields (title, content etc) are available via the array $post, described here.Originally Posted by ycfme http://www.blackhatworld.com/blackhat-seo/s.php?link=HLu0lyxmqwLC3Pw%2FeCn54p%2F6%2BFom1fnjJuNEJC0vERGxsFzUnsCh234Wy8m2uMadOq2qNuwRsoUw%2B9D%2FoU%2FK2F9Ots6vpRHa6ax5qBeIby1A3MwBNjgcWVgybkcVftx%2F%2FoztP9XcHxgsLD4KR3czY0EVLgIPAfNDPgRc0TeMjv9orvC417PfQDaxwY7W2bpEEf3ycftuypKEPWb2moCXlyaNcjjMJtltSeHfJh8iilEBH3ge3YYP8KOGHculOl6IXfozjrnbrBr%2BOSgw7FeXRCmMhQbPpAjbWUmNUkg4CFDGWq%2F0DIqbsxlBsJYRHlAe
Hey wassup ?
Question :
I have some posts/feeds that have already been published using CyberSEO. I would like to do a batch update is it possible to make an updates? Such as tags,post footer info.,etc.
For example if you want to add some footer (say "Copyright (c) 2011") to every existing post, you need to execute the following code:
Code:
$post ['post_content'] = $post ['post_content'] . "<br />Copyright (c) 2011";
Code:
$post ['post_title'] = "MY POST: " . $post ['post_title'];
2Adminitsration: Please tell why all threads about CyberSEO are getting deleted from this board? Does the CyberSEO plugin breaks any BHW rules or something? I know that many of BHW members are using my plugin since 2006. Do they have a right to get their questions answered?
Thank you in advance!
Last edited: