Tarsem Singh
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 says 'all' messages are spam??Forum: Themes and Templates
In reply to: Green Park 2 Help Request- how do I edit the footer..? Find footer.php in your current selected theme in wp-content/themes/yourselectedtheme
- Meta shows up on sidebar…? Find sidebar.php in your current selected theme in wp-content/themes/yourselectedtheme for more info https://codex.www.ads-software.com/Customizing_Your_Sidebar
- About shows up on sidebar…? Same as above
- I don’t want to use categories…? Uncategorized category is default category.. if you add a new post & don’t select any category… post automatically assign under Uncategorized category. if you dont want to display Uncategorized category please remove <?php the_category(‘, ‘); ?> from your index.php, archive.php, search.php and single.php OR you can Rename Uncategorized to another name.
Forum: Themes and Templates
In reply to: Duplicate ThumbnailsForum: Themes and Templates
In reply to: Suffusion theme for WP 3.3.2No way… you can install WordPress 3.3.2 locally for testing.
Forum: Themes and Templates
In reply to: "Posted on" By "Author"Please remove – by <?php the_author_posts_link() ?> –
- index.php
- archive.php
- search.php
- single.php
From your Current selected theme.
Forum: Themes and Templates
In reply to: How to make navigation a list without a plugin?Forum: Themes and Templates
In reply to: [Hatch] [Theme: Hatch] Change "Author" to "Artist"https://truehearttattoos.com/… Not Working “Database Error”.
Forum: Themes and Templates
In reply to: Simple Catch – display full post on Home PageKool ??
Forum: Themes and Templates
In reply to: Aligning text within sidebarJust Checked your HTML Code. You must add #sidebar in your CSS file. #sidebar missing in your Style-sheet.
Forum: Themes and Templates
In reply to: Increase content widthJust Checking your HTML Code .. you can set #content width at style.css (line 37).. e.g. #content{ width: 750px; …}
Forum: Everything else WordPress
In reply to: Looking to make a website similar to Monster.comYes you can create a JOB Portal like Monster.com with WordPress, also add functionality for indeed.com feed/api, careerjet.com api to display live results.
But WordPress need lots of modifications.. you can find numbers of themes & plugins for start-up.
If you CSS file exist in your main theme please do at this way –
<?php
if ( is_home() ) {<link href=”<?php echo bloginfo(‘template_url’);?>/skins/redwide.css” rel=”stylesheet” type=”text/css” />
<?php } ?>
Hope this code is Working for you.
Forum: Themes and Templates
In reply to: Simple Catch – display full post on Home PagePlease Replace <?php the_excerpt(); ?> with <?php the_content(); ?> in home page loop for more information about wordpress loop.. Please visit The Loop
Forum: Themes and Templates
In reply to: What's the file to edit the category template?Hi hildergarn,
it’s Not a silly question ?? .
You can Create a page with name category.php.. for more information please visit . Category Templates