lizsaskia
Forum Replies Created
-
Try here too:
Have you tried it with ‘&&’ instead of ‘||’?
!is_single(‘podcast-9’) && !is_page(‘events’) && is_category(‘bike-miami’)
That way it will only show up if all the conditions are true. You can also use the page number at the end of the URL instead of the keyword, and can use these in an array if you want to specify more than one page.
Thanks Piet, that was the one I ended up using!
Forum: Plugins
In reply to: WordPress shop with databaseThanks for answering! This looks perfect, except my client has now decided she wants a credit card facility on her site (not using paypal as she wants to keep the details so customers don’t have to enter them each time). I have looked and can’t find anything – it is possible to do this on wordpress?
Forum: Plugins
In reply to: Change page when viewed by iphoneThanks for answering! Neither of these will let me change the url of my portfolio page to another, they will only let me change the url of the homepage. Is there anything that will let you keep the rest of the site the same but just change one page?
Try:
!is_page(1438)&&!is_front_page()
It seems to work with && rather than || and you don’t need the brackets around it
Forum: Fixing WordPress
In reply to: How do I get rid of '/wp' on the end of my URL?Thank you so much for your patience! I was trying unsuccessfully to log in through the link on my web host, but I managed to login as you suggested above and the dashboard is now working and I have managed to re-upload the background image! And the /wp is gone! You are a star! 🙂
Forum: Fixing WordPress
In reply to: How do I get rid of '/wp' on the end of my URL?I can’t get on to the dashboard now – when I try to log in it sends me to my home page. Not sure exactly what I should be changing in the code. How do I do a search and replace?
Forum: Fixing WordPress
In reply to: How do I get rid of '/wp' on the end of my URL?I’ve moved the content file so the wp folder in now empty but the background it still coming up with the error
Forum: Fixing WordPress
In reply to: How do I get rid of '/wp' on the end of my URL?There is still wp-content in the wp folder that it won’t let me move
Forum: Fixing WordPress
In reply to: How do I get rid of '/wp' on the end of my URL?Ok it’s worked but I’ve lost the background image! When I click on background on the dashboard it comes up with an error and says there is a ‘misconfigration’. So close!
Forum: Fixing WordPress
In reply to: How do I get rid of '/wp' on the end of my URL?Just checking, as this is where I messed up earlier – I change the wordpress and site url to remove the /wp in Settings, then move all the files to the root folder. As far as I can see the database is the one I set up when I installed wordpress.
Forum: Fixing WordPress
In reply to: How do I get rid of '/wp' on the end of my URL?Ok got it back by deleting the index.php from the root folder.
Forum: Fixing WordPress
In reply to: How do I get rid of '/wp' on the end of my URL?Ok I moved them and it’s messed up the site again! Moved them back and it’s still not working – just showing an index of my files when I type in the URL
Forum: Fixing WordPress
In reply to: How do I get rid of '/wp' on the end of my URL?Yes there is for both of them – when I tried removing the wp I got an error message and lost the dashboard and the site. I couldn’t figure out what to change in the c-panel so I ended up reinstalling wordpress!