DavidF88
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: please help me get post title links to be the url included in postAhh it doesn’t work. It won’t let me save to custom permalink structure. Maybe if you saw what I’m talking about it would help.
My site is https://WWW.Deadamerica.org
As you can see as of right now they have to click the URL under the post title to go to the link. What I’m trying to do is that instead of displaying the URL under the post title. They could just click the post title itself and it would take them to the link, so that way I could only display the post title and not have that long link displayed as well.
Forum: Fixing WordPress
In reply to: please help me get post title links to be the url included in postOK I’ll give it a try
Forum: Fixing WordPress
In reply to: please help me get post title links to be the url included in postI don’t see how that would work.. would that redirect them through my site to the URL that’s in the post?
All my posts are just links.
Forum: Fixing WordPress
In reply to: Getting Post Title To Become External Link Found in Postlol yeah it is. its doing a lot of wierd stuff, i find it a bit harder to modifty than twenty twelve was. :S
Forum: Fixing WordPress
In reply to: Getting Post Title To Become External Link Found in PostEasel doesn’t have a loop.php :/
althought i did find this in displaypost.php. Do i need to change whats in here?
<?php
if (!function_exists(‘easel_display_post_title’)) {
function easel_display_post_title() {
global $post, $wp_query;
$get_post_title = ”;
if ((easel_themeinfo(‘disable_page_titles’) && is_page()) || (easel_themeinfo(‘disable_post_titles’) && !is_page()) || (is_page(‘chat’) || is_page(‘forum’))) return;
if (is_page()) {
$post_title = “<h2 class=\”page-title\”>”;
} else {
$post_title = “<h2 class=\”post-title\”>”;
}
if (is_home() || is_search() || is_archive() && !is_page()) $post_title .= ““;
$get_post_title .= get_the_title();
if (!$get_post_title) $get_post_title = ‘( No Title )’;
$post_title .= $get_post_title;
if (is_home() || is_search() || is_archive() && !is_page()) $post_title .= ““;
$post_title .= “</h2>\r\n”;
echo apply_filters(‘easel_display_post_title’,$post_title);
}
}Forum: Fixing WordPress
In reply to: Getting Post Title To Become External Link Found in PostWell i inserted that code at the bottom of my Index.php file. It had no effect ??
I dont know if its because im using the Easel theme though?
Forum: Fixing WordPress
In reply to: Getting Post Title To Become External Link Found in PostI’ve done some theme customizing in the past. I dont think it should be too hard. ALthought im using the theme “Easel” i dont know how familiar you are with it. Its definitely got a lot more php things than Twenty Eleven had.
But im definitely willing to give it a shot if you think you can do it too (and bare with me lol)
Forum: Fixing WordPress
In reply to: posted link urls overflowing >:0Omg I love you!!!!! Yeeeees it worked awesome thank you kind person!
Forum: Fixing WordPress
In reply to: posted link urls overflowing >:0Hey thanks I’ll try that
Sorry Alo, that last link instructions was way over my level of experience lol. I was getting errors and such, “Plugin deactivating by itself” and errors popping up on top of my wordpress dashboard area. :S
ok, thats what i did. i left it alone. but it still wasn’t working right. the alo_em_batch again disappears from the cron after about 3-5 minutes after first deactivation and activation of the plugin.
Still no luck with that snippet. Although i did notice there is a “add action” under the function alo_em_check_db_when_loaded. It contains that same function name but i didnt mess with it. since it wasn’t the function itself?
thats correct, the alo_em_batch shows in the cron after the deactivate/activate but with no time next to it. then it sends the first batch and it disappears and doesn’t ever come back, no matter how long you wait.
It does not appear to fix the problem. still stuck on “Sending Queue”