clinton4
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Order status based on the payment methodAnd thanks for your reply ??
I already have the “WooCommerce Order Status Manager” installed and it’s not solving any of the mentioned problems. I guess i need to code it then.
Forum: Fixing WordPress
In reply to: Get page templates from active theme?Does anybody know why this wont work?
First argument ($stylesheet) is directory name for the child theme.
Second argument ($theme_root) is the absolute path of the theme root to look in.I have tried the following optios as $theme_root:
/var/www/vhosts/mydomain.com/httpdocs/wp-content/themes/my-child-theme/
/var/www/vhosts/mydomain.com/httpdocs/wp-content/themes/my-child-theme
/httpdocs/wp-content/themes/my-child-theme/
/httpdocs/wp-content/themes/my-child-theme
/my-child-theme/
/my-child-theme
my-child-themeForum: Fixing WordPress
In reply to: Get page templates from active theme?So i try this:
wp_get_theme(‘my-child-theme’, ‘/var/www/vhosts/mydomain.com/httpdocs/wp-content/themes/my-child-theme/’)->get_page_templates();
But when i do print_r on it, i only get Array()
What am I doing wrong?
Forum: Plugins
In reply to: [Intuitive Category Checklist] Can't add new category in WP 3.5!Same here. Did anybody find a solution?
Forum: Fixing WordPress
In reply to: Option to select frontpage and blogpage gone?Problem solved. WP needs at least one site before this option is available ??
Forum: Plugins
In reply to: [Latest Custom Post Type Updates] Get only post from specific category?I figured it out ??
Forum: Fixing WordPress
In reply to: wp_nav_menu: How to add sub items to parent item with add_filter?Hi,
Yes i know about the option to add sub-menus from menu screen. But i need to inject some dynamic links under Item-2. I have looked at walker class, but could not find a solution to inject submenus.
Forum: Fixing WordPress
In reply to: next_posts_link and previous_posts_link do not work in single.phpThanks ??
Forum: Fixing WordPress
In reply to: Set how many posts beeing retrieved in category-slug.php template?Thanks, i found it ??
Forum: Fixing WordPress
In reply to: Set how many posts beeing retrieved in category-slug.php template?Hi and thanks for your time ??
I know about the custom query, but i was hoping for a solution that did not required this. Is there a way to keep the default query wordpress makes on a page like category-slug.php, and somehow inject a ‘posts_per_page=5’ into it?
Forum: Plugins
In reply to: Hide/disallow access to original image?I don’t want people to be able to download my full size images.
Forum: Fixing WordPress
In reply to: Cannot search for post/pages when adding link in a post/pageHi,
No, and i was hoping not to. This is a live website and it depends on many of the plugins to run. I was hoping some other WP users might have experienced the same problem, and that he or she might know what’s causes the problem.
Forum: Plugins
In reply to: How to upload to SVN repository?I figured it out
Forum: Fixing WordPress
In reply to: Problem with custom_fields drop-down listhttps://www.ads-software.com/support/topic/custom-field-limit?replies=11 solved the problem ??
Forum: Everything else WordPress
In reply to: The Loop codex deleted?Okay, could not understand why this page should be deleted ??