Random Advertisements Position in Content
Table of Contents
Insert advertisements code randomly within the page content.
Something looks broken? We accept bounties to fix them faster.
^ | 259 Downloads |
---|---|
v2.4.4 | 235 Downloads |
v2.4.3 | 230 Downloads |
v1.2.2 | 341 Downloads |
Insert advertisements code in random position between the existing paragraphs in the page content.
Usage
Open .\lot\x\r-a-p-i-c\engine\r\layout\ads.php
then put your advertisements code there.
To disable the automatic advertisements placement on certain page, add a r-a-p-i-c
property within your page’s state
property with a value that can be evaluated to false
:
---
title: Page Title
description: Page description.
author: Taufik Nurrohman
type: HTML
state:
r-a-p-i-c: false
...