pramodd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: how to Hide or Remove Post footer from Pages??Edit your theme file named page.php to remove footer from pages & also for customizing page styles.
Forum: Themes and Templates
In reply to: Links not displaedTo Display Blogroll add following code to sibebar.php [Theme file] at appropriate location:
<?php get_links_list(); ?>
Forum: Plugins
In reply to: Convert wordpress to a web directoryI do not want to convert query strings to permalink. I require a plugin that will convert a wordpress installation to a web directory. The plugin should also support payment gateways like Paypal, 2checkout, etc. It should convert wordpress to something like the phplinkdirectory script.
Here is what I require:
a] User submits sites by filling a simple form
b] User is taken to paypal [or 2checkout] to make payment.
c] After user makes payment [transaction successful] I should receive site details in admin section.
d] I should receive details of sites for which payment
has been made. If a user fills site details and does not make payment I should NOT receive its details in admin area. THATS WHY I SHOULD RECEIVE SITE DETAILS ONLY AFTER PAYMENT IS CONFIRMED.
e] I should be able to specify type of links [Featured, Paid links, Reciprocal links, FREE, etc]In short, all features of phplinkdirectory script.
Forum: Themes and Templates
In reply to: HELP…Hi Aaron,
If you are using default wordpress theme and wordpress is installed in a folder named “blog” then comment.php is located at https://www.sitename.com/blog/wp-contents/themes/default/
-PD-
Forum: Fixing WordPress
In reply to: Using Pages links for navigationI think you should use the get_pages() function to retrieve pages by id.
Forum: Fixing WordPress
In reply to: Condition is_category help neededHello Jane,
Found a plugin that might solve your problem.
This plugin allows to use categories as intersections. Normally when multiple categories are chosen, they will be ORed (a union), but with this plugin they will be ANDed (an intersection). So if category x and y are chosen, it will not show posts from cat x and cat y, but only those that belong to both categories. (example ?cat=1,2&intersect=1)
Download URL: https://www.tester.ca/files/intersect.php.txt
-PD-
Forum: Fixing WordPress
In reply to: how to set ‘uploads’ to permission 777Both wp-content and uploads folder should have 777 permissions.
Forum: Fixing WordPress
In reply to: Condition is_category help neededHello Jane,
I think you can get posts that fall in more than 1 category by using the UTW plugin. Please read https://www.ads-software.com/support/topic/101587?replies=3
-PD-
Forum: Fixing WordPress
In reply to: Condition is_category help neededUse:
(is_category(‘harlequin’) || is_category(‘2007’)) {
Forum: Fixing WordPress
In reply to: Footer ending up on right side in FirefoxHi Jane,
All divs are closed. However, I think it has go to do with <div id=”footer”> This div is the last div. If you place it inside your main div … the div that contains all other divs it should solve the problem.
-PD-
Forum: Fixing WordPress
In reply to: Footer ending up on right side in FirefoxHi Jane,
You have to close that div which is left open and your footer should display correctly.
-PD-
Forum: Fixing WordPress
In reply to: php newbie needs lots of helpHi John,
You have to make changes to the theme files
edit header.php to change header
edit sidebar.php to change sidebar
edit index.php to change look of main blog page
edit single.php to change how a single post gets displayed
AND SO ON for archives, comments, etcForum: Fixing WordPress
In reply to: Image Uploading ErrorPlease upload wp-admin/admin-functions.php and wp-includes/pluggable.php again. Also, your upload folder [where your image will be uploaded] should have write permission enabled.
Forum: Fixing WordPress
In reply to: PLEASE HELP! changed something and now i can’t get into my wp-admin!Please specify folder [is it https://www.staygoldstudio.com/blog/? ] where you installed the blog originally.
Forum: Installing WordPress
In reply to: deleted homepageIt looks like you deleted index.php from admin section of wordpress. You should upload index.php of your template to
https://www.sitename.com/blog/wp-content/themes/default/
if you are using a default template. If you are using any other template you should upload index.php file of that template to its own folder at https://www.sitename.com/blog/wp-content/themes/theme-name/