Vera
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: WP PluginI saw that it is possible to use Lester’s plugin.. seems like the person created a Page template with comments enabled and put the code in it? Not sure.. anyone done this before or have any ideas? Your help is greatly appreciated! Thanks!
Forum: Fixing WordPress
In reply to: Whitespace above imageHm, I don’t really see a problem. It looks perfectly fine. Perhaps a screenshot where the error is would best explain what you are viewing?
Forum: Fixing WordPress
In reply to: Whitespace above imageGaps? You don’t want any gaps above your banner you mean? – if that’s what you’re saying. Maybe it’s a margin/padding problem?
Forum: Plugins
In reply to: srg_clean_archivesMy design has an issue? LOL. Yes, I’ve written a post about my footer not (behaving) and no one could seem to figure it out. (Until then.. it’s still like this ='( .. unless you can figure it out?)
Then you are truely a genious!
Forum: Plugins
In reply to: srg_clean_archivesNevermind, I forgot this:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
&
<?php endwhile; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?><? print_pg_navigation() ?>
Before and after the tags. My bad.
Forum: Plugins
In reply to: srg_clean_archivesSorry about my spelling errors near the end of the post, let me write it again:
(You see a purple LINE above the search form? Aobe the search line.. “should” have the title of the page I’ve named. But I don’t see it visible. =/ Any ideas??
Thanks guys!
Forum: Fixing WordPress
In reply to: Parent/Child PagesEep? Anyone with a reply is appreciated! =)
Forum: Plugins
In reply to: Load-Time PHP or Plugin????Great =) Thanks! The best one I’ve seen yet (simple and it works!)
Forum: Plugins
In reply to: srg_clean_archivesthe link didn’t work =(
I meant to say that I want the the title of the page you’ve named to show up.
here’s the link:
http://vera.pyhra.org/wp/wp-archives/(You see a purple link above the search form? Above the search line “should have the title of the page I’ve named. But I don’t see it visible. =/
Thanks guys!
Forum: Plugins
In reply to: srg_clean_archivesHmm.. anyone? xD
Forum: Plugins
In reply to: srg_clean_archivesOkay. What I did was use the “search form” code and placed it where I want it to appear in the Archives Template I’ve made. And I believe this alternate method works too =) maybe people would like to know.
Also, Is there a way to show the title of the page you’ve made?
I inserted this for my PAGES:<div class=”post”>
<h3 class=”storytitle” id=”post-<?php the_ID(); ?>”><?php the_title(); ?></h3>
</div>and it worked. But I tried it for Archives, and it didn’t. Is it something else? – cause this code is for Pages ( doesn’t work with Archives I guess =/ )
Forum: Plugins
In reply to: srg_clean_archivesOne more thing.
Does anyone know how to include a “search form” in the srg_clean_archives.php file? – I don’t really know where to put the code.
Forum: Plugins
In reply to: srg_clean_archivesOkay. Thanks 🙂
Forum: Plugins
In reply to: srg_clean_archivesSorry – needs to clarify.
I meant a Page Template for your pages – similar to the Archives idea, just that it’s for pages =).
Forum: Plugins
In reply to: srg_clean_archivesAh, that’s a smart way out of things ; ) and you always seem to find your way around things ^__^; cheers to you from me =)