Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

filters

How to filter the_content() & include content from template

by IT Nursery

I am trying to filter the_content() on single page, but it looks like it is creating an infinite loop. I want to know … Read more

Tags filters, plugin-development, the-content

How to filter bbPress replies (content)?

by IT Nursery

I wanted to know, how to filter bbPress replies ? ( i mean as the typical post’s the_content filter..) this one doesnt work: … Read more

Tags bbpress, filters

Filter posts by tax (dropdown) and meta value

by IT Nursery

I’m having a page on which all my custom post types are displayed. I now need to add another to the existing ones: … Read more

Tags custom-post-types, custom-taxonomy, filters, post-meta

Change the template when the user is not logged in using page_template filter (it does not work)

by IT Nursery

I want to print other template when the user is not logged in. I use this code: function restrict_access_to_unlogged_users($template) { global $post, $pagename; … Read more

Tags filters, templates

Filter post query to only show direct children of category

by IT Nursery

Google seems all purple on this subject, if you know what I mean. I’ve searched for this topic forever to find a solution. … Read more

Tags filters, query, query-posts, wp-query

How to make the ‘delete’ button inactive on some categories?

by IT Nursery

As currently there’s no way to declare any new custom post format in WordPress (3.9.1), is there a way I can make the … Read more

Tags categories, customization, filters, post-formats

term_link filter gives less atributes

by IT Nursery

I have made a filter for term_link but when I work with it, I get message about not getting the second and third … Read more

Tags filters

Redefine function arguments before rendering

by IT Nursery

How to change args values before function output (filter default values before call) wp_function($arg1,$arg2 = false){code} change to wp_function($arg1,$arg2 = true){code} without php … Read more

Tags filters, functions

query post limits

by IT Nursery

function posts_limit_fn($limit, $query, $custom_limit=””){ if($custom_limit !== ”){ return $custom_limit; } return $limit; } this piece of code is executed into an AJAX function … Read more

Tags filters, limit, posts, query-posts

How to modify only part of a function through the filter

by IT Nursery

I’m trying to edit part a function that validates user registration and I need to change the language of the error response because … Read more

Tags filters, user-registration
Older posts
Page1 Page2 … Page157 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery