Kristopher Lagraff
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Shopping cart does not populateHello,
Thanks for the reply, this is resolved. It was an issue with the wpsc_customer_cookie and Varnish.
This can be closed
Thanks
Forum: Plugins
In reply to: [WP eCommerce] Shopping cart does not populateHey Misuliscus,
I appreciate the reply but still no luck. Any other suggestions?
Thanks
Forum: Plugins
In reply to: [WP eCommerce] Shopping cart does not populateThanks, we’ll give it a shot
Forum: Fixing WordPress
In reply to: Front Page ErrorHi,
Could you give more specific details about what is “messed up”. Also in Settings -> Reading are you using a static front page or Your Latest Posts?
Hi,
Looks like you’d have to customize slider.php. Look into this Codex page about Wp_Query. In the arguments you could set something like
'post_type' => array('post', 'page'),This is far from a complete answer but it may help point you in the right direction. If you aren’t comfortable with code you could always search for a plugin that offers this feature.
Good Luck!
Mod edit: Code fixed
Check this page from the Codex.