Help needed with SynContent

Benditer

Junior Member
Joined
Aug 13, 2009
Messages
123
Reaction score
37
I am using syncontent wp plugin for rewriting my content on fly. But this plugin alters even my "privacy policy" page. I found on google that plugin can avoid rewriting specific pages and posts but I couldn't find the way to do that.

Only other was left for me is to chose all the important words in privac page and put in nosyn.php but that would affect other posts and pages also.

If anyone know that specific tag or code to avoid the page from getting rewritten plz let me know.

Thanks in advance.
 
Knock Knock, Any body thr?
 
LOL... As no body replied to my post. I am replying it myself hoping that somebody might find it useful.

To avoid a particular page or post from being rewritten , I included <nosyn> string in the body of the content. In the HTML editor mode in wordpress, I had to put <div> <nosyn> </div>.

Without divs around the string, wordpress ignores the string. If you edit it in visual mode then wordpress will replace "<" with &lt (less than) and so on and then it won't work. So putting <nosyn> under divs is the way to go.
 
Last edited:
I tried syncontent and holy hell was my content jibberish. Guess it's good if you just wanna flood a blog with content though.
 
thank you. I tried it your way and it worked. I then removed the div tags and it still works. Thanks again
 
Back
Top