loop2 Please Wait...
DeveloperGang

What are meta-tags?

Meta-tags are keywords and description used to display website or page information.

How Custom theme is different than Normal theme?

The custom theme allows for SEO search, but with an SEO plugin available it would not make much difference to normal theme. One benefit using the Custom theme is that it allows mak...

How you can create a static page with WordPress?

To create a static page in WordPress, in the page section you have to upload PHP files to the server in the theme folder, and then select that as your template. This allows you to...

How to write the short code in WordPress php file?

sing do_shortcode() function inside of php tag. A very simple solution is to use the do_shortcode() function inside a PHP echo tag. Shortcode is used in a WordPress post or...

In what case we cannot recommend WordPress to our client?

Read the below::: If client is working on non-CMS base projectIf site wants complex or innovative e-commerceIn case of enterprise intranet solutionSites requiring custom scripti...

Does de-activated plugins slow down a WordPress site?

No, de-activated plugins cannot slow down the WordPress site. Wordpress only loads the active plugins and ignores everything else.

What are the file structure in wordpress.

Following are main files which used in wordpress index.php :- for index page. search.php :- For display the search result page. single.php :- for single post page. page.php...

How to run database Query in WordPress?

$wpdb->query("select * from $wpdb->posts where ID>10 ");

List most commonly functions used in wordpress?

wp_nav_menu() :- Displays a navigation menu. is_page() :- to check if this is page OR NOT, will return boolean value. get_the_excerpt() :- Copy the excerpt of the post into a...

How to display custom field in wordpress?

echo get_post_meta($post->ID, 'keyName', true);
Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga, aspernatur.