imranexpt
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Forms and Unique Outputyes, WP can do this easily, its all up to you how you enhance WP,
IF you have the logic, you can use WP’s pre existing functions and database classes. For me, I always use WP as a framework of all web applications no matter if it is a blog/website or a heavy web service api..
wufoo is a kind of different thing and not related
Forum: Everything else WordPress
In reply to: redirect loop.hello,
how about checking the wordpress options page (General Settings)
or try looking at (https://www.yoursite.com/wp-admin/options.php ) it will give you all options of your blog, look at there and see if the site/blog urls are same on both sites?
.htaccess looks fine
Forum: Everything else WordPress
In reply to: redirect loop.Did you clone both sites?
I guess you make a redirect and then clone both sites, hence they both are pushing every request to each other and causes a redirect loop
If you did it via mod rewrites, then post the content of .htaccess of each site here
Forum: Themes and Templates
In reply to: Where the stuff areThey might be located inside your sidebar.php code.. try finding the google javascript code from there,
Forum: Themes and Templates
In reply to: Which is the best theme generatortry https://www.wpthemebuilder.com best on all others.. you’ll love it
Read details here
Forum: Themes and Templates
In reply to: Using Multiple Text Specs on Blog Title (newbie)The correction:
it should be
echo str_replace('Sea', '<span class="sea">Sea</span>', get_bloginfo('name'));
.
———————————–
Premium wordpress theme generator with CMS features
https://www.wpthemebuilder.comForum: Themes and Templates
In reply to: Footer not working on index.phptry deleting the template name line in your index.php , and make sure you don’t have any home.php or homepage.php file.. if you have then wordpress will use them instead..
.
———————————–
Premium wordpress theme generator with CMS features
https://www.wpthemebuilder.comForum: Themes and Templates
In reply to: The amount of excerpt text on the front page…If you don’t have any functions.php file then create one and place the code anywhere in it.. just make sure the code is in php tags
<?php // Code goes here ?>
———————————–
Premium wordpress theme generator with CMS features
https://www.wpthemebuilder.comForum: Themes and Templates
In reply to: Showing previous page and next page with same linkI think it should be !is_home() instead of is_home()
<?php if (!is_home()): next_posts_link(); endif; ?>
He wants to remove the link on index page.
Forum: Themes and Templates
In reply to: Box around postDo you mean , you want to style up the sticky post? it will stay at top and have a border than other posts?
——————-
Wordpress “Premium” theme generator
https://www.wpthemebuilder.comForum: Themes and Templates
In reply to: how far can you push wordpress free templates?You can buy some hosting and then point your ***.wordpress.com to your hosting nameservers then everything will be in your hand just install the latest WP 2.8 and configure your themes etc. get some designer or try yourself if you know how to code..
——————-