Search Result

Collapse
13 results in 0.0015 seconds.
Keywords
Members
Tags
wordpress
  •  

  • BrettS
    started a topic How do I add dots to my link?
    in PHP

    How do I add dots to my link?

    I'm trying to add 5 dots behind every link on a wordpress site. My code is below but when I try to put dots in, they are appearing on a new line.

    Code:
    <a href="<?php the_permalink() ?>" target="_blank"><?php echo intro_text(84); ?></a>
    See more | Go to post

  • get the clicked link in wordpress using javascript

    I have website with a side bar links like this

    Budget
    NAM
    Rules
    Contacts

    I want the link name
    When user clicks the link for example he clicked (Rules) JavaScript grabs the link name for me further compare it with an if or switch statement and open the specific page the user clicked.
    See more | Go to post

  • bonas
    started a topic Show article content just inserting URL
    in PHP

    Show article content just inserting URL

    I really don't know what is the exactly topic of this question. but, I'd like to know how it works facebook links,
    I just put the url and it shows me the article content and pic? I'd like to know if there's any name of this feature. I'm searching for a wordpress plugin to do that, but I don't even know how to search :)

    Thank you
    See more | Go to post

  • Jonathan Howard
    started a topic 2 Different Menus

    2 Different Menus

    I have a wordpress blogsite that I have been working on and I have one question that I am needing help with. I am looking to have 2 menus, 1 for when a visitor is there and 1 for when a user is logged in. I have everything setup accordingly and I have referenced an extra menu in function.php. I am needing to edit the code under the header.php to get it to work. Currently the menu works when the user is logged in, but the menu that appears when nobody...
    See more | Go to post

  • Nezky
    started a topic CSS ribbon over image

    CSS ribbon over image

    Hello bytes.com

    This is my first post so I hope I don't step on any rules here..

    I am currently building a wordpress theme over at http://www.projectligh tstyle.com/

    And I want to have blogposts who just show a picture and no text (untill you click the picture and are linked to the post..)

    Now, as you can see on the 2nd post (Hello world!) I have these ribbons for my blog post titles.. And I want...
    See more | Go to post

  • Justin Howard
    started a topic How would you center this?

    How would you center this?

    How would you center the text for this side bar code in the stylesheet.css? If I move the padding it will center some of them, but then others will be out of place. How do I make it directly centered over it's designated area?

    Code:
    #sidebar .block h2 { background: url('images/sidebar_block_h.png') no-repeat; min-height: 27px; width: 200px; font-family: Century Gothic, sans-serif; margin: 0px 0px 6px -20px; color: #7a7979; font-size: 1.5em;
    ...
    See more | Go to post

  • rizwanrajput
    started a topic How to password protect wordpress site?
    in PHP

    How to password protect wordpress site?

    I need to password protect my wordpress site except home page. I need homepage to be visible to every visitor but if they click on ANY link that could be post/page within the site then user should be redirected to login page. Any help would be appreciated
    See more | Go to post

  • get wordpress php file access on wordpress hosting?

    Hello
    i only have domain mapping for the blog site and thats why i got the css editor for my blog site. but i cant see any "Click on “Appearance” then “Editor”." for my blog. could you please advise what i need to do to access editor or see the php files only doing the wordpress hosting.

    how can i get the php file access or get the file panel access on wordpress hosting.


    many thanks...
    See more | Go to post

  • mysticwater
    started a topic HTML vs. Wordpress vs. Dreamweaver ?

    HTML vs. Wordpress vs. Dreamweaver ?

    Hi.

    I was wondering what the difference btw these ways of making a site are?
    Why do people even type up html when they can often get prettier sites with other technology?

    I coded this site: http://rblog.net16.net/

    How would it have been any different in terms of SEO if I had used ie. wordpress?

    Thanks.
    See more | Go to post

  • Correct syntax 7 lines of php code for wordpress template

    WordPress 3.0
    running on Ubuntu

    Here's the code that results errors:

    Code:
    <img src="<?php
    $url = '<?php if(function_exists('get_custom_field_data')) {
    	get_custom_field_data('web', true);
    } ?>';
    $width = 300;
    echo bm_mshot ($url, $width);
    ?>" />
    Thanks
    See more | Go to post

  • How can I show some links/navigation to logged in users in wordpress?

    Hello everyone,

    I need help with wordpress. I will show a login box on my main page and if some registered user logs in, I want to show some links/navigation to that person only (not to guests). Is that possible? If yes then how? Please guide me with.

    Thanks
    See more | Go to post

  • Niheel
    started a topic What are the differences between Joomla and Wordpress?
    in CMS

    What are the differences between Joomla and Wordpress?

    A client of mine needs a blog setup. They are stuck between choosing joomla or wordpress?

    What would you suggest as a good blogging platform for a pretty novice set of users? What the differences between these two platforms?
    See more | Go to post

  • gcoaster
    started a topic Wordpress » Page shows Categories, pages
    in CMS

    Wordpress » Page shows Categories, pages

    Hello All..

    I need help with wordpress,
    I have figured out how to show certian posts with category in a page..
    but the page numbers are not working and i cant figure out why.

    Here is the code to query and show categories in california

    Code:
    <?php query_posts('category_name=california'); ?>
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    ...
    See more | Go to post
Working...