Jump to content

plugin in I tried and develop is not showing up in my plugin content dashboard?


Recommended Posts

I am trying to create a plugin for the first time.


I have xampp up and running, I created a php plugin file in my wp-contents/plugin directory I followed every step of the tutorial but the plugin is not showing in my wordpress dashboard what could be wrong?


That could be many things, but we won't know for certain until we get some details from you and see some of the code you've written. There are many, many tutorials out there - some are good, some are not. With the information you've given, we have no way of knowing which kind you're attempting to follow. First thing to come to mind is did you format the comment section at the top the file correctly? Also, the plugin won't show on the dashboard page, you'll have to activate it through the Plugins page first - is that where it's not showing up? Do any other plugins show up on the Plugins page?

Hi 

The code is:

 

<?php
/**
 * Plugin Name: My Facebook Tags
 * Plugin URI: http://danielpataki.com
 * Description: This plugin adds some Facebook Open Graph tags to our single posts.
 * Version: 1.0.0
 * Author: Daniel Pataki
 * Author URI: http://danielpataki.com
 * License: GPL2
 */
 
 
location
wordpress>wp-content>plugins
 
It is not showing on the plugins page in wordpress
Edited by cyberRobot
surrounded code with [code][/code] tags

Did you try removing the asterisk and spaces before the keywords like "Plugin Name"?

 

Never mind. I just pasted your header into a PHP file and uploaded it to a WordPress website. Everything worked fine for me.

 

Did you name the file with a .php extension?

Edited by cyberRobot
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.