pcunite
Forum Replies Created
-
Forum: Hacks
In reply to: How can I prevent inherit type posts from being created?I think I found the error, it must be before wp-settings.php
Forum: Fixing WordPress
In reply to: Thumbnail in teaser and large image in the full postUse <!–more–><!–noteaser–> like so:
<img align=”left” src=”small.jpg” alt=”” width=”100″ height=”100″ />
Blah Blah Blah
<!–more–><!–noteaser–>
Forum: Themes and Templates
In reply to: Custom page template based on index.phpGot it to work….
<script src=”http://pastebin.com/embed_js.php?i=9ZXiXdKd”></script>
Forum: Themes and Templates
In reply to: Custom page template based on index.phpThe following code works, except for the more tag. How to fix?
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Themes and Templates
In reply to: Custom page template based on index.phpWpapi,
Sorry I posted before I saw your help. You are correct… wp_query is the answer… I have that working now. I have another question now, if this is to great for you to anwwer, I understand. How do I now mimic what index.php is doing using wp_query? By that I mean the way pagination, and #more is working?Forum: Themes and Templates
In reply to: Custom page template based on index.phpWhy does the Loop not work in my custom template?