truthseeker83
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Themes and Templates
In reply to: [Stargazer] header changeDo you want to change from wp-admin?
Forum: Themes and Templates
In reply to: Missing stylesheet?yes to view the other pages you need page.php file
Forum: Themes and Templates
In reply to: Missing stylesheet?cwmateiuc
if get_header(); is missing on inner page, css will not show upForum: Themes and Templates
In reply to: Div Positioning and background imagesfor your third point try this in css instead of background-image:
background: url(“eoImages/bg-HomeContent.png”)Forum: Hacks
In reply to: Logout Widgetsorry a bracket was missing
<a href="<?php echo wp_logout_url(esc_url( home_url('/'))); ?>" title="Logout">Logout</a>takes to home page on logout
Forum: Hacks
In reply to: Logout Widget<a href="<?php echo wp_logout_url(esc_url( home_url( '/' )); ?>" title="Logout">Logout</a>try this it takes you to homepage
Forum: Plugins
In reply to: [Download Monitor] How to Redirect?sorry its not working for me
file name is appearing in the url
but not download, where i should place the code
Forum: Plugins
In reply to: [Download Monitor] How to Redirect?im also having the same problem
any solution
Thanks
Viewing 8 replies - 1 through 8 (of 8 total)