vachi
Forum Replies Created
-
Forum: Plugins
In reply to: Creating a post when it does not existits a pretty cool idea, idk how you can do this but i suggest trying to save the link that the user requested that did not exist, so save the 404s
and when they request a page thats a 404 just say we are creating this page at the moment ( in your 404 template ) than you can see the 404s and just make those pagesForum: Plugins
In reply to: category images using category descriptiontx for the reply, yeah i looked at that plugin before, i am more after displaying the category image in single.php
the problem with the current code i have is that the img source comes out to be this
https://blah.com/blog/post-name/%3Cp%3Ehttps://blah.com/blog/files/2009/03/image.png%3C/p%3E
so it adds these p%3E to the beginning and end of the text and on top of that ads the post link at the beginning
example where i am using it
https://vitamovie.com/anime/eureka-seven-episode-50/i really want to find a non plugin solution where i can just use the given wordpress category description field
Forum: Themes and Templates
In reply to: cookies off moves my footeranything guys???
Forum: Themes and Templates
In reply to: cookies off moves my footeranything guys???
Forum: Fixing WordPress
In reply to: Left Side: No Navigation Menu?the only thing i can think of is replacing the wp-admin folder, or reinstalling your wp install altogether
if you have not changed any files in your wp-admin folder, than replace your current folder with anotehr wp-folder from a fresh downloadtry that ??
Forum: Fixing WordPress
In reply to: MY CATEGORIES ARE GONE !!!wow lol no answers still that sucks guys, i would have answered it right away,
well anyway i found the solution,
https://www.top10tech.com/web/2008/03/07/blogging-tips/wordpress/holy-crap-my-wordpress-categories-disappeared/i contacted my isp and they restarted the mysql server, the wordpress forced update did not work
Forum: Fixing WordPress
In reply to: registered user only link, displaying link from custom fieldtx allot
i out it it like this
<?php if (is_user_logged_in()){ $key="videoembed"; $dl= get_post_meta($post->ID, $key, true); $download ='<a href= "' . $dl . '">Download</a>'; echo $download; } else { echo '<a href="https://www.vitamovie.com/site/wp-register.php">Download - Please Register and Log In</a>'; }; ?>
Forum: Fixing WordPress
In reply to: Really strange problem with wp-admin not refreshing properlycan you do another fantastico install in another directory and see if it works, and check if the .htaccess is there, its usually is a hidden file
Forum: Fixing WordPress
In reply to: Really strange problem with wp-admin not refreshing properlydo you have the .htaccess file in your wp directory?
Forum: Fixing WordPress
In reply to: registered user not see dashboardbump
Forum: Fixing WordPress
In reply to: writing pagesdo you mean like you want a widget that shows all your pages?
and a header menu that shows some of your pagesone way would be to make a static header menu
than use the current page list widget on the sidebarForum: Fixing WordPress
In reply to: Added second sidebar and now the content is on the bottomhow did you add the second sidebar, did you make a new one in the function.php file, and how are you calling your sidebar
Forum: Fixing WordPress
In reply to: Added second sidebar and now the content is on the bottomthis is a hack its not the best way of doing this, its actually the worst way,
you should start by validating
https://validator.w3.org/check?uri=http%3A%2F%2Fwww.danbairdandhomemadesin.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0Forum: Fixing WordPress
In reply to: Added second sidebar and now the content is on the bottomchange content to this
#content { float: left; text-align: left; display: inline; padding-left: 200px; width: 445px; position: relative; bottom: 1000px; left: 30px; }
Forum: Fixing WordPress
In reply to: how do I put blog on my website?ok this is a funny question but here i go,
well if you have installed wordpress already and you have logged in and seen the admin side than welcome to wordpress
if you have not done so, than please install wordpress first
https://codex.www.ads-software.com/New_To_WordPress_-_Where_to_Startwordpress has a admin backend and a public front end
on the public side your posts links, comments, and much more is presented,the term blog is very complicated, it depends how how set up wordpress – theme and plugins wise – and how you use them
please answer few questions – how will you use the site, what are you planning to “blog” about
and please explain how is your “blog” setup with your hosting company