jack79
Forum Replies Created
-
Forum: Themes and Templates
In reply to: What startegy to use in order to turn WP into a CMSI 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?
Forum: Fixing WordPress
In reply to: AdSense and WordPressI 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)Forum: Fixing WordPress
In reply to: AdSense and WordPressOk, 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
Forum: Fixing WordPress
In reply to: AdSense and WordPressThanks 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.
Forum: Fixing WordPress
In reply to: AdSense and WordPressOk, I just noticed that instead of
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</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?