heyjoe79
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-Table] Creat links in table???another question: is there a way to combine the columns? like if i had 2 rows and 3 columns but i wanted to ad a row to he top of it with no columns?
Forum: Plugins
In reply to: [Plugin: WP-Table] Creat links in table???Thank you very much that works nicely
Forum: Plugins
In reply to: [Plugin: [GWA] SalesPage] feedbackHi I was wondering if there was any way to style the check out button? the only thing i see is “I agree” and no paypal logo.
Forum: Plugins
In reply to: [Plugin: WP-dTree] my tree sty has changedI found where to change the permissions of the style.php file and it is set to 644 but it is still not working
Forum: Plugins
In reply to: [Plugin: WP-dTree] my tree sty has changedok i deleted and reinstalled the new version of your tree but i am not sure how to set my file permissions?
Forum: Plugins
In reply to: [Plugin: WP-dTree] my tree sty has changedsorry the link of the page i have the tree under is here http://www.fiat500america.com/the-self-mechanic/ it looks nothing like how i had set it up and can’t do anything to change it
Forum: Fixing WordPress
In reply to: [Plugin: WP-dTree] ‘Exclude posts/pages’ function doesn’t workMaybe you can put an Example: beside your explanation like this Input Example: 1,2,3, but also I think if you were just to say
” The format for this is the page ID numbers Exampl:’1,2,3′, where the ID is based on the ID you see when you manage your posts/pages.”Forum: Fixing WordPress
In reply to: Code to exclude categoriesso because it is a plug in you can’t ad a normal code to it? there is no instruction for the plugin to do what i need.
Forum: Plugins
In reply to: [plugin dTree] pic categories to displayhere is the code i need changed
<h2>Categories</h2>
-
<?php
if (function_exists(‘wp_dtree_get_categories’))
{
wp_dtree_get_categories();
}
else
{
wp_list_categories(‘show_count=1’);
}
?>Forum: Fixing WordPress
In reply to: [Plugin: WP-dTree] ‘Exclude posts/pages’ function doesn’t workI’ve figured it out! if you just put in the page numbers to exclude it works not with ID1,ID2,ID3, but like this 1,2,3
Forum: Fixing WordPress
In reply to: [Plugin: WP-dTree] ‘Exclude posts/pages’ function doesn’t workI am having the same problem not being able to exclude pages from the list.
i am using WordPress 2.6.1 is there a code i can put in to manualy put the page IDs that i wanna show or not show??