Restrict access
how to make only certain ip can access my website..currently i'm using wordpress..if the ip are not in the list..the page will redirect to other site,,plizzz help me.. ...
how to make only certain ip can access my website..currently i'm using wordpress..if the ip are not in the list..the page will redirect to other site,,plizzz help me.. ...
I have configured wordpress network option and it allow me to create sites but only through super admin. I want the user to register and create site and the admin only approve the site,, if someone has any idea please help me. Regards ...
I do Drupal for a living and I like the system. However I've always been intrigued by Plone and wanted to learn it well to broad base my knowledge of CMSes in general. I've played around with Plone in the past and was both mesmerized and repulsed by it -- depending on the day. But then again here is what I saw as the advantages of Plon...
Hellp ! I'm working on a bilingual (chinese & french) language learning platform. I have posts that actually need to be displayed on the same page. The post in french is a list of words, that are translated in chinese using the WPML ui. For example I have a post about the notion of birth that is tagged in my taxonomy as the term "life...
Hi, I have many content writers for my website. I intend to use wordpress to manage the articles each of them writes. I have 2-3 editors who will then edit the articles sent by the authors. I just have one problem. I want to hide the articles written by author A from author B. Of course the editors will see all the articles, but one au...
Why do thumbnil image risk automatically in wordpress post,without risking media libarary. ...
I am trying to migrate my site to PHP and use a WP theme on my site with out modifying the theme too much. So my problem is that I want to create a functions.php file like in Wordpress that contains some code that can be called to load the header and footer of my sites theme from each page. Also I want to keep some constants in another f...
Hi all, i have to get the post content into the tag <head>. I was trying with this code into the header.php file of my theme: if(is_single()){ $stringa = the_content(); } but it doesn't work. how can i do? thanks ...
Hi Everyone, I'm getting message; Sorry your transaction was not accepted. Click here to go back to checkout page. I'm using SagePay and I can replicate the error - It's basically if you wait ages on the SagePay end then process payment - and the SessionID is missing. Can anybody please help? Regards Shane ...
I'm trying to have a post from a certain category display on my static homepage. I seem to everything working just how I'd like with one exception. I'd like the post to included the standard Continue reading (<!--more-->) link, but I can't seem to get it to work on my homepage instead all the post's content is displayed. Here's the co...
Hello folks, Got an urgent issue, and I'm totally stumped. We recently migrated a bunch of networked blogs, and realized one of them was using a subfolder structure, whereas all the new system is all subdomains. The wordpress multisite system doesn't allow for both subdomains and subfolder structures, so I'm guessing the logical soluti...
I cant use the_excerpt, because I need to grab the first, say 5 words, of the_content and style it differently.. but only on the first post on the page. Is there a way to do this? Thanks! ...
In current project i need to make bulk posts to wordpress (from text files) and need to add dates of mine own choice . What is best way to do it ? ...
I am designing a website in wordpress. I have 1 custom home page & another are single themed pages. Now I want to add some more landing pages with different design. How can I get this? ...
Can I tell by looking at the source code if someone is using wordpress? ...
I am designing a website in wordpress. I have 3 boxes on the home page and I have widgeted them. Now I want to add their image, text, heading, and "read more" links. I have searched for a plugin to do this without success. I want to know about a plugin which can add image, text, and a read more link (button) to posts. ...
I need to use Wordpress Blog as my webpage. And I need to assign any post into page such as... I have three pages like Page -> Dog, Cat, Bird And I need to post A to page Bird B to page Bird C to page Cat D to page Dog E to page Cat And post A, B, C is in same category. Something like this. I try to create new page but it can...
okay, I have 3 sections to a site /section-1/ /section-2/ /section-3/ I don't want their child pages to have a reference to them in their permalinks /section-1/apple/ /section-1/orange/ /section-1/banana/ The second level pages in each section will never have the same slug or title. I want the second level pages to look like th...
Hi all, Here's what I wanted to dot, what I've done, and... the (poor) result: I wanted to: migrate my personal Website from one server to another one, and only change the IP on my DNS. So: I changed the IP on my DNS. Ok. Everything's fine (it's been 7 days now) I dump my Wordpress 3.0.1 database from server A I copied recursively the...
I didn't find any xmlrpc method call to do it in WordPress codex. I can get all the posts via metaWeblog.getRecentPosts and extract IDs, but I didn't exactly know the count of the posts in blog. ...