I manage lots of WordPress.org installations for different clients. Typically they do not manage the posts or pages themselves, preferring to stay out of things and let me do...
I am currently working on a theme which has two post types – one is the normal “posts” post type, and the other is for portfolio posts – “mytheme_portfolio”....
I am working on a new project with WordPress using the Jetpack plugin. Jetpack add the option to Login using WordPress Account as the default method of login, if...
I recently learned that if you have WordPress.com Stats installed, you can take advantage of stats_get_csv() (Part of the WordPress.com Stats Plugin). <?php if ( function_exists('stats_get_csv') && $top_posts =...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7...
I noticed ShareDaddy has “Show sharing buttons on this post” for default post types but not for custom post types. I’m guessing I need to add something in 'supports'...
I am using customized version of _s theme where I have Product CPT. In the following files, I need to use Infinite scroll (provided by Jetpack) – archive-products.php taxonomy-[tax-name].php...
Enabling infinite scrolling is as simple as adding this snippet to the theme’s functions.php file (where ‘content’ is the id of the container that wraps the posts): add_theme_support( 'infinite-scroll',...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7...
I’m trying to install Jetpack after a successful install, but Jeckpack throws an error about site not being publicly accessible: site_inaccessible Error Details: The Jetpack server was unable to...