Burak adlı üyeden alıntı

Tamam işte. Bu eklentiler ile son yazıyı veya rastgele yazıları alıp header.php'de istediğin yere yazdırabilirsin.


Eklentiyi ftp ye attım aktif de ettim ayarlar kısmında cıkmıyor ve yapımcının verdigi php kodlarını ingilizcesinden anladıgım kadarıyla sidebar.php ye mi ekliyoruz ?


- Make sure you are running WordPress version 2.8 or better. It won't work with older versions. If you use older versions, please download "Advanced Random Posts v1.1".
- Download the zip file and extract the contents.
- Upload the 'advanced-random-posts' folder to your plugins directory (wp-content/plugins/).
- Activate the plugin through the 'plugins' page in WordPress.
- See 'Appearance'->'Widgets' to place it on your sidebar. Set the settings

If you don't use 'Widgets', add following codes in your 'sidebar.php' to place 'Random Posts' on your sidebar. Change the parameters as you want:





    • $parameters = array(
      'limit' => 10, //Number of posts to show
      'excerpt' => 60, //excerpt length (letters)
      'actcat' => false, //get posts current category
      'cats' => '5,6', //Categories to get posts
      'cusfield' => 'thumbnail', //custom field name of thumbnail image
      'w' => 48, //width
      'h' => 48, //height
      'firstimage' => true, //get first image of post content
      'atimage' => false, //get first attached image of post
      'defimage' => 'http://www.yakupgovler.com/default.jpg' //default thumbnail image
      );
      //print random posts
      yg_randomposts($parameters);
      ?>