Joshua Sigar
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: trojan from pingomaticPerhaps you could leave comment at their blog https://blog.pingomatic.com/
Forum: Fixing WordPress
In reply to: How do I create complete separate pages or directories?[…]however the tool and WordPress don’t play well together.
Define this better, would ya.What is this tool, anyway? Be specific because we don’t have time to throw random answers at you.
Forum: Fixing WordPress
In reply to: Comment box not showing upYou left out the code which displays that comment stuff. Compare your theme with Classic or Default Theme.
Forum: Fixing WordPress
In reply to: what dictates the category the main index file is assigned to?Sorry, Got no time to explain right now. In the meantime, read this up
https://codex.www.ads-software.com/Template_HierarchyForum: Fixing WordPress
In reply to: ‘Splash’ page with most recent posts from seperate categoriesAdd to your theme, search.php and archive.php with the normal loop.
Forum: Themes and Templates
In reply to: pagesCopy index.php and name the copy page.php
Forum: Fixing WordPress
In reply to: How to fix incorrect comment numberingThe numbering you see in Manage > Comments is auto-generated by html tag
<OL>
The one you see in the blog are the comment IDs. The gap is caused by deleted or spam comments.
If you want 1..2..3 numbering, use
<OL>
to list your comments, or make your own counter.Forum: Fixing WordPress
In reply to: How to check if the 2.0.4 update was 100%?If we’re referring the same thing, that backup page comes from default plugin. If you don’t see the page, it’s probably not active.
Anyway, it never hurts to re-upgrade.
Forum: Plugins
In reply to: offset problem with query_postsWell, I haven’t checked the source code of 2.0.4 (I’ll leave that as a homework for you) but trac marked that fix for 2.1 release.
Forum: Fixing WordPress
In reply to: no one besides me can stream my quicktime moviewe need link to your site.
Forum: Fixing WordPress
In reply to: LayoutIt’s easy but my php coding is rusty right now so I can’t give the exact code. But here is the logic.
1. Get the CURRENT MONTH and CURRENT YEAR with a couple lines of php code.
2. Pass that CURRENT MONTH and CURRENT YEAR to query_posts()
https://codex.www.ads-software.com/Template_Tags/query_posts#Time_ParametersForum: Themes and Templates
In reply to: Styling one Page list differently from all othersWrap the list with special CSS id.
<div id="header-list">
...
wp_list_pages...
...
</div>And in the css file…
#header-list .page_item {
...
}Forum: Fixing WordPress
In reply to: insert the post id into another function<?php rating(get_the_ID()); ?>
Forum: Fixing WordPress
In reply to: Create a new boolean template tag.mmm, what? I just tried and it worked fine?
Forum: Fixing WordPress
In reply to: Create a new boolean template tag.I don’t really get your question, but this link might be the answer
https://codex.www.ads-software.com/Using_Custom_Fields
And if you end up using custom field, grab this plugin
https://rhymedcode.net/projects/custom-field-gui