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
You can actually add new categories in the Edit Post screen itself. There should be a Category box to the right of the screen where you can add new categories and subcategories and assign it to the current post you’re editing.
Admin
If you activate the clickable header image option, it should be displayed in all pages regardless of whether it’s the front page or not.
Admin
You can use the WordPress’ Custom Menu feature (accessible via Appearance > Menus) to add new menu items, but it doesn’t support checking for conditionals. For this reason, it’s probably easier to code the menu item yourself and add it to the navigation bar by using the
graphene_top_menuaction hook.Admin
In reply to: Show full sticky post, but only exerpts from all others
November 20, 2010 at 10:48 pm #11634Hi Ella,
The posts on front page are showing excerpts by default. If you want the sticky post to show the full content, you’d have to use the
graphene_before_post_contentandgraphene_after_post_contentaction hooks. This is actually not that difficult to achieve is you know your way around PHP.Otherwise, to show just one post on the front page, I recommend you to install the Custom Post Limits plugin by Scott Reilly.
Admin
Yep, you’re gonna have to modify the sprite_master.png. You can actually download the PSD from here: http://www.khairul-syahir.com/download/Graphene-PSDs.zip
Alternatively, you can also create individual images and modify the CSS to use those images as background.
Admin
This effect was there in older versions of Graphene, but somehow along the way I accidentally removed it. Will be available again in the next update.
Admin
Try checking the settings at Settings > General admin page. You shouldn’t have that extra slash (/) after the domain.
Admin
Your permalink setting has an error. The %name% tag is not recognised by WordPress. Use %postname% instead.
Admin
URL please.
Admin
In Edit Post screen, at the right hand side in the Publish box, click on Edit to the right of Visibility. Then the visibility option should expand, and tick the “Stick this post to the front page” option.
