treble6
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Grant access to a category while retricting othersIts catergory ID 6 so should it read:
<?php if(member_user_is(array('member')) || in_category( 6 )) { the_content(); } else { header("Location: /you-are-not-authorised-to-see-this-page"); }?>???
Forum: Fixing WordPress
In reply to: Grant access to a category while retricting othersThanks for your help and i do apologise but i need my hand help a little bit more throug this. I currently have two categories, the default “Uncategorised” and “blog”
If i wanted to make blog visible to everyone yet restrict uncategorised what would i change to test this?
Forum: Fixing WordPress
In reply to: Is it possible to auto populate a Custom Field.Thanks again but that didnt work either.
This is the code is the blogroll i need to modify[Code moderated as per the Forum Rules. Please use the pastebin]
As you can see, the ‘post_image’ is called
Forum: Fixing WordPress
In reply to: Is it possible to auto populate a Custom Field.Done that, they want more money to change it…
I assume it wouldnt be to difficult to do but i know little about the way wordpress is written so trying to think of a quick fix for now
Forum: Fixing WordPress
In reply to: Is it possible to auto populate a Custom Field.Yes, the theme is called rising. Im using auto post thumbs to create the featured images. I guess an answer would be to hack the auto post thumbs plugin to post to the database for both fields??
Forum: Fixing WordPress
In reply to: Is it possible to auto populate a Custom Field.Thanks for your help.
That put the featured thumbnail above that post. What i need is for the featured image to be associated with the themes “post_image”. In the hope that where ever the theme uses “post_image” the featured image will be used.
Forum: Plugins
In reply to: Short code in post problem.I tried this
`<?php echo do_shortcode(‘[user_account_is#member]’); ?>
<?php the_content(); ?>
<?php echo do_shortcode(‘[/user_account_is]’); ?>`But the second short code appears as text. The function doesnt work without the execution of the second short code. Anyone see any obvious mistakes?
Forum: Plugins
In reply to: Short code in post problem.Shortcodes*