1,274 Topics
Hey guys, Apologies if this is posted in the wrong place, but couldn't find a suitable forum. Basically I'm making a website for a musician, and was contemplating using WordPress to allow him to be able to manage his own updates, as well as update his image gallery, new videos …
Hi all, I'm after the opinion from experienced website devs. I want to build a website provides articles, of which some are restricted to subscribers. I will want to give users the ability to comment and rate articles. So I will need the following functionality: [LIST=1] [*]authentication [*]forms [*]user profile …
Hi everyone, For the first time, I've somewhat successfully migrated an html file over to WordPress (not completely finished yet). However, I'm having a problem that I can't seem to fix. On the homepage ([url]www.johnernaut.com[/url]) you can see a 'More...' button at the bottom to preview more posts. This seems …
Hello, I downloaded a theme from wordpress and uploaded it to my domain server i keep getting this error Fatal error: Call to undefined function get_header() in /home/changeis/public_html/index.php on line 1 please guide
I've been asked recently to defend the use of my Compendium Premier Blogging Service, because so many other blogging tools are available for free on the internet. Well, let me say this in my defense. For anyone wanting a church blog, or wanting to use Christian blogging to get page …
my image veiwer has stopped working properly, I dont know why. It resizes as its meant to, but dosent pop the veiwer window. Can you find the problem? [CODE]<script type='text/javascript'> var popbackground="http://i14.photobucket.com/albums/a345/Instar/greenbgfade17oi.jpg"; //specify backcolor or background image for pop window var windowtitle="Image Viewer" ; //pop window title function detectexist(obj){ return …
I have built 10 websites using Wordpress, now 5 of those sites are ranked in the first 2 pages of Yahoo and AltaVista but nothing on Google. I dont understand why not, so what do I have to do to get the same rank on Google, why would Yahoo put …
Hi, I'm desperately trying to solve this annoying issue! I'm trying to place the side bar just underneath the search bar, but I want it to be resized automatically, as each page has differing content so I cannot explicitly define the height. The CSS that is related is below,. If …
Hi! i know you already experience to use this two cms software. I only want to know which of this two is the best. I have planned to create a site and then i am hesitate. I want your opinion or suggestions. please help me!
Hi All, I want to start blogging for my new site. Tell me which type of blogging software should i use? I have heard that blogger.com is easy to blogging but wordpress has so many plugin that blogger doesn't have and it is little bit complicated than blogger. But still …
Hello, I'm the volunteer webmaster for my church and tried to integrate a WordPress blog into my CSS-HTML site. It was going well following the tutorial at [url]http://www.burnseo.com/blog/2009/10/integrate-wordpress-into-existing-website-tutorial/[/url] until I edited the index.php file with the tutorial's code shown below. Then I got syntax errors in the browser, starting with …
I'm running into huge gaps in IE6 near the header of my Wordpress site located here --> [url]http://www.antimicrobial.com[/url] I've been working with changing my display elements as it's what I've been reading everywhere online. Specifically; [CODE=c]display:inline; [/CODE] I'm only running into this issue with IE6. I have created a new …
Warning: Cannot modify header information - headers already sent by (output started at /home/wesleysoccer/webapps/wp/wp-content/themes/infocus/functions.php:1) in /home/wesleysoccer/webapps/wp/wp-login.php on line 302 Warning: Cannot modify header information - headers already sent by (output started at /home/wesleysoccer/webapps/wp/wp-content/themes/infocus/functions.php:1) in /home/wesleysoccer/webapps/wp/wp-login.php on line 314 This is what I'm getting in my wordpress login screen...can't login to …
now its possible to integrate our latest post to index page of our site. seochat.com/c/a/Search-Engine-Optimization-Help/Display-Recent-Posts-Outside-Your-Wordpress-Blog-Installation/ It will help to understand the integration methods.
hi! I'm starting creating theme in wordpress. I study the default theme in wordpress. The problems are the files. I only know the header.php,footer.php,sidebar.php,function.php, index.php and style.css. Some files like archive.php and the others, i don't know the use of them. me i know why they are part in wordpress …
Hi this is my 1st post here. I am trying to integrate a wordpress and bbpress. They were sharing same database, using the user info correctly and working fine apart from I wanted to get it so that users were logged into the other automatically, and have been looking online …
Hello, I got problem to write code excerpt in my article. [quote] CREATE TABLE IF NOT EXISTS 'articles' ( 'id' int(11) NOT NULL AUTO_INCREMENT, 'title' varchar(250) NOT NULL, 'body' text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM; [/quote] [quote] INSERT INTO 'articles' ('id', 'title', 'body') VALUES (1, 'Lorem', 'Lorem Ipsum …
Hi Guy's Can anyone please help me. I have a few wordpress blog sites and whenever I create a new post it displays the whole post on the homepage and not just a snippet like what I have seen on many other blogs. Is there a way to just show …
I got a new website and I'm using wordpress theme to do it. the upside menu bar looks fine in firefox and chrome but really looks weird creating a big space down and perfoming rare, the site it's [URL="http://goolplus.com/"]http://goolplus.com/[/URL] please help me if you know what's the solution I show …
i need to upload images in imagegallery throuhg plugin in '/wp-content/images' folder. for that i need to set this path in 'Miscellaneous Settings' given in wordpress. if i give '/wp-content/images' there, all the images i upload in wordpress will be going tho this folder.. otherwise if i give the option …
DOES ANYONE KNOW A WORKING PLUG IN FOR WORDPRESS SIDE BAR ALTERNATING WITH DIFFERENT PAGE AND/OR POST? I FOUND IN THE SOME WORDPRESS SITE, BUT ANY OF THEN WORK PROPERLY, I TRIED TO CHANGE THE FUCNTION.PHP BUT STILL REMAINS THE THE SAME SIDEBAR... THANKS [CODE]<?php if ( function_exists('register_sidebar') ) register_sidebar(array('name'=>'sidebar1', …
I've developing a web page under WordPress. It's got a complictaed header and footer and most pages have 3 cols full of boxes and images. Runs fine under IE8, Firefox, Chrome, etc, but IE7 under XP runs dead slow. Links take 10 secs to change colour when the mouse is …
Hi, I'm having problems with word press footers site map. at the moment it's displayed like this: [IMG]http://i52.photobucket.com/albums/g9/Rydra/Footer-1.jpg[/IMG] I would like it displayed like this: [IMG]http://i52.photobucket.com/albums/g9/Rydra/Footer2.jpg[/IMG] I've tried looking in footer.php, but there is only this piece of code: [CODE] <ul id="bottomLinks"> <?php wp_list_pages('title_li=') ?> </ul> <ul id="bottomLinks"> <?php wp_list_pages('title_li=') …
So, I have Wordpress and Buddypress the latest installed and also other plugins and, on the same server, an osdate script. The osdate can upload files of any kind, with no problem. both have no restriction in the htaccess file, they use the same php.ini etc. However, every time I …
Hello all, I've made my first wordpress theme from scratch and as expected I'm running into some trouble getting it to function. Here's the error message: Parse error: syntax error, unexpected $end in /home/seve4033/public_html/blog/wp-content/themes/sevensharks/footer.php on line 35 ...line 35 is </html> so I'm lost as to what is unexpected. If …
Hi, I know there is a topic similar to this one, I red it but it didn't cover my problem. I'm using WP as a CMS for my site, so it's not a blog.I haven't made any changes in code, I just changed theme and that's it, I have few …
Hi Well when i open my site in Internet Explore 6 then WordPress Widget(FeedBurner Box)goes down n when i open it in another browser then it ok [B]This Pic from Chrome :[/B] [img]http://www.roboimages.com/image/ri55421/chrome1.JPG[/img] N [B]This From IE 6[/B] [img]http://www.roboimages.com/image/ri55420/ie6.JPG[/img] this is my site [B]technme.com[/B] so any help waiting reply Help …
Hi, I'm having problems with word press footers site map. at the moment it's displayed like this: [IMG]http://i52.photobucket.com/albums/g9/Rydra/Footer-1.jpg[/IMG] I would like it displayed like this: [IMG]http://i52.photobucket.com/albums/g9/Rydra/Footer2.jpg[/IMG] I've tried looking in footer.php, but there is only this piece of code: [CODE] <ul id="bottomLinks"> <?php wp_list_pages('title_li=') ?> </ul>[/CODE] I've tried looking in …
Hello in the below PHP Code Everything seems fine but it did not posts to the site when i use it Can any one spot out what type of error it is Also here the XML RPC is enabled and the when i access it directly it works(i mean the …
Ive have 10 sites I built on Wordpress, 5 of them are ranked on the first page of Yahoo and Altavista and nothing on Google, what happend, Why? What could be wrong as to why they are not ranked on Google.. Thanks Troy
hello all! i try to deactive my plugin,it's just show this message: Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Phone_Shop004_wordpress\wordpress\wp-content\plugins\gallery_ffic4hotel\gallery_hotel.php:1) in C:\xampp\htdocs\Phone_Shop004_wordpress\wordpress\wp-includes\pluggable.php on line 868 .please anyone help!
Hey, I'm trying to create a program that lets you manage your own wordpress blog in multiple ways and shows you statistical data too and one of the functions that I was thinking about implementing is a function that of actually posts a comment on the blog but I'm having …
Hi, I have created a personal blog based upon wordpress, please let me know if any one is earning good money using these blogs? Also I would like to know the suggestions to get more traffic on this website, I have managed to get arround 100 visitors a day. The …
hi all, I have installed wordpress in English language. But in my language there not any available languages in wordpress official site My language is [B]Azeri[/B] [COLOR="Red"]Azerbaijan[/COLOR] country which wordpress files must i make changes thanks beforehands
Hi, I optimized my wordpress with All-in-one-SEO and on general settings - but my description on google still stands as I wouldn't like. Now, I found out that DMOZ put this description, but I didn't put that kind of description, how can I change it? Thanks.
I posted the same type of question for my one another jobs related site but still I have not got any solution. Now I have made one more jobs site and having the same issue so still looking for solution. I am using wordpress at [url]http://accounting-jobs-michigan.com[/url]. I am using permalinks …
Hi there, I am in need of help, I would like to know how to create a link that when clicked it will change the order a list is displayed. Specifically in wordpress when using a codex to display posts. [B]How would I create a link or dropmenu that can …
Hello guys, can anybody advice me how to remove or limit adding links inside posts of a wordpress blog? any php plugin available for this? I have a blog where many contributors are placing too many links with their posts. How can I solve this issue? D!
I am using a script from Dynamic Drive and have posted this on their forum as well, with no luck. The script looks great in every browser but IE. When you hover over the parent page and the child pages show up, they go away when you start to scroll …
Hi All members i need helping in creating content slider look like this; [URL="http://wpclassipress.com/demo/"]ClassiPress Demo[/URL] note; I ask for creating slider look like this (Thumbnail imge and Title under it) plz any tips to do that, My new WP site depends on this part...plz help
If I'm not posting this right please excuse me I'm new to this board. I'm trying to edit my htaccess file, so that I can hide my affiliate links. I copied the code from an internet marketing forum. <ifmodule mod_rewrite.c> RewriteEngine On RewriteRule greensmoke.html [url]http://www.greensmoke.com/13745.html[/url] [R=301,L] </ifmodule> <ifmodule mod_rewrite.c> RewriteEngine …
In my site the parent page button have both [B]rollover function[/B] ([I]when child pages drop down[/I]) and [B]onclick function[/B]. I don't want a visitor to click on the parent page because there is no content in it. So, I'd like this parent page button to have [U]only rollover function[/U] ([I]on …
I am starting up a website for the youth organization I work for that is mainly for our members (kids ages 6 to 18). We will be providing all of our kids e-mails through Google Apps (We can get a lot of e-mail addresses since we are a non profit) …
Hi there, I am building a blog at the moment i have a amazing script that search a post for the images in it. So i can just setup a post template, call the images that are in the post and go. In this way i put the images unedited …
Hi All, Anybody who have good recommendations for howto guide on how to write plugins from A to Z. I will start programming plugins for a number of sites. Many thanks. /Kraver
Hello There, I M having Problem with Getting Page Name With JavaScript in WordPress. I have Used This Code To Get Page Name In WordPress. [CODE]function GetCurrentPageName() { //method to get Current page name from url. //return page name in small . var sPath = window.location.pathname; var sPage = sPath.substring(sPath.lastIndexOf(‘/’) …
Hello, in hopefully a matter of a few days I will have a WordPress theme near complete, I was hoping someone with the experience and time could fill in the final blanks as for PHP code etc so that it works with WP ? :) Thank You
Hi all, I just joined DW as I'm trying to find a "hopefully" relatively simple solution but I don't know enough php. I have a plugin called wp-noexternallinks (can be seen [URL="http://wordpress.org/extend/plugins/wp-noexternallinks/"]here[/URL]). Essentially, it will take a link on one of my posts and instead of just going straight to …
Hi There, it's Frank from the Netherlands. I am a freelance webdesigner. To design is my favorite activity but he, no website without some code! So most of the site i develop on my own are made in Wordpress. I love it! Just bought a book for plugin development and …
syntax error, unexpected T_STRING in /home/earning1/public_html/wordpress/wp-content/themes/DavidGoldSmith_Theme/sidebar.php on line 40 Don't see the error???[code]<div id="cat_top"></div> <div id="sidebar"> <div class="rsidebar"> <div class="blog"> </div> <div id="photo" class="picture"> </div> <p> <?php wp_list_pages('title_li=<h2>David's Links</h2>' ); ?> <ul style="line-height:18px;"> <li ><div ><!-- SiteSearch Google --> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> <a href='http://davidgoldsmith.com/wordpress'>Home for David's Blog</a> </td> …
The End.