daniish
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts Slider] Only for logged usersThat works excellently, thank you.
Forum: Plugins
In reply to: [Related Posts Slider] Only for logged usershi,
i’m using the inbuilt(Default) method
hope you can help
Forum: Plugins
In reply to: [Broken Link Checker] How do i undo changes?Oh wow that’s so useful, thanks!
Forum: Fixing WordPress
In reply to: Hide Actual PostsUltimate Member doesn’t work either!
Forum: Fixing WordPress
In reply to: Hide Actual PostsYes i have already tried that plugin and it only hides the content of the post.
Forum: Fixing WordPress
In reply to: related posts only for logged usersI am using Related Posts Slider, which can be manually inserted into the template single.php with:
<?php if(function_exists('get_related_posts_slider')) {get_related_posts_slider();} ?>
and as Schulte suggested, the user logged in call is:
<?php if ( is_user_logged_in() ) { } else { } ?>
So can anyone tell me what i need to do?
Forum: Fixing WordPress
In reply to: Merge private information with public postsI am going to rephrase this question
Forum: Fixing WordPress
In reply to: Merge private information with public postsI now think this will be simplest as 2 separate sites.
A public site displaying destination posts with a ‘personal’ category and the post date set to the order I visited them.
Then use an RSS feed to pull these posts to a second site – my personal blog.
So, my next question is how can I display these posts, while also attaching further information to them?
I am thinking a linked database table and that perhaps I could use a Custom Post Type to do this but I need further advice.
Alternatively, perhaps this is better in reverse?
Can anyone help?
Forum: Plugins
In reply to: Meta Slider not loading in custom post typeEdited the code as follows:
<?php if ( 'artist' == get_post_type( (is_page( 'Tereska Shepherd' ) ) ) ) { // page title echo do_shortcode("[metaslider id=3944]"); } elseif ( 'artist' == get_post_type( (is_page( 'Test' ) ) ) ) { // page title echo do_shortcode("[metaslider id=3945]"); } else { } ?>
Forum: Themes and Templates
In reply to: Invalid Property ValueThank you for helping me.
Forum: Fixing WordPress
In reply to: Custom Post Type TemplateI solved this by creating a child copy of single.php and content.php and editing them with the help of this page:
Forum: Fixing WordPress
In reply to: wp-login inaccessibleDuoGeek thanks for your efforts. I actually managed to restore access by uploading a fresh copy of the functions.php from the tarali theme and that did the trick.
It seems the W3 Total Cache plugin was at fault. I have removed it and my site is 99% back to normal :-))
Forum: Plugins
In reply to: woocommerce payment options for logged in usersForum: Plugins
In reply to: [Ninja Forms - The Contact Form Builder That Grows With You] Group Fieldsi no longer use this plugin so this question isn’t relevant!
Forum: Plugins
In reply to: [WooCommerce] Different Payment Gateways for Logged in usersI asked this question on Stackoverflow and got a working solution:
https://stackoverflow.com/questions/29671380/woocommerce-payment-gateway-for-logged-in-users-only