Tamilwebtech
New tamil technology
Pages
(Move to ...)
Home
▼
Sunday, 17 November 2019
How to create your own blogger template in simple stepes for beginners
›
Blogger Templates must contain following blocks b:skin section.This is nothing but css style sheet.You can also link css page.But you must h...
1 comment:
How to solve there is no such kind of directory or file in d:\wamp\www\test.txt iwhen including via php
›
1.Check your path is correct. 2.check your php.ini file settings 3.Goto php.ini file 4.find or search url_encode 5.confirm this settings is ...
How to include or add files using php
›
Php include function you can include php files in another php by include function Syntax <?php include("path") ?> Example ...
How to call an action in wordpress
›
do_action("function tagname") Before the action is called,we must define our calling function in functions.php <?php function ...
1 comment:
How to insert and execute php code in wordpress platform
›
Php Everywhere plugin This plugin used to insert and execute php code in post and pages.Wordpress normally dont execute php code.You can use...
How to insert short code in wordpress pages and posts
›
do_shortcode() This function is used to add shortcodes in post and pages on anywhere.You call it by any no of times you want. Syntax do_sho...
what is add_action in wordpress platform
›
add_action In Wordpress php functions are seperated and those are defined in seperated file called functions.php. We can define function as...
2 comments:
›
Home
View web version