835 Topics
![]() | |
Dear pals, I am using the tutorial code of "xmlrpc in wordpress" in URL [Click Here](http://wp.tutsplus.com/tutorials/creative-coding/xml-rpc-in-wordpress/) , but it shows result as blank in my local wamp but it work fine on another local pc. I attach the code and preview of the problem. Please check and help me. code … | |
Howdy All, I have a wordpress website where the featured image is being used as a thumbnail on the front index page. Here is the code I'm using: <?php the_post_thumbnail( array(100,75), array('class' => 'alignleft' ) ); ?> It works fine on a specified category post where I'm using the same … | |
hello, How I can not display Uncategorised category from post when not select any category in Wordpress Thanks in Advance nits** | |
Hi there, I created a basic website running off Wordpress. I then customized the theme. The website is up and running, fully functional. But now when I try to login to the Wordpress dashboard to edit the pages, I see a blank white page with this error: Warning: Cannot modify … | |
hello, Any One have a knowledge about My Desktop Real Estate Agent Website "www.desktop.com.au". How I Retrive Data From My Desktop Property Listing To My Website . Thanks Nits | |
Hello, I heard about the multisite in wordpress . I search and do some steps apply for that .I make a network setup .But now what to do after network setup. please give me some suggestions Thanks in Advance Nits Patel | |
Hello, I am making a wordpress theme by myself. I register the menus in my theme's function.php and show the menu using wp_nav_menu(). But problem is that the registered menu is not showing on wordpress dashboard>appearance>. In appearance tab there are themes and editor tab but no menu tab. **my … | |
When i login in wordpress component at admin side of joomla at that time i m not redirecting login page to dashboard of wordpress and when i go at site side at that time i m with login status..and then i try to login from admin site then i m … | |
I am using this code in Function.php in my wordpress theme , I want to set a member who access by password can access password protected page for 3 time . by using this a member can visit 1 time a page , add_action( 'wp', 'post_pw_sess_expire' ); function post_pw_sess_expire() { … | |
Hi there i would like to launch a classified website just like www.Dubizzle.com ,where can i get similiar theme ,what technolgoy are they using wordpress or what.Thanks | |
hello, My Plugins are in the Plugins Directory Plugin name is `acf-cf7`. and I include file in functions.php file like `include_once('acf-cf7/acf-cf7.php');` So, how i give Path in **include_once('acf-cf7/acf-cf7.php');** please give me suggestions thanks in advance | |
Can any one help me how I can put live vedio streaming on my website that I made from wordpress Please | |
Please provide us online tutorial details on **wordpress** .I have prior experience of HTML, XHTML, CSS, MYSQL and PHP. Thanks | |
Hi, I'm new with WordPress plugin development, I try to login and install a plugin with the WP user credentials without using login panel just like managewp.com people do.., they ask me for my site name,username,pwd then they automatically install their own plugin to my WordPress and one more thing … | |
hello images not display in live server when uploading from localhost to live server. It is properly work in local server thanks in advance | |
hi guys, I want to install wordpress on my pc ( i have windows 7), but it says that it is already installed, even though it's the first time I try to install it. I reach to the point that it asks the password for the wordpress for the site … | |
I am using a word press plugin "binarymlm" i this plugin any visitor of my side can get register to my site , i want any member who want to registerd o my site must have pay to me , then i issue a code which he will put into … | |
Besides Wordpress and Joomla, are there any other free CRM or CRM like sites out there? I am looking to get away from Joomla and I am not a big fan of Wordpress anymore. Was wondering if yall knew of any others out there? | |
Hi Gurus, If I have an existing code, How do I make it a plug in on wordpress, and add it to the dsahboard ? | |
Hi, I have a wordpress site, which has 2 back ends for the admin to administer content. -The wordpress admin login -a php content management software. My question is, how can I add this php cms to a wordpress dashboard? What options are available and how can I do it. | |
Hi, good day, Are there any plugins (free or commercial licensed) with affiliate programs that is able to create a way for members to be able to somehow refer their friends via email/facebook and if that friend signs up, they get a free month of membership. ---------------- Example Scenario: 1.) … | |
Hi, I'm facing a problem with one of the wordpress website I've developed. I activated "Cloudflare" from the cpanel for the domain http://www.kovaidonbosco.com/. After that, all the pages in the website are pointing to the home page. Please try to select different pages from the menu and see. I de-activated … | |
Hey guys, So close to the end with this! function JobBoard_admin_edit() { echo "<h4> edit </h4>"; ?> <form name="jobboard_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>"> <?php echo '<select name="ID">'; $con_edit= mysqli_connect("localhost", "profiled_job","", "profiled_jobboard") or die(mysql_error()); $sql="SELECT ID,Employer FROM details"; $result =mysqli_query($con_edit,$sql); $employer_id = $_POST['ID']; while ($data=mysqli_fetch_assoc($result)) { echo … | |
hi i am new to wordpress. so i am getting lot of problems I am trying to display posts of specific category using the following code <?php $cat=$_GET["cat"]; $args=array('category'=>$cat); $posts_array = get_posts( $args ); foreach($posts_array as $posting) { echo $posting; } ?> But i am getting errors instead. Please anyone … | |
Are there any good tutorials out there? to learn the basics, then the advanced stuff? | |
Hi guys, I've created a simple plugin for Wordpress that interacts with an API in the backend. The problem is that everything is inserted twice in the database, and I cannot figure out why. The form is submiting only once, not twice. What could it be ? Redirects from my … | |
I have developing a wordpress theme. But I have problem in post thumbnail to set featured image. When I set a featured image with 300x210 px then it become 221x155. In functions.php i added this code. Is it an issue with css file? I need this urgent basis. //add support … | |
I want to get href url from media files. But i have no idea how to do that. For example me did use that code. wp_get_attachment_link($item['id']); and the result is in <a> tag like that... <a title="Manha de Carnival" href="http://mysite.com/new6/wp-content/uploads/2013/03/manhadecarnival.mp3">Manha de Carnival</a> But i want just http://mysite.com/new6/wp-content/uploads/2013/03/manhadecarnival.mp3 how can i … ![]() | |
I am running a custom query for my recent posts, code can bee seen at: http://pastebin.com/CFZdP3c9 This code is just for my recent posts, not the actual page content. My problem is that it shows my current page post item and I cannot figure out how to pass over it. … ![]() | |
I get the following error message in Wordpress when try clicking on all users. Any idea how to fix it? Parse error: syntax error, unexpected $end, expecting T_VARIABLE or '$' in /home/content/50/10679250/html/krinspired.com/wp-admin/includes/class-wp-users-list-table.php on line 59 | |
I am trying to interact with my wqordpress database. I need to upload a csv file to my database but it will not run any query, no matter which way I try using the WordPress codex, I cannot get it to do what I need to. So from my Admin … | |
Hey Guys, I have been spending 2 hrs on this work. I just can't figure out how to get this page aligned properly. Here is the link to the html page [Click Here](http://demo.goincubix.com/exosafe/html/ver4/services.html) and here is the susbsequent wp page's link [Click Here](http://exosafe.com/site/services/) I'm so drained looking at the PHP … | |
Hello, Just making a plan for new website of wordpress. I am wondring about RSS feed and sitemap.xml of website. How we can create in wordpress. Also let me know when we make RSS feed in html or core php there we can use tool for Rss creation and sitemap. … | |
How we configure to our website in wordpress? Just i purchased new domain for my new website. But i don't know how we can install to wordpress cms on website. So please guide me! Also want to ask i want to using standard theme on website so can we change … | |
Hello, I have used wrodpress Pink rio theme and filterable portfolio ,added some additional images when clicked on project detail link theme flex slider is created right !. I need here my original images (like image.jpg) which will be displayed in its actual size , but image with some cropped … ![]() | |
My website is [Career Tracker](http://careertracker.net/) i want to desing wordpress like collum wise 2 collumn like this post1 post2 post3 post4 post5 post6 any idea how to make this ...in wordpress ?? | |
Hi friends, I'm using Wordpress 3.5.1 , and have created gallery from add media it works fine for this page but i have need to get thumbs of this inserted gallery in footer.As gallery is updated then thumbs in footer must be updated, Is there any function to get thumbs … ![]() | |
Hello every one, This is my first article this this forum hope it will be much helpful for me and other also. I'm gonna build a wordpress site with two languages **English** and **Arabic**. My Cliend doesn't want to be used some sort of plugins like **qTranslate**, **Multilingual** ets, to … | |
Hi all, I'm trying to create my Wordpress plugin admin page using metabox's. Using add_meta_box() and do_meta_boxes() I can create the boxes and they nicely reposition, however I am struggling to find a way to save the order. I was wondering if there was a callback for when a reordering … | |
I'm hoping the Daniweb community can help where other forums have been unable to! I am attempting to have my code count how many top level menu items there are and then determine what position each menu item is in. So, if it is the first, it will append the … | |
hi, for wordpress theme which portfolio plugin is best for portfolio page thanks in advance | |
i was working on a plugin that can find some special url in wordpress page contents and then if matching URL found then change that url automatically to another url like without giving backlink benfit to that site. for example : if i have defined a site that start with … | |
hi all i want to change my wordpress site category url. now its like this mysite.com/?cat=1 ,but i want to change it like this mysite.com/?category=sports . i dont know how to make this. pls help me to do this. tnx in advnc | |
Howdy, I'm a relatively experienced PHP developer looking to start building websites in Wordpress. I have previously built my own simple theme consisting of an index page that contains a bunch of posts and a template that is used for single posts with comments etc. I wouldn't say I'm very … | |
On my client’s test website at http://cjcdigital.net/selfImprovement/blog/goal/test/ (that’s a direct link to the pod) I’m having an issue where despite installing Pods and configuring it as per this tutorial http://www.openscriptsolution.com/cms/wordpress/pods-2-0-how-to-display-pods-item-using-pods-page-and-pods-template/ I’m having an issue where nothing will display on the pods page, including various echo statements I tossed in my … | |
Hi, I'd like to add a **POP OUT window** to my blog, hosted by **wordpress.COM** (wich does **NOT** allow javascript). There might by a workaround to this: Wordpress.COM ALLOWS TEXT widgets, where you can add HTML code or plain text. If I could convert from javascript code to HTML there … | |
<?php //global $wpdb; /* Plugin Name:new plugin Description: A simple hello world wordpress plugin Version: 1.0 Author: arti shrivas Author URI: http://yourdomain.com License: GPL */ /* This calls hello_world() function when wordpress initializes.*/ //Note that the hello_world doesnt have brackets. add_action('init','new_plugin'); function new_plugin() { //echo "Hello World"; global $wpdb; $table_name … | |
Hi, I have an accordion menu for wordpress that works nearly the way I would like it to. I was wondering if there's a way to make the menu close once clicked again. I'm happy with how it opens when clicked, it just stays open after that and can't be … ![]() | |
Hi, I need help. Me wrote query in my wordpress theme to fetch latest products. Everything is working perfect. But don't know why pagination not working. I did select 9 post in backend. it's appear 9 on my home page. But i want to show all products on homepage with … ![]() | |
wpml plugin not working for some labels on front end please help http://174.120.60.2/~prime/?property=apartment&lang=ar see this link on this bedroom bathroom and property type not translated please helpo me guys i am using wpml plugin ![]() |
The End.