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

include

Conditionally include files in functions.php?

by IT Nursery

I have a bunch of functionality being added to a Wordpress site including files in functions.php but I’m worried about performance. All of … Read more

Tags include, performance

wp_star_rating() – Adding a 5 star rating system to theme

by IT Nursery

My goal is to add a 5 star rating system to my theme. I read that there’s a function wp_star_rating in wp-admin/includes/template.php on … Read more

Tags function-exists, functions, include, rating

Include tags from array, ignore the rest in get_the_tags

by IT Nursery

I’m trying to exclude a large amount of tags from being displayed in get_the_tags function. I have successfully excluded tags using this code: … Read more

Tags include, tags

Can I have an additional functions.php file in Wordpress?

by IT Nursery

There’re quite a lot of functions, and so, does my theme, it all gets a little cluttered even with all the comments. Additionally, … Read more

Tags functions, include

What is the proper way to include a PHP framework into my theme?

by IT Nursery

I am using a Twitter Timeline PHP framework to display a list of tweets with favorite/retweet interactions. I have it all configured and … Read more

Tags include, php

Can not include file from plugin into theme

by IT Nursery

I want to include file from a plugin to templates function file. This is the code i use : $acf_url = plugins_url(‘/advanced-custom-fields/acf.php’); include_once($acf_url); … Read more

Tags include

Correct and safe way to include php content in my page

by IT Nursery

I have a website where I use [insert_php] to insert php content to my page. What I do is simply use php’s include … Read more

Tags include, php, security

PHP include is only working in certain places in my custom WP theme

by IT Nursery

I am building a site using a custom WP theme, and I have been using: <?php include(‘header-bar.php’); ?> in order to include a … Read more

Tags include, php, templates

Is it possible to include an HTML flat-file website inside a WordPress theme?

by IT Nursery

Is it possible to include an entire flat-file HTML site (.html, folders/ and CSS) inside WordPress? Essentially, I want to host an HTML … Read more

Tags HTML, include, theme-development

Why does abstracting html from plugin code result in loss of access to wordpress functions?

by IT Nursery

When defining the callback that produces the HTML content for an admin settings page, I’d like to abstract the HTML into a separate … Read more

Tags include, php
Post navigation
Older posts
Page1 Page2 … Page13 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