DeNiro
Forum Replies Created
-
Forum: Hacks
In reply to: "More" span in wrong place?That’s my Custom Post Type: http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/
Anyone, please? 🙁
Forum: Fixing WordPress
In reply to: Fatal error: call to undefined function bloginfo().Nobody? 🙁
Forum: Plugins
In reply to: Getting something from post outside the loop?Of course it should look like:
IMAGE FROM CONTENT
TITLE
THE REST OF THE CONTENTAfter all.
Sorry for typos and two posts, I’m in a hurry and there’s no [edit] button (or it’s too hard to find one).
Forum: Fixing WordPress
In reply to: Link to image on page?Yeah, but what when I want to create my own theme with some static elements, for example on “Home” page there should be:
<img src=”images/separator.png” />
<div>
Some dynamic content (back-end editable).
</div>
<img src=”images/separator.png” />etc.?
Forum: Fixing WordPress
In reply to: Link to image on page?Forum: Fixing WordPress
In reply to: Link to image on page?Forum: Hacks
In reply to: Modifying wp_nav_menu?RESOLVED:
<?php wp_list_pages('sort_column=menu_order&title_li=&number=4&'); ?>Don’t get why wp_nav_menu is less flexible than wp_list_pages (won’t use _wp_nav_menu at all, because seems pointless to me).
Cheers.