Skip to content
  • Register
  • Login

LT BYTES

Learn Tech Bytes

  • Home
  • AWS
  • PHP

Wordpress

Posted inAll / Php / Wordpress

WordPress plugin to save contact information to database

by SuryaDecember 10, 2012December 4, 20230

This plugin will help you to see the contact information wp-admin. At the same time it will send an email to the mail set in … WordPress plugin to save contact information to databaseRead more

Posted inAll / Php / Wordpress

Create a template for page in wordpress

by SuryaAugust 28, 2011December 3, 20230

Steps to create new template for WordPress page. This will help you to customize your template for single page. 1) Create new php file, For … Create a template for page in wordpressRead more

Posted inAll / Php / Wordpress

Change WordPress Theme Name

by SuryaAugust 28, 2011December 3, 20230

Steps to update the wordpress theme name 1) Go to wp-content/themes/{your_active_name} 2) Open style.css 3) Change the “Theme Name:” in comments.

Posted inAll / Php / Wordpress

Facebook login button not displaying in IE

by SuryaAugust 28, 2011December 3, 20230

We have to use facebook html tags at the document starting, we can see the button if we use the facebook html tag (those tags … Facebook login button not displaying in IERead more

Posted inAll / Php / Wordpress

Create simple wordpress widget

by SuryaOctober 27, 2010December 4, 20230

Take new php file then copy the below code to file and put the file in plugins folder and activate the plugin Now you can … Create simple wordpress widgetRead more

Posted inAll / Php / Wordpress

wordpress admin menu page

by SuryaOctober 27, 2010December 4, 20230

  /* Plugin Name: Simple Admin Menu */ add_action(‘admin_menu’, ‘mt_add_pages’); function mt_add_pages() { add_menu_page(‘Main Page’,’Main Page’, ‘manage_options’, ‘main-page-handle’, ‘main_page’ ); add_submenu_page(‘main-page-handle’,’Sub Page1′, ‘Sub Page1’, ‘manage_options’, … wordpress admin menu pageRead more

Recent Posts

  • Deploying AWS Lambda with Docker & Serverless Framework
  • Create and Update SNS Subscription Filter Policy using Python Boto3
  • Turn on errors in PHP
  • Php coding standards
  • WordPress plugin to save contact information to database

Recent Comments

No comments to show.

Archives

  • February 2025
  • January 2024
  • December 2023
  • March 2013
  • December 2012
  • April 2012
  • August 2011
  • April 2011
  • February 2011
  • January 2011
  • October 2010
  • July 2010
  • June 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009

Categories

  • All
  • AWS
  • Javascript
  • Joomla
  • Php
  • Python
  • Sql
  • Uncategorized
  • Wordpress
Copyright © 2025 LT BYTES.
Powered by WordPress and BNM.
  • Home
  • AWS
  • PHP