My issue is, that when ever i escape them or even if I dont escape them, the save and apply buttons seem to add 3 backslashes instead of the one. This rendering any html code useless.
Any help would be very much appreciated. Thanks.
]]>I searched around and found links to getting adsense in between posts, and the links I found for the get-a-post and cg-inbetween plug-ins didn’t seem to work any better (but that could also be my lacking of full blown PHP skills).
What I would like, is to be able to insert content (an excerpt and more link) from a Page I made in WordPress in between my first post and the rest of the posts.
I’m pretty sure that this is possible some how, but I can’t seem to break the loop, everything I’ve tried just causes the page excerpt to be repeated at the end of every post.
Thank you in advance for any help.
]]>I wonder if some expirienced the same problem I sm using CG-Inbetween in WP 2.04 (my site: swed.info is under construction). I place the folder, I change the theme’s index.php and I activate the plug in the admin-panel. But when I want to get into the CG-Inbetween options to use the plugin I get the message that the wp-admin/cg-inbetween.php can not be find. There is no such file and, according to the plug-in author, such file is not supposed to exist.
CG-Between worked perfectly in an earlier blog I had.
I am testing the program locally on my pc, using easyphp. Could be that a part of the problem? Any ideas abou how I can call the plugin’s administration panel?
Best regards
Erico
Whenever I put in something to be added that has quotes (“) in it, as soon as I save it, it seems to add a slash (\) just before each quote (“)
So, when I add the following:
That Girl “IS” really hot
What ends up being saved is:
That Girl \”IS\” really hot
So, as you can imagine my Google ads won’t work because of all the extra slashes (\) in the code.
Any idea why this is happening or how to fix it? Thanks a bunch.
]]>CG-Redirect does browser-redirects via a tag in a post/page. Good for turning Pages into ‘links’ to other areas — a Home link, a Forum or Gallery link, etc. Also would be good for reblogging, where the excerpt on the homepage works as usual, but when you click to go ‘into’ the article, you get redirected immediately to the source article.
CG-QuickPHP does embedded PHP in a post/page, with a one-function-call restriction. By avoiding eval(), it’s hopefully more compatible, and lots of times you just want to embed a Plugin’s single ‘dump output’ call into a page anyway… Also great for weather plugins, CG-FeedRead RSS feeds (or del.icio.us, or TaDa lists, etc.), CG-Amazon ‘now reading’ Page (or Wishlist Page), etc.
CG-Inbetween was my answer to ‘how do I insert X after the Nth post in The Loop’. You can now echo static html/text, call a php function (a la QuickPHP, though separate code), and/or include a php/html file. (yes, you can actually do all three at once, in that fixed order…). For many users, this may be your ‘adsense solution’. It also lets you specify to insert ‘inbetween’ posts by post number on the page (1, 4, …), ALL posts, the LAST post on the page, or only for Single posts (single or page). There’s been thought about what else I can do for single posts (i.e., my auto-insertion code I’ve discussed in the past), but I didn’t have time, and I’m not sure if it should be a separate plugin.
Of course, you MUST check out CG-FlashyTitles if you haven’t already.
For the moment, they’re all accessible off one post at CHAITGEAR (if I split them off, I’ll leave links to the new posts).
If you have issues, bugs, support stuff, etc., feel free to start a NEW THREAD for the plugin you have Qs about — rather than replying here. If it’s just “cool”, “awesome man”, “great job”, etc., well that you can just reply here.
-d
]]>Basically, what I want is to have some Adsense code inserted below the first post (or above the second post) on the main page of my blog. I’ve read the instructions and installed the plugin OK, but when I paste the code into where I think it should go in my index.php nothing happens.
PHP is a mystery to me, but I’ve tried <?php $candy[2] = 'The Moose is Loose!'; ?>
– is that wrong?
Obviously I will put the adsense code in once I figure out what I’m doing wrong…
]]>