PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Dahomeister
11 sec ago
Untitled
3 sec ago
Untitled
PHP | 3 sec ago
Untitled
8 sec ago
Untitled
9 sec ago
Untitled
9 sec ago
Triple Mania
21 sec ago
Untitled
30 sec ago
sidebar-top.php
By:
Ronnie_Fantastic
on
Oct 29th, 2012
| syntax:
None
| size: 0.23 KB | hits: 5 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
<?php if ( !theme_dynamic_sidebar( 'top' ) ) : ?>
<?php $style = theme_get_option('theme_sidebars_style_top'); ?>
<?php $heading = theme_get_option('theme_'.(is_single()?'single':'posts').'_widget_title_tag'); ?>
<?php endif; ?>
create a
new version
of this paste
RAW Paste Data
<?php if ( !theme_dynamic_sidebar( 'top' ) ) : ?> <?php $style = theme_get_option('theme_sidebars_style_top'); ?> <?php $heading = theme_get_option('theme_'.(is_single()?'single':'posts').'_widget_title_tag'); ?> <?php endif; ?>