vrada
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login SecurityCause I am a damn fool. I think these are one of those blunders in life that are quite memorable.
Like looking at a girl and accidentally walking into the glass door (two days ago), or
locking my keys in the car with the engine running, but having my stereo face plate in my hands (a month ago), or
or talking dirty over the phone to your girlfriend to only realize that you accidentally called your mother.
Please bump this post. LOL.
Forum: Themes and Templates
In reply to: BlueBurry Theme help needed!Yea, this is a site with all the answers:
https://codex.www.ads-software.com/Main_Page1. archive.php is already built in. What do you mean by archive?
2. about, etc. page:
– go to Write > Page in your admin panel.
– Save it.
– Go to Manage > Pages.
– Go to sidebar.php or header.php (your choice) in the theme folder.
– sidebar.php: After the- calender tag
- <?php wp_list_pages(‘title_li=’); ?>
, add
(
)
or
– header.php (have not installed it, so you need to figure it out. Just find a place and do <div><?php wp_list_pages(‘title_li=’); ?></div>)Forum: Plugins
In reply to: modify ‘write post’ pageYou don’t need a different file. And you are supposed to edit index.php, not post.php unless you are using a different theme. And your theme is in your /wp-content/theme/yourtheme/ folder (you wrote admin; don’t go near wp-admin if you don’t have to). As far as your custom fields, here is a helpful article:
https://codex.www.ads-software.com/Using_Custom_Fields
and as far as the plugin
https://www.coffee2code.com/wp-plugins/
you want:
Get Custom Field Valuesand since it sounds like you are newbie:
just follow the example verbatim.
Forum: Plugins
In reply to: Image GalleryFirst, I would use the search above and see what you get.
Second, you can have thumbnails in your posts with the built in Upload button in wp admin panel. You just need to stylize it in your style.css file.
Third, go to photoblogs.org and see if you really just want 3 thumbnails on your index page, or if you want something more.
Four, knowing that the third is probably correct: try the following
– try iPAP (not for WP, but still good)
– https://www.bistr-o-mathik.org/code/wordpress-plugins/
– https://weblogtoolscollection.com/search-beta.php?q=gallery&submit=Search
– https://wp-plugins.net/index.php?PHPSESSID=64a1e57bfe318eccb9c14f3813b798ae&filter=gallery&filter_search=Go…Hope this helps
Forum: Themes and Templates
In reply to: CSS OpacityNo, but if you check the following areas, you might find it: https://www.stylegala.com/resources/
https://www.cssbeauty.com/links/hope it helps a lit
Forum: Fixing WordPress
In reply to: wp_list_cats() category descriptionwp_list_cats(‘all=1&sort_column=ID&
list=1&optioncount=1&hide_empty=0&
use_desc_for_title=0&children=0&child_of=14′);I am using this function. I would like to have the category descriptions show up as well.
Forum: Fixing WordPress
In reply to: wp_list_cats() category descriptionExcuse Me that was rude.
Yes there are category descriptor tags, but I want the functionality of wp_list_cats that show the category description. A Yes or no would suffice. If no, then I will build one.
So yes or no?
Forum: Fixing WordPress
In reply to: Include search form with is_pages()Nevermind just figured it out:
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
Forum: Installing WordPress
In reply to: Stuck on Step 1I don’t think you will find an easier install process than the one in the codex, this site, or in your readme file. I would recommend contacting your hosting provider.
There is one other solution: If your host is running Cpanel, there is a module called Fantastico. You should be able to install the program through this interface. You might need to create a database first which is also in Cpanel. I know that Plesk has the same thing.
Hope this helps ??
Forum: Everything else WordPress
In reply to: Appointment software??https://www.sourceforge.net
https://www.freshmeat.net or .com // can’t rememberForum: Plugins
In reply to: Plugin for Simple Sidebar ListsYou might try as aside. Here are a few url’s that might help you:
– https://doocy.net/mini-posts/
– https://www.nmyworld.com/wordpress/2005/03/miniblog-plugin-01-for-wordpress-15-58/
(Although it looks like he is halting the support)Forum: Fixing WordPress
In reply to: Custom 404 Pages not showing in IEGo into your server panel and delete the default 404
Forum: Fixing WordPress
In reply to: Login on front pageHere Here
Forum: Plugins
In reply to: Gallery suggestion?thanks about the change on the URL ??
Forum: Plugins
In reply to: Gallery suggestion?Just as a heads up, maybe not belonging to this post, but I just tried using iPAP by rebelproductions.com, and it is great. I am going to port some of the features in a plugin so that I can be used with WP templates. This will be coming soon.