Skip to main content

Home/ Wordpress/ Group items tagged PHP

Rss Feed Group items tagged

Philipp Stracker

How To Create Custom Post Meta Boxes In WordPress - 0 views

  • Since you only want your post meta box to appear on the post editor screen in the admin, you’ll use the load-post.php and load-post-new.php hooks to initialize your meta box code
  •  
    Simple steps to add a custom meta-box to default WordPress post-types
Luciano Ferrer

WordPress › Watermark « WordPress Plugins - 1 views

  •  
    "This plugin allows to add a watermark on your images uploaded. This plugin allows to add a watermark on the images uploaded. It applies watermark on new images as well as images already uploaded. By deactivating the plugin, the watermark will be removed on all images. What makes this plugin a really powerful one, is that the watermark is placed on your images through a htaccess and php file. This means your images are actually not modified. You can still download them from your FTP, and they will not have any watermark."
Luciano Ferrer

PHP Code To Exclude a Category From a WordPress Page - 1 views

  •  
    "function exclude_category($query) { if ( $query->is_home() ) { $query->set('cat', '-xx'); } return $query; } add_filter('pre_get_posts', 'exclude_category');"
AResource Pool

Web Development Services,Web Development Company India@AResourcePool - 0 views

  •  
    AResourcePool is leading web Development Company India offering web development services like PHP, Wordress, Drupal, HTML5, angularjs development and more. We are also offering mobile app development services and Digital marketing; Contact us for offshore website development services at 9711621550.
louisjoseph8789

Tour Operator Software - 0 views

  •  
    We're a leading provider of travel & hospitality industry. Our end-to-end travel software solutions built around the industry's technology needs help drive innovation in business. Crafted to meet travel industry's evolving needs, our solutions integrate numerous CRM software modules, market intelligence, payment integration, deals and discount management, loyalty management, and more. For more detail,pls visit our website: https://www.groupy.travel/tour-operator-software.php
Vernon Fowler

HTML Purifier | Joseph Scott - 2 views

  • He wrote the HTML Purified WordPress plugin, which “replaces the default WordPress comments filters with HTML Purifier”.
Vernon Fowler

Creating A Great 404 Page For Your WordPress Theme | Wptuts+ - 2 views

  • We’re using the 404.php filename, so that WordPress knows to use this as the error page template.
  • Provide a contact for people to report errors.
steve newman

5 Top Free WordPress Plugins - 6 views

  •  
    5 Top Free WordPress Plugins
Vernon Fowler

Jetpack and WordPress SEO * disable OpenGraph in Jetpack * Yoast - 0 views

  • In their last release, they enabled OpenGraph tags by default with no setting to disable it. Even when you already have WordPress SEO enabled and OpenGraph enabled in that. This is making people freak  out everywhere as double OpenGraph tags lead to problems with Google+ and with Facebook.
  • The best solution, honestly, is to install another plugin by Mark Jaquith, called Manual Control for Jetpack. This disables Jetpack automatic activation of new modules. Now you at least have to manually do something for stuff to break on your site when the Jetpack team decides to push new stuff.
  • This particular OpenGraph feature is in the Publicize module, so you’d think you could disable that, but that doesn’t seem to work. Instead, adding this line in your functions.php should fix this particular problem:

    1add_filter( 'jetpack_enable_opengraph', '__return_false', 99 );
Vernon Fowler

WordPress Q&A Plugin - WPMU DEV - 1 views

  • Optionally, you can further customize the appearance of the Q&A section, to better integrate it with your theme. To do so, simply copy the php files from default-templates into your theme folder and start customizing.
anonymous

Website Development Company - 0 views

  •  
    Result-oriented website development company, India, offers attractive web development packages. Enjoy customized services at affordable rates.
anonymous

Website Design - 0 views

  •  
    Fulfill your web-based requirements with goal-oriented services from a reputed website design company, India. Avail complete support and quick responses to queries and quality services at affordable rates.
anonymous

Website Design India - 0 views

  •  
    Website Design India company provides customized web design services at cost-effective prices. WebGuru India offers user-friendly and optimized website design and dynamic web programming services.
Vernon Fowler

WordPress › Support » is_home() and is_front_page() known to be borked? - 0 views

  • Awesome! This worked for me too, when I was trying to create a special sidebar for the front page. is_front_page() was not working and I couldn't figure out why. I put <?php wp_reset_query(); ?> as the first line in my sidebar and all is now well. Thanks!!!!
« First ‹ Previous 81 - 100 of 186 Next › Last »
Showing 20 items per page