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: posts page (home page) to look like achieves page (or categories page)?
June 2, 2011 at 9:19 pm #14516You would have to do this via a child theme, by creating a separate template file
home.phpthat displays the content the way you want it. You would have to copy the appropriate codes from the theme’s loop.php file into this new homepage template file.Admin
Admin
The icons are added in the top bar, but you have hidden the top bar in your site, hence you don’t see any icons.
Admin
Okay, added.
You can also remove the theme’s default headers using the
unregister_default_headers()function, and then register your own headers using theregister_default_headers()function.The WordPress Codex has more information on this: http://codex.wordpress.org/Function_Reference/unregister_default_headers
Admin
You’ve been added to the list. Thanks!
Admin
#adinj-3 div{
margin-left: -11px;
}Admin
What link?
Admin
Absolutely. That’s the whole point of adding those filter hooks and action hooks.
Admin
What did you save the picture as when you edit it in Paint? It should be as a PNG file to preserve the transparency.
Admin
You’ll need to adjust the padding of the slider post container for that first slider post. Can’t really do it now without affecting the other slider posts, but I’ve added a unique ID to every slider post in the upcoming version 1.3.1, so you should be able to do it then.
