pmginn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: ok simple answer pleaseI’m not really sure how to use the quicktags provided in http://wordpress.org/support/topic/19910. Can you perhaps share how you got PayPal to work inside your wordpress pages?
I was considering building an HTML page with PayPal code in it and embedding it into a page using EZStatic, but I’m not sure if that would work or not.
Forum: Plugins
In reply to: Adhesive: A new sticky WP pluginBTW – Ringmaster: the wiki on your site doesn’t come up. Is it down?
Forum: Plugins
In reply to: Adhesive: A new sticky WP pluginI just downloaded the latest sticky. For some reason, while testing it out, the plugin seemed to override my preference to only list 3 days worth of posts on the page; the page listed practically every post I had made! I had to deactivate the plugin.
Has anyone else run into this problem?
Forum: Fixing WordPress
In reply to: About to give up on permalinks; final cry of helpI don’t know if this will help, but I have my permalinks set up like this:
/index.php/%postname%
That’s all that’s required. From there, I just use the postnames or pagenames in my links. After like a day of screwing around with permalinks, I found that was the easiest and most trouble-free way to go. I haven’t had problems since.
Forum: Fixing WordPress
In reply to: Javascript in postsI just tried it (using the per-post instructions) but unfortunately it doesn’t work.
Forum: Fixing WordPress
In reply to: Page order in sidebarnevermind… found the answer:
<?php wp_list_pages(‘depth=1&sort_column=menu_order&title_li=’); ?>Forum: Fixing WordPress
In reply to: Page order in sidebarI have the following:
<?php wp_list_pages(‘title_li=’ . __(‘ ‘). ‘&sort_column=menu_order’); ?>
I want to use (‘depth=1’) so that my subpages do not show. But when I use that tag, the “pages” header shows up in normal font, no decoration. Can anyone help?
Thanks!