gmaletic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Make the_excerpt() resolve to “” if there is no excerpt?They’re from the “custom excerpt” box.
If I type in a custom excerpt, that’s what I want the_excerpt() to return. If I don’t, I’d like it to return nothing.
(I have no plans to use the “More…” tag on this blog.)
Forum: Fixing WordPress
In reply to: Conditions under which WP-CACHE will or won’t work?I should clarify: the reason I feel compelled to keep my site “separate” from WordPress is that the site in question isn’t really a blog, though it has a blog integrated into it. If the site in question were a “pure” blog, integrating more tightly into the WP directory structure (including creating a custom theme) might make more sense to me.
Forum: Fixing WordPress
In reply to: Include PHP files at absolute URLs?Let me explain it this way. When I use a line in my page like:
<?php include("banner.php"); ?>…it works fine. But if I change this line to be:
<?php include("http://www.Tilt-Movie.com/banner.php"); ?>…it breaks. Is there a way for me to configure my server so this does work?
Thanks very much.
Forum: Themes and Templates
In reply to: Modify index.php file if blog hosted at WordPress.com?Okay, thanks.