Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jack79

    (@jack79)

    I was thinking of that, but it won’t do what I need.

    I want to be able to go to WP, and add a Post (or Custom Post) of type WORK or of type CLIENTS.

    Then, the WP code, would populate the WORK and CLIENTS parts of the website with the appropriate post types, but these post types will not be included in the Blog section.

    I am getting inspired by this site: http://www.thechurchoflondon.com/

    Any ideas of how to customize so much?

    Thread Starter jack79

    (@jack79)

    I went straight to the DB tables of WordPress on my web server. If you go to table “wp_posts”, you will see a field “post_content”. You can edit the content of this field and put your adsense code directly in there. However, when the blog post gets generated, a < br > [br] tag gets added at the end of every line, breaking the adsense code (it shouldn’t have these tags in there)

    Thread Starter jack79

    (@jack79)

    Ok, when I go directly in the DB with phpMyAdmin I can add the adsense code inside a specif post text.

    However, now, at the end of every line of the AdSense code, a is added, which breaks the code.

    Anyone knows how to deactivate the automatic adding of at the end of lines in WordPress?

    Still, there is got to be beter ways than going straight in the DB tables.

    Thanks

    Thread Starter jack79

    (@jack79)

    Thanks for the reply. The “WordPress should correct invalidly nested XHTML automatically” option was unchecked, and I also unchecked “Users should use the visual rich editor by default” but for some reason I still see the rich text editor when I post messages. Still, the problem is there. Any other ideas.

    Thread Starter jack79

    (@jack79)

    Ok, I just noticed that instead of

    <script type=”text/javascript”
    src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”&gt;
    </script>

    I have the folowing that gets generated by WordPress

    <script type=”text/javascript”>
    </script>

    I guess the program removes the src=”” part of the code inside the post. Does anyone have a suggestion on how to fix this?

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