AdRotator Overview 어떤 개요
WordPress plugin AdRotator 플러그 접속식 어떤 enables you to display an advertisement (which is randomly selected from a group of advertisements specified in a text file) at your chosen location anywhere in your WordPress blog (other 를 표시하는 광고를 사용하면 (이것은 그룹의 광고를 무작위로 선택된에서 지정되어있는 텍스트 파일)에 선택하신 위치를 어디에 wordpress 블로그 (기타 free WordPress plugins we provide 무료 wordpress를 제공 플러그인 ).

Adding ad code is trvial. 광고 코드가 trvial를 추가합니다. You simply add this code in your template, where you want to show the advertisement: 여러분의 템플릿에서이 코드를 추가하기만하면, 원하는 위치를 표시합니다 광고 :
bannerad '); ?> bannerad ');?>

It searches for the file wp-content/ bannerad .txt, chooses one ad randomly from it and displays it. 해당 파일을 검색 백린 - 콘텐츠 / bannerad합니다. txt, 무작위로 하나의 광고를 선택하고 그것을 표시합니다. You should replace bannerad with the name of your actual text file without the ending txt extension. bannerad를 교체해야 귀하의 실제 텍스트 파일의 이름을 txt 확장자를 종료합니다.
Ref: 심판 : AdRotator User Manual 어떤 사용자 매뉴얼

How to display rotating ads directly in your WordPress posts or pages? 회전하는 광고를 표시하는 방법을 귀하의 wordpress 게시물이나 페이지에서 직접?
The key problem is that WordPress doesn’t allow php code in your posts and pages. wordpress의 열쇠 문제는 귀하의 게시물을 허용하지 않습니다 코드와 페이지를합니다. And the code above is php code. 그리고 위의 코드는 코드합니다. The solution is very simple. 해결 방법은 매우 간단합니다.

You should use any one of the available plugins for this. 중 하나를 사용할 수있는 플러그인을 사용해야 해당합니다. One such plugin is 하나의 플러그인은 Priyadi’s php-exec priyadi의 php - 실행 . 합니다. It allows you to execute php code within your posts. 이 프로그램을 사용하면 귀하의 게시물에서 코드를 실행합니다. To install php-exec follow these simple steps: 를 설치하는 php - 실행 다음과 같이 간단한 단계 :

  1. Download the plugin: 다운로드하여 플러그 접속식 : phpexec.txt
  2. Rename the plugin to phpexec.php and put it into your wp-content/plugins directory phpexec.php의 이름을 변경하고 플러그인을 wp-content/plugins 디렉토리를 넣을
  3. Activate the plugin from WordPress administration menu 플러그인을 활성화 wordpress 관리 메뉴에서

Now all you have to do is use this code within your WordPress post, to display rotating ads: 지금은이 모든 것들이 당신의 시간이 코드를 사용 할 수있는 일은 wordpress 게시, 회전을 표시 광고 :