833 Topics
| |
Hello, i'm having a little bit of an issue with a portion of code ... It's for a portfolio gallery. $sliders_out = '<div class="fx"><ul class="slides">'; foreach($slides as $slide) { $local = substr(str_replace(array(get_bloginfo('url'), '.jpg', '.png'), array('.', '', ''), $slide['slide_image']), 2); $locals = array_merge(glob($local.'*1024*'), glob($local.'*768*'), glob($local.'*')); rsort($locals); if (isset($locals[0])) $src = $locals[0]; … | |
Hello, I'm developing a custom plugin for wordpress and I've got to retrieve some numbers from a table where the value in the expiry_date column is greater than value that I've stored in a variable called $scheduleddate (That is, I need to retrieve numbers that haven't expired as at the … | |
I want to view the details of a product in single.php. The product is inserted in a newly added table "products" in the wordpress database and it has no post_type or post_id. | |
I have a website in wordpress and I have taken a new domain which is in windows server how do i redirect the wordpress website to this new domain in windows server | |
Why choose CMS for the best website development? And which solution would be the best? Is it Drupal or Joomla or Wordpress? | |
Content Management Systems (CMS) may not be the most interesting topic on the tech table, but oh boy does WordPress liven things up in this sector. Not, it has to be said, always in a good way. I've lost count of the number of WordPress vulnerability stories that I've read … | |
I want to learn how to create my own wordpress themes from client's psd files. Is there an online course someone can recommend where I can learn the proper way of doing this. I mean creating a wordpress theme from scratch. I know there different frameworks need to know the … | |
in wordpress i have a Menu like Blog..( http://www.example.in/blog/), if i click blog its going to http://www.example.in/blog/ page, but i want to redirect this to blog.example.in. And in godaddy.com i created subdomain as blog.example.in under parent domain example.in i tried to change the blog file url link in wordpress, but … | |
Hi, I want to know that is there any kind of copyright issue when you use child theme? As you know that you can modify child themes as you want. As the child theme is property of any other person can that person raise the copyright issue? Help me in … | |
Hi every one i need registeration plugin for wordpress which work because i use many plugin but not work successfully | |
Hello. I'm new to PHP, i've started it yesterday. I want to creat a simple CMS with (PHP and PDO), what should i do? I'm going to start with creating the CMS core. I want to create sth like a simple wordpress. What should i do? Where should i start … | |
im working on a theme build and im having troubble getting the sidebars to appear on the same level as the content, as of right now they are displaying below the main content and they need to be even with the top of it.... any help would be greately appreciated. … | |
Hi all, I have been asked to set up a wordpress site, and are finding it hard to find in the documentation how I can do the folllowing: A main link is clicked, and only then I want to show the children underneath, if there is any. Further if a … | |
im working on a theme build and im having troubble getting the sidebars to appear on the same level as the content, as of right now they are displaying below the main content and they need to be even with the top of it.... any help would be greately appreciated. … | |
I have made a simple code that will only save to a simple database. I have this code: register_activation_hook(samplePath, 'sample_install'); add_action('admin_menu', 'main'); add_action('user_admin_menu', 'main'); and a function like this : function main(){ <?php if (current_user_can('smessage')) { echo("admin");} else{ if(current_user_can('rmessage')){ echo("other user"); } } } and this the sample_install function from … | |
Hi guys, someone please help me basic guidence about wordpress theming through HTML? Thank you | |
Hello, Need your help for this error i have search also wordpress Forms but **not find out perfect solution** for that Even not given permission of wp-admin. **Fatal Error:** Call to undefined function wp_get_current_user() in /wp-includes/class-wp.php Line no.529 Thanks | |
Hi guys, im new here and new to web development. I want to build a marketplace for tutors where they can upload their profile and information. Students who want to find a home tutor can go there and find a suitable one by submitting a home tuition request. I want … | |
I have a code: <body> <?php global $wpdb; $sql = ""; $sql = "SELECT * FROM emgAdmin"; $sql = "$sql INNER JOIN wp_posts ON wp_posts.ID = emgAdmin.ID_OfPost "; $ArrResult = $wpdb->get_results($sql); while ($emgAdminResult = mysql_fetch_object($ArrResult)) { echo($emgAdminResult->post_date); } ?> </body> and I'm getting an error that says,"Call to a member … | |
here's my site: http://fspb.valse.com.my/ If you view on mobile version the menu appears. When I scroll the content the menu scrolls along which I dont want to happen. I tried to use this fiddle into my html and css but it doesn't work at all in wordpress. js fiddle: http://jsfiddle.net/KBne4/12/ | |
Which platform is best for website designing(wp,drupal...)? | |
# Security for Wordpress and Codeigniter # I want to integrate wordpress and codeigniter and I am confuse about security.My admin panel will be in codeigniter and frontend in wordpress.what type of security is there. | |
Hi all, I'm wondering if anyone's had experience with the WordPress Importer tool. I'm having trouble importing my WXR file through the tool. It works well for the most part, but when I get to the author assignment section, there are some issues. Under Assign Authors I only see `Import … | |
Hello. I am working on wordpress **plugin.php** file Add one sub menu and working on but when i call ajax function but its not given proper output. <script> jQuery(document).ready(function() { jQuery(".downloadpdf").click(function () { var goat_id = jQuery(this).attr('id'); //Alert got id e.g 218 jQuery.ajax({ type: "POST", url: "<?php echo admin_url( 'admin-ajax.php' … | |
Hi, In use WordPress with the theme twenty thirteen. I have empty spaces when I check my site in desktop, so I want to use width of 50% In style.css I changed for .site the width to 50% instead of 100% and it worked great in the desktop, but when … | |
Hi I once hosted a website, using wordpress framework but after a month, my webstsite hacked and after digging on my website there is so much scripts added to the file (i did not remember exactly how the scripts, but it was so longgg script). I deleted all that scripts, … | |
Hey everyone. I am looking to be pointed in the right direction here, tutorial, wordpress plugin..etc Im working on a site for my friend and he wants a "matching" system. Think tinder dating app almost. Two people "like" eachother based on their picture and they match. Hes looking more for … | |
Is there a way to connect wordpress and dreamweaver together, in an easy way? I have been getting frustrated with templates that I use and now i want to completely modify them so that they fit my needs. I want to be able to make a change on dreamweaver and … | |
Hi Daniweb, I'm making an Online Clinic project in Wordpress. I want to create a database system such that there one user account (master account), using which a user can either make a doctor account or several patient accounts. Basically, 3 tables, Account, Patient and Doctor. I can make the … |
The End.