516 Topics

Member Avatar for
Member Avatar for Kewne

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 …

Member Avatar for Kewne
0
2K
Member Avatar for sathyakumar23
Member Avatar for Kalaivani Nair

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/

0
140
Member Avatar for sathyakumar23
Member Avatar for Sikander Nasar

# 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.

Member Avatar for mangel.murti
0
168
Member Avatar for EvolutionFallen

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 …

Member Avatar for irfanmodan
0
216
Member Avatar for ravi142

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' …

Member Avatar for irfanmodan
0
223
Member Avatar for gamestoenjoy

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 …

Member Avatar for gamestoenjoy
0
181
Member Avatar for happygeek

Google has been quick to blacklist domains implicated, most often unwittingly, in the distribution of what has become known as the SoakSoak malware campaign courtesy of soaksoak.ru being the first domain in the redirection path it used. With 11,000 domains blocked over the weekend, you might be forgiven for thinking …

2
641
Member Avatar for Violet_82

Hi guys, I was thinking to work on a new interactive project but I might need some advice before I start. So, essentially, I want an interactive map and I want to give users (they will have to have login details of course) the possibility to add as many markers …

Member Avatar for Masterblank
0
345
Member Avatar for khurram123

I have a very strange issue in a WP website. Please have a look at this one. http://advantagecontactcenter.com/ If you refresh the page first three links drop down menu appear for few second then gone. How can i get rid off this problem. Please help me in this issue.

0
108
Member Avatar for UK-1991

Hello guys does any one knows about the wordpress. I need to create a referal program in wordpress like someone wants to register on the website and been reffered by someone he or she would be required to provide a referall code so we would be able to see who …

Member Avatar for lorenzoDAlipio
0
137
Member Avatar for ebutin

I’m a beginner web developer and I’m looking for place where you can find free template. Can you give me some recommendations? My close friend gave me an advice, that I should check [Gavick](http://www.gavick.com) offer. Have anybody heard of it?

Member Avatar for ebutin
0
266
Member Avatar for Clarence Weldy

Hello Guys, I am working on a project and planning to use a theme called [POWERMAG V1.6.0](http://www.nulledlistings.com/wp-content/uploads/2014/01/test78.jpg) Just wanted to know your precious reviews on the same before employing it. Thanks in advance:)

Member Avatar for Methew
0
241
Member Avatar for gabrielcastillo

Hello everyone, just wanted to say hi from Wordcamp! ![bb34fc0164597d0abdf99d290b4739ae](/attachments/large/3/bb34fc0164597d0abdf99d290b4739ae.jpg "bb34fc0164597d0abdf99d290b4739ae")

Member Avatar for gabrielcastillo
0
84
Member Avatar for cambraydesign

I have a WordPress multisite using subdomains. I have created a new website, not using wordpress, which is on the root in a folder called 'home' I am trying to remove the 'home' from the url so that it appears that this folder is the root eg. mydomain.com instead of …

Member Avatar for cambraydesign
0
343
Member Avatar for s_shakib

Which platform you most prefer? I prefer wordpress. It's very easy to use and has many advantages.

Member Avatar for brownskin7
0
219
Member Avatar for Borderline

Firstly, I apologise if this is in the incorrect area of the forum, wasn't entirely sure where it would fit in. This is my first attempt at WordPress, having previously built basic html/css/php/mysqli sites using templates. I'm struggling with the items below, and hoped someone may be able to point …

Member Avatar for gabrielcastillo
0
246
Member Avatar for happygeek

As well as being CEO of penetration testing specialists High-Tech Bridge, Ilia Kolochenko is also perhaps unsurprisingly a white hat hacker of some repute. Equally unsurprising is the fact that he has [warned](https://www.htbridge.com/blog/plugins_and_extensions_the_achilles_heel_of_popular_cmss.html) that security vulnerabilities in leading CMS platforms such as Drupal, Joomla and WordPress are effectively leaving the …

Member Avatar for iamthwee
4
731
Member Avatar for Ainu011

Need to add second language to existing wp site. I'm using multisite option with Multisite Language Switcher plugin but was wondering about a plugin (or something) that offer better, easier solution that this (I'm lazy to move from one to other dashboard). Any suggestions!? Thanks.

0
125
Member Avatar for amith_ami

hi..all i want to create a new page in the wordpress admin panel to manage orders with file uploading and message sending option. please help me to do this... tnx in advnc..

Member Avatar for pzuurveen
0
214
Member Avatar for mitchell.schols
Member Avatar for ravi142

Hello, *Problem:* I have Created '**Custom Post**' In Publish Button which i have to insert in **Custom Table** of database. Right now i have create template **single-Posttype.php** but on **Publish** button not insert in custom table Is Any Hooks for that ? Thank You.

Member Avatar for ravi142
0
84
Member Avatar for ravi142

Hello, **Custom post** -> "Children" **Add New**-> If children name already then change with title with his birthday By default Wordpress used **Same_Title** and **Same_Title-2** in slug. Can you suggestion me how.? RND not given proper solution. Thank you

Member Avatar for diafol
0
134
Member Avatar for dlmagers

Hello, team. I operate a WordPress website as my portfolio. I am a Client/Server-Side Developer. I was wondering if there is a way that I can create a Tutorial page in my website to work just like a Blog page or a Portfolio page? Elaborating on the topic. For example, …

0
117
Member Avatar for Sikander Nasar

I want to fix unsaving iframe in post, page n content of admin -panel.need urgent help.

Member Avatar for pritaeas
0
99
Member Avatar for Thermalnuke

Hey gys just started up a wordpress website for a club i am doing at school that deals with crypto currency. we currently have a couple of miners that are mining litecoins and bitcoins. on the wordpress site im looking to display the miner information through API calls through a …

Member Avatar for cilla
0
248
Member Avatar for ravi142

Hello I want to add functionality of **In front** user can Customize his theme.In bellow image User can 'change Banner Image' or 'change color'. ![9e01d80345b52ffdd2e00fbada2eb74c](/attachments/large/4/9e01d80345b52ffdd2e00fbada2eb74c.png "9e01d80345b52ffdd2e00fbada2eb74c") In short I want to make this pannel as view of Front. Do you have any idea or plugin name then suggest me. Thank …

Member Avatar for DJBirdi
0
101
Member Avatar for Rajeev Kumar_1

I just want to have a link forwader in Wordpress. Is there any plugin for it. I search but only find the url redirection for 301 and other navigation errors. What i want that on any link in my website there should be a link forwader like have in facebook, …

Member Avatar for vaidhegipatel
0
229
Member Avatar for mwnt2014

Want to show div on front end wordpress website with wordpress plugin.. If User activate the plugin then div should show on the front side of the wordpress .how to add ? Used add_filter('thecontent') and some more. nothing is working .

Member Avatar for mwnt2014
0
253

The End.