Skip to main content

Home/ Wordpress/ Group items tagged hooks

Rss Feed Group items tagged

Vernon Fowler

Introduction to Hooks: a basic WordPress building block | WPCandy - 0 views

  •  
    "WordPress hooks are arguably the basis of WordPress development, forming a large part of the core functionality and used by almost every plugin and theme available to date. The concept of hooks can also be somewhat daunting for users who are starting out with developing for WordPress. Today, we'll jump in and find out a bit more about just what exactly WordPress hooks are and how they can help you on your way to WordPress rock stardom."
kako Smith

Thesis WordPress Theme - Mastering Custom Hooks аnd Functions іn Thesis - 0 views

  •  
    Thesis Framework іs а vеrу flexible theme. Іt саn bе customized vеrу easily usіng whаt developers call "Thesis Hooks." Thesis Hooks саn change еvеrу раrt оf уоur WordPress blog. Іn thіs WordPress tutorial, I'm going tо shоw уоu hоw tо modify уоur Navigation Menu
Luciano Ferrer

The Top 5 WordPress Conversion-Boosting Popup Plugins - 0 views

  •  
    "Bloom, Popup Maker, Popups, PopupAlly, Popup by Supsystic Optimizing conversion rates is the number one priority for most digital marketers. Attracting and 'hooking' a future loyal follower can be an art form - one that baffles the best of us. Fortunately, there are a vast amount of tools to help you achieve your goals; especially within the WordPress community. In this article we're going to explore the cream of the crop. More specifically, we're going to dive into the world of popup plugins. Once we're done with that, we'll move on to explore how you can make the most of your new popup plugin and maximize conversion rates on your WordPress website. Let's get cracking! What Is An Opt-in Popup? Opt-in popups are a proven way to convert visitors into loyal followers. Opt-ins enable visitors to enter contact information for subscribing to a newsletter or requesting more details about a particular subject. Popups you say? But they're annoying as hell, right? Marketing tools can be tiresome - there's no doubt about it - but in the hands of a great fisherman, the correct bait can be the key to his or her success. Only you can decide if the results are worth the method. With that said, let's get straight onto exploring the top popup plugins for WordPress."
Vernon Fowler

Conditional Tags « WordPress Codex - 0 views

  • The Conditional Tags can be used in your Template files to change what content is displayed and how that content is displayed on a particular page depending on what conditions that page matches. For example, you might want to display a snippet of text above the series of posts, but only on the main page of your blog. With the is_home() Conditional Tag, that task is made easy.
  • is_single()  When any single Post (or attachment, or custom Post Type) page is being displayed. (False for Pages)
  •  
    Great for use with the Widget Logic plugin. A reference for all the conditional tags that help you restrict a widgets viewing.
  •  
    Warning: You can only use conditional query tags on or after the init action hook in WordPress. For themes, this means the conditional tag will never work properly if you are using it in the body of functions.php, i.e. outside of a function.
anonymous

wp-Typography - 0 views

  •  
    Improve your web typography with: hyphenation, space control, intelligent character replacement, and CSS hooks.
Luciano Ferrer

The 7 Best WordPress Analytics Plugins for Stat Junkies | Elegant Themes Blog - 0 views

  •  
    "JetPack by WordPress.com Google Analytics by Yoast Analytics Stats Counter Statistics Simple Feed Stats WP Power Stats W3Counter Free Real-Time Web Stats WP Statistics Running a website without access to statistics is like piloting a ship without a compass. You might eventually get to your destination, but you'll suffer through a whole lot of unnecessary headaches along the way. Analytics hold the key to understanding exactly what your audience wants, which kinds of content gets them hooked, and maximizing engagement, conversions and (of course) your bottom line. There's a veritable treasure trove of data out there that you can take advantage of without investing in expensive advertisement campaigns, and with this post, you've got a map in your hands. To get started, let's break down how individual statistics can help you make better decisions, then go over a list of plugins that will get you all the data you need."
Luciano Ferrer

Question Time: The 9 Best WordPress Quiz Plugins | Elegant Themes Blog - 0 views

  •  
    "WP Pro Quiz (Free) Quiz and Survey Master (Free and Premium) SlickQuiz (Free) mTouch Quiz (Free) FSQM Pro (Premium) Watu (Free and Premium) Viral Quiz Builder (Premium) OpinionStage (Hosted, Free and Premium) Riddle (Hosted, Free and Premium) After getting users to visit your website, you need to make the site "sticky" enough for visitors to stay and engage with your content. Creating quizzes can be a great way to get users hooked. However, a popular quiz takes more than just writing some questions. Site owners need a way to gather responses, score the answers given, and communicate the results. WordPress plugins can greatly simplify the process of creating and managing quizzes by making it easy to create quizzes with multiple question types, establish a system for scoring the responses, and ultimately generating results. By using a plugin, quizzes can be created as needed with little difficulty. This post will help identify the best quiz plugin for you by sharing several free and premium plugins, outlining key features of each, and highlighting the factors to be considered for different scenarios."
Erik Emanuelli

Bucket Brigade in Copywriting: How-to, Examples, Words List - 0 views

  •  
    The bucket brigade copywriting technique is a magnetic writing skill. Why? Because it hooks the readers. In fact, I'm using it right now as you read this. Now, I know what you're thinking: "I want to learn it too!" So, let's dive in! This guide will show you how to leverage bucket brigades in your copywriting, with examples and an exhaustive word list you can use in your content.
Vernon Fowler

Must Use Plugins « WordPress Codex - 0 views

  • Always-on, no need to enable via admin and users cannot disable by accident.
  • Plugins in the must-use directory will not appear in the update notifications nor show their update status on the plugins page
  • Activation hooks are not executed
  • ...2 more annotations...
  • and as such all plugins should be carefully tested specifically in the mu-plugins directory before being deployed to a live site.
  • WordPress only looks for PHP files right inside the mu-plugins directory, and (unlike for normal plugins) not for files in subdirectories. You may want to create a proxy PHP loader file
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
1 - 14 of 14
Showing 20 items per page