Wordpress questions and answers, Wordpress related issues
  • Home
  • Customization
    • Custom post types
    • Custom field
    • Custom taxonomy
  • Functions
    • Permalinks
    • Shortcodes
    • Filters
    • Loop
    • WP query
  • Plugins
    • Woocommerce
    • Plugin development
  • .htaccess
  • Mod rewrite
  • Apache
  • HTML
  • PHP
  • MySQL
  • Ajax
  • Javascript
  • Jquery
  • Widgets
  • Menus
  • Theme development
  • WP themes

Recent Posts

Show product prettyphoto directly from category page?

October 19, 2018

How to use var_dump() when using actions?

October 19, 2018

Is there a way to dynamically get URL as a path to plugin root, not a local path?

October 19, 2018

How can i style “echo apply_filters”

October 19, 2018

On save_post need to wp_insert_post and save partent post id to child post and child post id to parent post

October 19, 2018

Recent Comments

  • Frutta Flava on Unable to set $current_user in WordPress from external php page (not under WordPress CMS)
  • Heena on Woocommerce / Polylang Causes Add to Basket button to be disabled
  • Haram on Slow load wordpress website
  • Ganapat on WordPress virus, popads script added on wp_footer action
  • طراحی سایت on Remove category icons from WooCommerce shop page?
  • Jennifer Coyle on Change title slug or separator in WordPress
  • Emilio Aranda on All WordPress site hacked on my server code injection [duplicate]
  • haber on Hide/Disable Comment Rating Field Plugin when replying to a comment
  • Muts Ukasha on How to get rid of this "Cannot download the "Shortcodes" extension zip. No working transports found"?
  • eshu on WordPress virus, popads script added on wp_footer action
WordPress theme-development

Title replace using save_post is working but slug replace using publish_post not working (wp_update_post)

<?php function set_title_on_save( $post_id ) { $post_type = get_post_type($post_id); if ( “event” != $post_type ) return; static $updated = false;…

October 2, 2018No Comment on Title replace using save_post is working but slug replace using publish_post not working (wp_update_post)
WordPress theme-development

Unable to replace custom post_type slug by the publish_post. But the save_post is working properly (wp_update_post)

<?php function set_title_on_save( $post_id ) { $post_type = get_post_type($post_id); if ( “event” != $post_type ) return; static $updated = false;…

October 2, 2018No Comment on Unable to replace custom post_type slug by the publish_post. But the save_post is working properly (wp_update_post)
WordPress theme-development

Newspaper theme and WordPress naming: if (have_posts())… but where the query filters are written?

I’m working on a theme (Newspaper) and I’ve started customizing the category.php page and the myloop.php Coming from the c#…

October 1, 2018No Comment on Newspaper theme and WordPress naming: if (have_posts())… but where the query filters are written?
WordPress theme-development

daily cost changing plugin

i am looking for a plugin for my wordpress site from which i would be able to change the cost…

September 30, 2018No Comment on daily cost changing plugin
WordPress theme-development

WordPress link to another page in site does not render a

I have a link from my main WordPress home page to another page there, they both have different header/footer and…

September 30, 2018No Comment on WordPress link to another page in site does not render a
WordPress theme-development

How to create dynamic client logo carousel without using plugin in wordpress homepage development

i am converting a html template to wordpress theme ,in wordpress theme development process i struck at dynamic logo carousel…

September 27, 2018No Comment on How to create dynamic client logo carousel without using plugin in wordpress homepage development
WordPress theme-development

Create dynamic logo carousel without using any plugin

I am converting an html template to a WordPress theme. In the WordPress theme development process I’m stuck at dynamic…

September 27, 2018No Comment on Create dynamic logo carousel without using any plugin
WordPress theme-development

How to find and remove unnecessary theme scripts?

When I load my website, I see many java scripts and css loading and slowing my website. Many of them…

September 27, 2018No Comment on How to find and remove unnecessary theme scripts?
WordPress theme-development

get_page_template_slug returns incorrect path

I’m currently experiencing a very strange issue which I can’t find any reason to it. I have a theme which…

September 25, 2018No Comment on get_page_template_slug returns incorrect path
WordPress theme-development

Template for front page (latest posts)

I am having index.php -> This renders the latest post with sidebar page.php-> This renders the page layout : Templates…

September 24, 2018No Comment on Template for front page (latest posts)
WordPress theme-development

I need a course/videos to learn how to convert HTML to WordPress? I expert in HTML pages (HTML-CSS-bootstrap-JavaScript…)

I need a course or videos to learn how to convert HTML to WordPress I expert in HTML pages ,…

September 23, 2018No Comment on I need a course/videos to learn how to convert HTML to WordPress? I expert in HTML pages (HTML-CSS-bootstrap-JavaScript…)
WordPress theme-development

Problems displaying comments of users currently login

I want to show only the comments that are echo of the logged users, how can I achieve it, I…

September 23, 2018No Comment on Problems displaying comments of users currently login
WordPress theme-development

Problem with using get_template_part() in footer

First off let me just say, I’m new to theme development, I hope there isn’t something obvious I’m missing. I’m…

September 21, 2018No Comment on Problem with using get_template_part() in footer
WordPress theme-development

input on custom settings page adds http://

how do I get the textbox to not add the HTTP://? function skype_callback() { $options = get_option( ‘theme_social_options’ ); $url…

September 17, 2018No Comment on input on custom settings page adds http://
WordPress theme-development

How to prevent clicking on posts

I have a home page that is consist of WordPress posts. I want the posts to be static so when…

September 16, 2018No Comment on How to prevent clicking on posts
WordPress theme-development

Is it OK to have many page templates in a theme?

Simple question. Should I try to unify my templates to have as few of them as possible or it does…

September 12, 2018No Comment on Is it OK to have many page templates in a theme?

Posts navigation

Previous 1 2 3 … 165 Next

Categories

  • WordPress .htaccess
  • WordPress actions
  • WordPress admin
  • WordPress Ajax
  • WordPress Apache
  • WordPress categories
  • WordPress comments
  • WordPress css
  • WordPress custom-field
  • WordPress custom-post-types
  • WordPress custom-taxonomy
  • WordPress customization
  • WordPress filters
  • WordPress functions
  • WordPress html
  • WordPress images
  • WordPress javascript
  • WordPress jquery
  • WordPress loop
  • WordPress menus
  • WordPress mod-rewrite
  • WordPress multisite
  • WordPress Mysql
  • WordPress pages
  • WordPress permalinks
  • WordPress PHP
  • WordPress plugin-development
  • WordPress plugins
  • WordPress posts
  • WordPress redirect
  • WordPress shortcode
  • WordPress theme-development
  • WordPress themes
  • WordPress widgets
  • WordPress Woocommerce
  • WordPress wp-query
Copyright © All rights reserved.
Business Point by Promenade Themes