Monthly Archives: April 2011

Breakingnewz Agc Magazine Theme


# WarriorPanel (theme options page)
# jQuery slideshow for featured post
# jquery slider for Category Highlights
# Drop down menu
# 3 amazing color schemes (Blue, Black, Red)
# Full width page templates
# 5 custom widgets to help you easily setup the theme
# Banner ad management
# Maintenance mode
# Widgetized sidebar and footer areas
# Your personal social media icons
# Localization support
# Threaded comment support
# Support WordPress 3.0 navigation menu, or you can use our custom made menu management system
# Support WordPress Featured Image
# Icons are from Aquaticus.Social
# Agc ready on single and search
DOWNLOAD http://agcku.com/download/breakingnewz

Free Revolution Agc Theme

Free Revolution Agc Theme

INSTALL:
1. Upload the theme folder into wp-content/themes/ directory.
2. Go to Admin WordPress and select Design.
3. Select Revolutionagc theme.
4. Upload the plugins that are found within the theme’s plugin folder into the wp-content/plugins directory.
5. Activate the plugins.

USING DYNAMIC TEXT HEADER:
1. Open up the header.php file and replace:

?Download download.txt
1
2
3
<div class="headerleft">
		<a href="<?php echo get_settings('home'); ?>/"><img src="<?php bloginfo('template_url'); ?>/images/logo.gif" alt="<?php bloginfo('name'); ?>" /></a>
	</div>

with this:

?Download download.txt
1
2
3
4
<div class="headerleft">
		<h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
		<p><?php bloginfo('description'); ?></p>
	</div>

HOMEPAGE SIDEBAR
Please note that the home.php file is calling for sidebar_home.php, which means the homepage has it’s own unique sidebar file.
This was done intentionally, in order to provide flexibility on customizing the sidebar of the homepage only.

REMOVING ENEWS & UPDATES, FEATURED VIDEO AND/OR GOOGLE ADSENSE:
To remove any of these components that are in the sidebar, you will need to delete the code that calls for them within the sidebar.php file.

WIDGET AREAS:
Sidebar 1 = sidebar.php
Sidebar 2 = sidebar_left.php
Sidebar 3 = sidebar_right.php

CREATING A BLOG PAGE:
1. Go to your WordPress dashboard, and select write page.
2. Select the Blog Page template from the drop down menu under the Page Template section
3. Change the category ID inside the page_blog.php file to reflect the actual category ID that you have created for your blog.

CATEGORY ID’S:
To locate a category ID, you can use the plugin found at http://wordpress.org/extend/plugins/reveal-ids-for-wp-admin-25 and it will create a column inside your WP dashboard that shows the numerical value.

AGC READY
on single post and search result page

change with your adf.ly id on search.php

download http://agcku.com/download/revolutions

Merubah Permalink Search

