<div id=”email-block”><span>[email protected]</span></div>
But I cannot find this code in my header.php! Please someone tell me what I am missing…I know I am so close!
]]>anny suggestions
// Freeman_005
]]>I have a password protection message on some of my posts _I am using the parament theme) – how can I change this to say:
To see this password protected post please subscribe
I pasted the following into the functions php earlier and lost my site so how can I avoid doing that in future?
<?php
function my_password_form() {
global $post;
$label = ‘pwbox-‘.( empty( $post->ID ) ? rand() : $post->ID );
$o = ‘<form action=”‘ . esc_url( site_url( ‘wp-login.php?action=postpass’, ‘login_post’ ) ) . ‘” method=”post”>
‘ . __( “To view this protected post, enter the password below:” ) . ‘
<label for=”‘ . $label . ‘”>’ . __( “Password:” ) . ‘ </label><input name=”post_password” id=”‘ . $label . ‘” type=”password” size=”20″ maxlength=”20″ /><input type=”submit” name=”Submit” value=”‘ . esc_attr__( “Submit” ) . ‘” />
</form>
‘;
return $o;
}
add_filter( ‘the_password_form’, ‘my_password_form’ );
?>
I decided to use the Parament Theme to create my website. However when I try to create a blog post the permalink attributed to the post is greyed out (un-accessible) showing me www.AdamScheid.com/graphics as its destination. I went to Settings > Reading and put the posts page to where I want it. It will post to that page, but when I click on snipet it takes me to: https://www.adamscheid.com/professional-work/graphics
Can anyone tell me why this is and how to get the redirects to be to their true post page or does Parament Theme just not support blog posts?
]]>I am trying to make an alternate menu for logged in users but I am not sure where to add the code to do so.
I am using the Parament Theme V1.2 by Automattic.
I’m know some coding but I don’t know php so I am a bit lost.
Any help would be appreciated.
Thanks
]]>To give you all a better example of what I am talking about.. The site that I am trying to duplicate exactly is https://badsentinel.com (wordpress.com site customized using pro bundle.)
the test site I am working on is https://pacontreras.com
here is the code from my style.css
[CSS moderated. A link to your site is all that is needed]
Any help would be appreciated.. Thank You very much.
]]>