Joshua Sigar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CMS – Ordering PagesYes, WP has excerpt feature, and yes, it has sub pages also.
Forum: Fixing WordPress
In reply to: link post title directly to the articleBy “referred article” you mean, not the content of the Post, but some article, say, in external website?
If so, you might want to hack up the following plugin, or ask the original author to modify it for you
http://txfx.net/code/wordpress/page-links-to/Forum: Fixing WordPress
In reply to: you really need to see itHere’s instruction for similar case.
http://rhymedcode.net/1001-wordpression-loops/grouped-by-category/And the demo
http://rhymedcode.net/demo/?wptheme=Grouped%20by%20CategoryForum: Fixing WordPress
In reply to: How to seperate pagesYou would create a new file (e.g. snarfer.php) in the active theme folder and put that thing the first thing in the file. And below that put anything you want (the iframe, etc)
Forum: Fixing WordPress
In reply to: Custom fields: Using ‘key’ with empty ‘value’ ???Learn from the plugin “Adhesive.”
Forum: Fixing WordPress
In reply to: tag buttons..where are they?They won’t show up in Safari as far as I know. Otherwise, make sure javascript is enabled on your browser.
Forum: Fixing WordPress
In reply to: How to seperate pagesIf I understand you correctly, then you need a separate Page Template and assign it to “Cams”
http://codex.wordpress.org/Pages#Creating_your_own_Page_Templates
Forum: Fixing WordPress
In reply to: The Loop -> variable? (NOT $post)It’s in the file wp-includes/template-functions-post.php
Forum: Fixing WordPress
In reply to: Where to find and how to reach the categories post numbers?No.
But, if you could, you could modify the corresponding functions for those template tags to give you output that you want.
You need to be comfortable editing the WordPress source code. Make sure to back up the original file.
Forum: Plugins
In reply to: Asides in sidebar – not homepage?Something like the following.
http://pastebin.com/330829Forum: Fixing WordPress
In reply to: Where to find and how to reach the categories post numbers?It’s generated by one of these template tags.
http://codex.wordpress.org/Template_Tags/list_cats
http://codex.wordpress.org/Template_Tags/wp_list_catsThe corresponding parameter is
optioncountfor both template tags.Forum: Fixing WordPress
In reply to: wp-config.php fileNo one can read the info on wp-config.php unless they have access to FTP or access to the server admin panel. So you could leave the file alone.
Forum: Plugins
In reply to: Asides in sidebar – not homepage?Here some walkthru.
Forum: Plugins
In reply to: Way to Limit # of words shown in a post on front page?Here’s a plugin to use.
http://guff.szub.net/2005/02/26/the-excerpt-reloaded/Forum: Installing WordPress
In reply to: How do I do this?1. Set to show one post at a time
2. Insert the full-size image in Post area and the thumbnail in the Excerpt area.
3. For the archive, just create a Page Template that will loop through Posts and display its Excerpt (which contains the thumbnail)