-
Making WordPress clever?
Nope, more of an intelligent link builder. For instance, if we had an article reviewing a "Ford Focus", any reference to "Ford Focus" in other posts should be linked back to that review. Similar to ; http://www.prelovac.com/products/seo-smart-links/ However I have read some nasty reviews about that one. I.e. Google dont like how it works!
-
Making WordPress clever?
Hi all, we have started to populate our site with content, and wondered if anyone could recommend a automatic link plugin, for us lazy sys-admin bods. Basically, say we have a page called "Website Monitoring" we would like any references of that in other posts to be linked back to the main page, if that make sense? I have seen a couple if suitable plugins out there but both have poor seo reviews. thanks!
-
Experience with 5grid?
Afternoon all, I hope everyone had a great Easter Weekend! I have been working on our new site using 5grid as the framework. I am looking to incorporate a couple of functions which alter the height of the divs they are in; drop-down navigation menu and a FAQ section, for example. Setting such functions up has gone well, however when it comes to expanding them, the content is hidden behind other divs (e.g. not floating on top). I have tried a variety of float and displays as well as z-index however have been unable to come up with a reason why this is happening. If I move the drop-down menu to a blank HTML page, or give the containing div a defined height or something like 500px, it works fine, so I can only assume the 5grid framework is restricting the expansion of the div in some way. Can anyone shed any light on this for me, I would be eternally grateful
-
Converting PHP site to WordPress
Evening all, I have a PHP site (Code Igniter) which is fairly basic, but still contains quite a bit of bespoke code (user registration, admin section - user, item and service management) all querying a backend DB. I would like to convert this to WP for the added functionality of blogging. I assume this is possible for someone with the right skills, but I was wondering if anyone can tell me how difficult this would be, and how many hours I should expect it to take? Unfortunately the current site isn't available to the www yet, so I know this is very much a shot in the dark question!! Thanks
-
PHP Query MySQL with POST variable
Just put the code back in and its working now....How strange... I must have missed typed something - user error
-
PHP Query MySQL with POST variable
<form action="" method="post"> <h1>Not a member yet? Sign Up!</h1> <?php if($_SESSION['msg']['reg-err']) { echo '<div class="err">'.$_SESSION['msg']['reg-err'].'</div>'; unset($_SESSION['msg']['reg-err']); } if($_SESSION['msg']['reg-success']) { echo '<div class="success">'.$_SESSION['msg']['reg-success'].'</div>'; unset($_SESSION['msg']['reg-success']); } ?> <label class="grey" for="fullName">Full Name:</label> <input class="field" type="text" name="fullName" id="fullName" value="" size="23" /> <label class="grey" for="company">Company:</label> <input class="field" type="text" name="company" id="company" value="" size="23" /> <label class="grey" for="email">Email:</label> <input class="field" type="text" name="email" id="email" size="23" /> <label>A password will be e-mailed to you.</label> <input type="submit" name="submit" value="Register" class="bt_register" /> </form>
- CSS SOS
-
CSS SOS
Awesome, thanks Lyndsey! I knew that it would be something simple which I had missed! Also, if you click the top right "Log In | Register", a drop down appears. That too is out of proportion and looks to be as though it is a spacing issue?
-
CSS SOS
Morning everyone, I'm in the process of building a new mock-up site, using a HTML5 template, and I am trying to add a login\registration drop down to my current theme. The code behind the registration system works fine - Unfortunately I have come up against some CSS problems when I try merge the two components together which I have been pondering over for about 5 hours now!! What the page currently looks like; dev jacent net / index php What it should look like (excusing the lack of styling to the content); dev jacent net / index_new php It looks to me that the theme's stylesheets are adding additional styles to the top drop down section, however as that section is within its own div's etc, I'm unsure as how to work around it? Any tips would be appreciated
-
PHP Query MySQL with POST variable
Sorry, its "Error in query: Resource id #6" I'm still picking up PHP as I go along, I'll look into mysqli
-
-
PHP Query MySQL with POST variable
Evening all, I have a PHP\MySQL registration script which I'm looking to amend. Currently you register using your Name, Company Name and Email Address. From there, your username and password are emailed to you. A problem I have come across is anyone can register as the same company and this would prove troublesome for future use. What I am looking to do is query the database and if an entry already exists for that company, die; $company = mysql_real_escape_string($_POST['company']); $query= "SELECT * FROM members WHERE company = '$company'"; $result = mysql_query($query) or die ("Error in query: $query " . mysql_error()); $row = mysql_fetch_array($result); $num_results = mysql_num_rows($result); if ($num_results > 0) { $err[]='Your company is already registered, please contact your admin user!'; } However, that is showing a resource error. Can anyone shed any light on what I am doing wrong?
-
-
HTML5 Equivalent to PHP include
I've sussed it out using a simple PHP line, should have thought about it more before posting lol I would post the line but it wont let me - a google for "php if current page" brought it up for me.
-
HTML5 Equivalent to PHP include
Thanks Andy\SEOLover. PHP will probably be the way to go as for my header I have a li class for the current page - e.g. <li class="current_page">Home</a></li> ... <li>Contact</a></li> (href moved due to my post count!) Is there some funky PHP code which could be used to determine the current page, and apply the class to the correct link?
-
HTML5 Equivalent to PHP include
Morning all, I'm playing around with a new HTML5 website and instead of having to edit my header\footer\nav bar etc on every single page every time I make a change, I wondered if there is an equivalent in HTML5 to that of PHP include? Probably a very daft question which one of you HTML gurus will easily answer Thanks!
-
Looking for a web designer
Morning, I am looking for a web designer to "develop" our extremely basic current HTML5 website. This seems like a great place to find one, but is there a section of this site where I can post such an ad? The only place I can see is where everyone is offering their services, not the other way around! Apologies if I shouldn't have posted this in General Chat. Thanks