Conditional menu for registerd users/guests (Genesis framework)
Conditional menu for registerd users/guests (Genesis framework)
Conditional menu for registerd users/guests (Genesis framework)
Provided category names are not changing, and the site is in one language only, you could create two category templates: category-news.php and category-press-releases.php, then everything will pretty much work without you having to fetch the category and including the category__in parameter in the query. Also, you always want to put your add_action calls inside your … Read more
Posting comment returns 404
Move Archive Title to Entry Title – Genesis
Portfolio-template won’t show items
Display child pages on parent page: 404 message overrules shortcode in page
It looks like a mismatch of the number of arguments. Your function has none but your action hook says it expects one.
WP – Genesis – How to get the content of a widget in php? [closed]
I was using a genesis child theme so had to edit my order_tracking() function a little. get_template_directory_uri() gives the URL to the current child theme, combining that with the javascript filename did the trick. Here’s what got it working: function order_tracking() { global $post; if ( $post->ID == 19851 ) { wp_enqueue_script(‘ordertracking’, get_template_directory_uri(). “/ordertracking.js”, array(‘jquery’) … Read more
Display posts from a different website on Genesis Responsive Slider