Joshua Sigar
Forum Replies Created
-
Forum: Plugins
In reply to: Search Reloaded Plugin QuestionInstead of…
<?php sem_search_display(); ?>…it’s supposed to be…
<?php sem_search_results(); ?>Forum: Fixing WordPress
In reply to: all info at the bottom of sidebarThe last two images are too wide, I guess. Resize them.
Forum: Plugins
In reply to: Search Reloaded Plugin QuestionThen create a blank search.php on your theme directory, and copy the content from here: http://paste.uni.cc/7345
Forum: Fixing WordPress
In reply to: Can’t get the posts_nav_link to appear with query_postsThe following plugin may solve the issue, then. Set what category to show with the plugin, set number of posts to display from admin panel.
http://dev.wp-plugins.org/file/front-page-cats/trunk/front_page_cats.php
You have to customize it to affect a Page, instead of frontpage.
Forum: Themes and Templates
In reply to: header.php…using my own header and footer…The first one doesn’t matter; the second one, depends on what plugins you use.
Forum: Fixing WordPress
In reply to: Please help me with RumGallery PluginYou have…
<div id="content">…and…
<div id="content" class="narrowcolumn">Why do you need the second one?
Forum: Fixing WordPress
In reply to: Please help me with RumGallery Plugin1) Creates a Page for it http://codex.wordpress.org/Pages
Forum: Fixing WordPress
In reply to: Using blog pages with multiple loopsAnother thing I’m noticing is that the posts limit isn’t working quite right either.
Say, it always grabs 5 posts and only displays category 1 posts. So if there are 5 posts and 2 of them category 1 (the rest other categories), you only see 2 posts. That’s what happen in the 2nd loop.Forum: Fixing WordPress
In reply to: Upgraded to 1.5 but can’t find this code (re mail this post link)Put it within this…
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>…and this…
#
<?php endforeach; else: ?>Forum: Themes and Templates
In reply to: Problems with theme in FirefoxThe only thing that stop mid-way is the border between content and sidebar. Everything else…white, on Win XP Firefox 1.0.4
Forum: Fixing WordPress
In reply to: Using blog pages with multiple loopsWell, okay. No more question. Nothing else I could use to examine this issue. Wish you luck.
p.s. make sure you post back if you figure it out ’cause I’m curious what’s the cause of this.
Forum: Fixing WordPress
In reply to: Using blog pages with multiple loopsWell, like I said, your code works on my blog. I cut and pasted and change the category, and that’s it.
Well, like I asked, for the code that you have pasted up there, you didn’t get the link navigation; but if you look at the html source code, is there no link either?
Forum: Fixing WordPress
In reply to: Using blog pages with multiple loopsSo the post navigation link still not showing up?
If you look at the html source code, is it empty, too?
I just tried your code and it worked. What plugins are active? You want me to dive in to your blog? alphaoide at g mail dotcom
Forum: Fixing WordPress
In reply to: Upgraded to 1.5 but can’t find this code (re mail this post link)Just add the code anywhere inside the Loop
Paste your index.php here: http://pastebin.com
Forum: Fixing WordPress
In reply to: Using blog pages with multiple loopsOh yeah, next time post your code right on the following site.
http://pastebin.com