#1
Posted 17 November 2012 - 10:43 PM
#2
Posted 17 November 2012 - 10:48 PM
You can add an action for add meta setting below.
For example the action: pagelines_loop_after_post_content
You can find at
You can see this links to begin:
#3
Posted 18 November 2012 - 12:18 AM
You can also use the full-width sidebar.
#4
Posted 18 November 2012 - 12:32 AM
Thanks. I'll definitely look into this and almost certainly come back with questions.Hi fpgeeks
You can add an action for add meta setting below.
For example the action: pagelines_loop_after_post_content
You can find at
You can see this links to begin:
I've tried this but the problem is that it puts my ad after the related-post-plugin content.Since you describe the end of your post's content area for this hook, you can perhaps use a universal sidebar set above the morefoot or footer (if you don't use morefoot). The ad code could be included in a text widget in that sidebar.
You can also use the full-width sidebar.
#5
Posted 18 November 2012 - 06:42 PM
This plugin will allow you to customize a shortcode to display the postloop on a static page. You can, for example, set up a shortcode to display 5 recent posts at the top; implement your ad code; then implement a second group of Special Recent Posts shortcode that offsets by 5, so it basically continues where the previous 5 posts ended. You can do this three times on a page, resulting in 15 posts, with two breaking ads. See below:
SRP 5 posts
ad code
SRP 5 posts (offset by 5)
ad code
SRP 5 posts (offset by 10)
When you add the shortcode and ad code, make absolutely sure you do so in the HTML view, not in the VISUAL view of the page's edit page.
#6
Posted 09 December 2012 - 10:10 PM
Hi fpgeeks
You can add an action for add meta setting below.
For example the action: pagelines_loop_after_post_content
You can find at
You can see this links to begin:
So, I read through this and I don't have a clue how to use any of it.
#7
Posted 09 December 2012 - 10:12 PM
If you want the ad to appear in the midst of the content area list of posts, the option is then to use plugin.
This plugin will allow you to customize a shortcode to display the postloop on a static page. You can, for example, set up a shortcode to display 5 recent posts at the top; implement your ad code; then implement a second group of Special Recent Posts shortcode that offsets by 5, so it basically continues where the previous 5 posts ended. You can do this three times on a page, resulting in 15 posts, with two breaking ads. See below:
SRP 5 posts
ad code
SRP 5 posts (offset by 5)
ad code
SRP 5 posts (offset by 10)
When you add the shortcode and ad code, make absolutely sure you do so in the HTML view, not in the VISUAL view of the page's edit page.
Thanks for the info, but this isn't what I'm trying to accomplish. If I understand this correctly, this would allow me to insert ads between posts on the blog page. What I want to do is add an ad inside of a blog post, but at the end of the post content and before the before the Related Post Plugin, as shown in the image above.
#8
Posted 09 December 2012 - 10:26 PM
If your not already using the free contentbox section, then this is super simple.
1. install the free contentbox section.
2. drag it into the 'blog post' content area.
3. go to pagelines => page options and click site defaults
4. add your ad code to the contentbox global settings.
thats it.
If your already using the content box then your going to have to use some php to add the code using add_action()












