Janja
Forum Replies Created
-
I deactivated and deleted the plugin and I still can’t login into my website on my laptop. I keep getting “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”
Cookies are enabled and none of the solutions on this forum for the cookie issue worked.
Forum: Plugins
In reply to: [Plugin: Exclude Pages] Plugin having no effectHi,
I have the same problem. The code in funtions.php says:‘# Displays a list of pages
function dp_list_pages() {
global $wpdb;
$querystr = “SELECT $wpdb->posts.ID, $wpdb->posts.post_title FROM $wpdb->posts WHERE $wpdb->posts.post_status = ‘publish’ AND $wpdb->posts.post_type = ‘page’ ORDER BY $wpdb->posts.post_title ASC”;
$pageposts = $wpdb->get_results($querystr, OBJECT);
if ($pageposts) {
foreach ($pageposts as $post) {
?>- ID); ?>”><?php echo $post->post_title; ?>
<?php
}
}
}’Does anyone know, how to add exclude some pages ID’d to this code? Any help is very much appreciated.
Janja
Forum: Themes and Templates
In reply to: Theme change eats up my contentSorry, the version I use is 2.0.2.
Forum: Themes and Templates
In reply to: Theme change eats up my contentI tried Limau Orange and Techdesigns.co.uk 001 v1.0. How do I know about compatibility, where can I check that? I’m using 2.0 WordPress version.