Joshua Sigar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Clickable header from codex not valid?You have “
<div id="headerimg">“, a block element element within “a” tags, an inline element, which is “illegal.”Just use the second example, or CSS, if you’re comfortable.
Forum: Fixing WordPress
In reply to: Code to get VALUE for a KEY?Some example here
Using_Custom_FieldsForum: Fixing WordPress
In reply to: Dynamic return of page_id?Try moving line 8-10 to outside The Loop, then. The Loop is probably in index.php. So, put it after The Loop in index.php.
Forum: Fixing WordPress
In reply to: Dynamic return of page_id?I’ve modified your code to take affect only when viewing a Page.
http://paste.uni.cc/7649Forum: Fixing WordPress
In reply to: Edit metaBack up that one file first.
Delete line 26-37Forum: Fixing WordPress
In reply to: Dynamic return of page_id?ccheaton, I want you to paste the whole file where that snippet of code goes. http://paste.uni.cc
Forum: Fixing WordPress
In reply to: Edit metaWhich one is the “mail page?”
You meant front page? Do you have sidebar.php? If so, post it here: http://paste.uni.ccForum: Themes and Templates
In reply to: Multiple images and HTML for header?It’s all about CSS and HTML, doesn’t pertain directly to WP. Google for 3 column layout in general, if that’s what you want to accomplish.
Forum: Fixing WordPress
In reply to: Main Page SummeryForum: Fixing WordPress
In reply to: Php Current postsSo, those 5 boxes contain Posts from 5 different categories?
If so, here’s a tutorial http://rhymedcode.net/1001-wordpression-loops/grouped-by-category/
And the corresponding demoForum: Plugins
In reply to: who can make a plug in for searchingpoeple just click the links in the post content directly go to the link site.
Here’s a plugin for that http://txfx.net/code/wordpress/page-links-to/Everything else is CSS, template tags, and custom HTML. You just need to know how to customize WP’s Theme. Please take the time to read the appropriate documentation in http://codex.wordpress.org
Don’t expect us to code the whole thing for you.
Forum: Fixing WordPress
In reply to: Dynamic return of page_id?It should work. How did you add the code?
Post the whole file here http://paste.uni.cc/Forum: Plugins
In reply to: Using “getRecentPosts” for a particular categoryThe following tutorial may work as well
Template Tags/get_postsForum: Plugins
In reply to: use a plugin function outside WordPresscopy the wptexturize function and put it on that same file.
Forum: Everything else WordPress
In reply to: popup comments errorwe would need to see the php code from that template. paste it here: http://pastebin.com