udah pada bisa kan merubah permalink search wordpress? ane yakin sudah banyak yang bisa,tapi ane tulis lagi dah buat catatan xixixixixi
yang ane tahu ada 2 cara yaitu merubah file rewrite.php dan merubah sedikit kode di plugin stt2,tapi nggak tahu kenapa yang di cara ke dua ane selalu gagal :( jadinya yang bisa ane tulis cuma merubah via file rewrite.php aja.
oke langsung saja,masuk ke cpanel kemudian buka file wp-include pilih rewrite.php
cari kode

?Download download.txt
1
2
3
4
5
6
7
8
/**
	 * Search permalink base ( example.com/search/query ).
	 *
	 * @since 1.5.0
	 * @access private
	 * @var string
	 */
	var $search_base = 'search';

ganti kata ‘search’ sesuai selera,misalkan jadi kata info maka ubah jadi seperti ini

?Download download.txt
1
2
3
4
5
6
7
8
/**
	 * Search permalink base ( example.com/search/query ).
	 *
	 * @since 1.5.0
	 * @access private
	 * @var string
	 */
	var $search_base = 'info';

kemudian save.lanjutkan masuk ke dashbr wp,pilih setting permalink kemudian klik save tanpa merubah settingan sebelumnya,test hasilnya.kalau benar maka url search anda akan jadi domain.com/info/key-key.

selanjutnya merubah tanda / jadi – biar lebih keren he he he
kembali ke file rewrite php cari kode /%search% (ada 2 biji) kemudian ganti dengan -%search% save kemudian balik ke setting permalink klik save dan lihat perbedaannya,kalau benar maka permalink search anda akan jadi domain.com/info-key-key.

Membuat Auto Generate Image di Single Post

Membuat Auto Generate Image di Single Post,sebenarnya sama saja dengan membuat auto generate image di search,hanya ganti sedikit kode aja,tapi berhubung ada beberapa pertanyaan tentang generate image di single post,okelah ane post aja di sini.
masuk theme editor,pilih single.php kemudian kopi kode di bawah ini,paste di bagian paling atas sebelum <?php get_header(); ?>

?Download download.txt
1
<?php function agcku($title){ $title = get_the_title(); $title = trim($title); return ($title); }?>

kemudian kopi kode di bawah ini dan letakkan sebelum atau sesudah kode <?php the_content(__(‘(more…)’)); ?>

?Download download.txt
1
2
3
4
5
<?php if (agcku($title)) { $request = 'http://api.search.live.net/json.aspx?Appid=GANTIDENGANKODEAPIBING&sources=image&Image.Count=1&query=' . urlencode(agcku($title)); $response  = file_get_contents($request); $jsonobj  = json_decode($response); foreach((array)$jsonobj->SearchResponse->Image->Results as $value)
{
echo('<img style="width: 300px; height: 150px; margin:5px 5px 5px 5px; border: 1px solid #009900;" src="' . $value->MediaUrl . '" alt="' . $value->Title . '" title="' . $value->Title . '">');
}
} ?>

save dan liat hasilnya.
jangan lupa ganti “GANTIKODEAPIBING” dengan api kepunyaanmu,dan untuk style silahkan berkreasi sendiri.

PDF search engine wordpress theme

hari ini iseng aja utak atik lagi theme wp pdf yang dulu gak jadi saya share karena ada yang komplain heheheheh dan sekarang posting ini saya update lagi.

cara install

1.silahkan download theme wp-pdf nya kemudian upload seperti biasa nya.

2.download file query.php dan rewrite.php kemudian upload ke hosting,kalau nggak tahu caranya ya silahkan tanya ke mbah gugel :D

3.masuk dashbor wp kemudian pilih setting terus ke setting permalink dan save aja tanpa merubah settingan sebelumnya.

4.buat page baru dengan title “read” (tanpa tanda petik) dan di opsi theme pilih “read” juga

5.pasang plugin stt2 kemudian cari kode

?Download download.txt
1
get_bloginfo( 'url' ).'/search/'.user_trailingslashit(pk_stt2_function_sanitize_search_link($term-&gt;meta_value));

kemudian ganti dengan kode

?Download download.txt
1
get_bloginfo( 'url' ).'/pdf-'.user_trailingslashit(pk_stt2_function_sanitize_search_link($term-&gt;meta_value)).'.html';

download theme : http://agcku.com/download/pdf-theme

download query : http://agcku.com/download/pdf-query

download rewrite : http://agcku.com/download/pdf-rewrite

PS JANGAN LUPA GANTI KODE API BING DI FILE SEARCH.PHP DAN VIEWER.PHP (read page template)

Google Gulp Minuman Baru Dari Google

google gulp Google Gulp Minuman Baru Dari Google,buat kawan kawan yang blognya kena tendang google ada baiknya mencoba minuman baru keluaran google biar nggak pusing hehehe,”Google mengeluarkan minuman yang diyakini mampu meningkatkan intelegensi peminumnya. Untuk memperoleh minuman ini, seseorang harus memiliki tutup botol Google Gulp milik orang lain.”